TReK Python
5.3.3
Telemetry/Command API
|
Enumerations of valid data formats. More...
Inherits Enum.
Static Public Attributes | |
int | DF_ASCII = 0 |
ASCII. | |
int | DF_BINARY = 1 |
Binary (ex. More... | |
int | DF_DECIMAL = 2 |
Decimal (0 through 9 and '. More... | |
int | DF_SCIENTIFIC = 3 |
Scientific not currently implemented. | |
int | DF_HEX = 4 |
Hexadecimal. | |
int | DF_BOOLEAN = 5 |
True or False boolean. | |
int | DF_DATE_TIME = 6 |
Date Format YYYY-MM-DD HH:MM:SS.SSS where .SSS optional. | |
Enumerations of valid data formats.
( | ) | -> int DF_BINARY = |
Binary (ex.
0101010)
( | ) | -> int DF_DECIMAL = |
Decimal (0 through 9 and '.
' for floating point)