Contains AO error flags for internal use.
More...
|
| static const unsigned char | statusMask = 0x0f |
| | Mask for the AO error flags.
|
| |
| static const unsigned char | busy = 0x01 |
| | AO is busy.
|
| |
| static const unsigned char | badCalibration = 0x02 |
| | AO is not calibrated.
|
| |
| static const unsigned char | reserved = 0x04 |
| | Reserved for future use.
|
| |
| static const unsigned char | badCommand = 0x08 |
| | Bad Command.
|
| |
Contains AO error flags for internal use.
◆ badCalibration
| const unsigned char dl::ErrorFlags::AO::badCalibration = 0x02 |
|
static |
◆ badCommand
| const unsigned char dl::ErrorFlags::AO::badCommand = 0x08 |
|
static |
◆ busy
| const unsigned char dl::ErrorFlags::AO::busy = 0x01 |
|
static |
◆ reserved
| const unsigned char dl::ErrorFlags::AO::reserved = 0x04 |
|
static |
◆ statusMask
| const unsigned char dl::ErrorFlags::AO::statusMask = 0x0f |
|
static |
Mask for the AO error flags.