#include <U3VisionInterface.h>
◆ tcU3VisionInterface()
◆ ~tcU3VisionInterface()
tcU3VisionInterface::~tcU3VisionInterface |
( |
| ) |
|
|
virtual |
◆ finish()
void tcU3VisionInterface::finish |
( |
std::string & |
arOriginalBuffer | ) |
|
|
virtual |
Perform cleanup tasks. (eg: reboot, signal thread to die, etc).
- Parameters
-
arOriginalBuffer | - the original buffer that was gotten |
Implements SocCamera::tcCommandInterface.
◆ getInput()
void tcU3VisionInterface::getInput |
( |
std::string * |
apStringOutput | ) |
|
|
virtual |
Gets the input from whatever means it has to and stores it in the std::string pointed to by the parameter.
- Parameters
-
apStringOutput | - pointer to the location to store the input |
Implements SocCamera::tcCommandInterface.
◆ parseInput()
string tcU3VisionInterface::parseInput |
( |
std::string & |
arStringToParse | ) |
|
|
virtual |
Process the input string and call whatever functions are appropriate on the SensorBoard object.
- Parameters
-
arStringOutput | - the input string to process. |
- Returns
- an int32 code corresponding to the success of processing.
Implements SocCamera::tcCommandInterface.
◆ respond()
void tcU3VisionInterface::respond |
( |
std::string |
anResponse | ) |
|
|
virtual |
◆ run()
void * SocCamera::tcU3VisionInterface::run |
( |
| ) |
|
|
virtual |
◆ update()
void SocCamera::tcU3VisionInterface::update |
( |
tsUpdate |
asMessage | ) |
|
|
virtual |
Observers are updated of a change by an observable.
- Parameters
-
asMessage | - the message sent by the observable. |
Implements tcObserver.
◆ update_payload_size()
void SocCamera::tcU3VisionInterface::update_payload_size |
( |
const uint32_t |
payload_size | ) |
|
|
virtual |
◆ tcU3VDelegate
The documentation for this class was generated from the following files: