
Public Member Functions | |
| def | __init__ |
| Create A Horizon Message Payload. | |
| def | print_format |
| Human Readable Payload String. | |
Public Attributes | |
| raw_z | |
Private Member Functions | |
| def | _base_for_value |
| def | _num_sensors |
Horizon Message Payload - Raw Orientation Data
Definition at line 3444 of file payloads.py.
| def clearpath.horizon.payloads.RawAccelerometer.__init__ | ( | self, | |
raw = None, |
|||
timestamp = 0 |
|||
| ) |
Create A Horizon Message Payload.
Constructor for the Horizon Payload class.
Creates a basic message payload which is simply a byte list.
Subclass overrides should throw ValueError if invalid format and LookupError if it has version detection problems (if supported).
| raw | Raw data buffer to parse |
| timestamp | Payload Send / Create Time (milliseconds) |
| LookupError | If auto-detect version fails |
| ValueError | If values are out of range or if raw is invalid |
Create A Horizon Message Payload
Reimplemented from clearpath.horizon.payloads.RawSensor.
Definition at line 3447 of file payloads.py.
| def clearpath.horizon.payloads.RawAccelerometer._base_for_value | ( | self, | |
| i | |||
| ) | [private] |
Reimplemented from clearpath.horizon.payloads.RawSensor.
Definition at line 3456 of file payloads.py.
| def clearpath.horizon.payloads.RawAccelerometer._num_sensors | ( | self, | |
| raw | |||
| ) | [private] |
Reimplemented from clearpath.horizon.payloads.RawSensor.
Definition at line 3453 of file payloads.py.
Human Readable Payload String.
Return the payload as a human readable string
Reimplemented from clearpath.horizon.payloads.Payload.
Definition at line 3459 of file payloads.py.
Definition at line 3447 of file payloads.py.