iCub-main
|
Enum to provide intelligible error codes for the skin. More...
#include <SkinDiagnostics.h>
Public Types | |
enum | ErrorCode { TaxelStuck11 = 0x8000 , TaxelStuck10 = 0x4000 , TaxelStuck09 = 0x2000 , TaxelStuck08 = 0x1000 , TaxelStuck07 = 0x0800 , TaxelStuck06 = 0x0400 , TaxelStuck05 = 0x0200 , TaxelStuck04 = 0x0100 , TaxelStuck03 = 0x0080 , TaxelStuck02 = 0x0040 , TaxelStuck01 = 0x0020 , TaxelStuck00 = 0x0010 , StatusOK = 0x0000 , ErrorReading12C = 0x0001 , ErrorACK4C = 0x0002 } |
Public Member Functions | |
SkinErrorCode (ErrorCode t) | |
operator ErrorCode () const | |
Public Attributes | |
ErrorCode | t_ |
Enum to provide intelligible error codes for the skin.
Definition at line 52 of file SkinDiagnostics.h.
Definition at line 54 of file SkinDiagnostics.h.
|
inline |
Definition at line 77 of file SkinDiagnostics.h.
|
inline |
Definition at line 78 of file SkinDiagnostics.h.
ErrorCode iCub::skin::diagnostics::SkinErrorCode::t_ |
Definition at line 76 of file SkinDiagnostics.h.