#include <ocamerac328.h>
Public Member Functions | |
| oCameraC328 (IOLINE rx, IOLINE tx, uint8 subclass=0) | |
| Constructor. | |
| C328_ERROR_NUMBER | receive_data_ack (int timeout=100000) |
| transmits n command. | |
| C328_ERROR_NUMBER | reshoot (void) |
| Assumes camera is connected and initialized. | |
| bool | error (void) |
| Return whether last command was an error (true). | |
| void | reset (void) |
| Performs a soft reset. | |
Static Public Member Functions | |
| uint8 | status (void) |
| Returns the current state of the top level component. | |
| void | status (uint8 s) |
| Set the status of the component. | |
| foo2 | callback (void) |
| Provides JAUS Message Callback fuction for Object_List. | |
Protected Attributes | |
| uint8 | _status |
| JAUS status (visual sensor component). | |
|
||||||||||||||||
|
Constructor.
|
|
|
transmits n command.
|
1.3