This represents a system error. Every error generated by the system is logged in the robot's flash memory. More...
#include <KinovaTypes.h>
Public Attributes | |
unsigned int | Data [ERROR_DATA_COUNT_MAX] |
internal use only. | |
int | DataCount |
internal use only. | |
unsigned int | ErrorHeader |
Error's header. Not used for now. | |
errorLoggerType | ErrorType |
The error's type. | |
int | FirmwareVersion |
The firmware's code version. | |
int | KeosVersion |
The Keos's code version. Keos is a software layer that contains low level stuff. | |
bool | LayerErrorStatus [ERROR_LAYER_COUNT] |
Internal use only. | |
int | LifeTime |
Internal use only. | |
unsigned int | SystemTime |
Not used for now. |
This represents a system error. Every error generated by the system is logged in the robot's flash memory.
Definition at line 1474 of file KinovaTypes.h.
unsigned int SystemError::Data[ERROR_DATA_COUNT_MAX] |
internal use only.
Definition at line 1519 of file KinovaTypes.h.
internal use only.
Definition at line 1514 of file KinovaTypes.h.
unsigned int SystemError::ErrorHeader |
Error's header. Not used for now.
Definition at line 1479 of file KinovaTypes.h.
The error's type.
Definition at line 1484 of file KinovaTypes.h.
The firmware's code version.
Definition at line 1489 of file KinovaTypes.h.
The Keos's code version. Keos is a software layer that contains low level stuff.
Definition at line 1494 of file KinovaTypes.h.
Internal use only.
Definition at line 1504 of file KinovaTypes.h.
Internal use only.
Definition at line 1509 of file KinovaTypes.h.
unsigned int SystemError::SystemTime |
Not used for now.
Definition at line 1499 of file KinovaTypes.h.