Static Private Attributes | |
list | _fields_ |
sick_scan_api: struct SickScanLIDoutputstateMsg, equivalent to LIDoutputstateMsg.msg Attributes ---------- header : SickScanHeader message timestamp version_number : ctypes.c_uint16 Status code version number system_counter : ctypes.c_uint32 Status code system counter (time in microsec since power up, max. 71 min then starting from 0 again) output_state : ctypes.c_uint8 * 8 array of max. 8 output states, each state with value 0 (not active), 1 (active) or 2 (not used) output_count : ctypes.c_uint32 * 8 array of max. 8 output counter time_state : ctypes.c_uint16 No time data: 0, Time data: 1 (sensortime from the last change of min. one of the outputs) year : ctypes.c_uint16 f.e. 2021 month : ctypes.c_uint8 1 ... 12 day : ctypes.c_uint8 1 ... 31 hour : ctypes.c_uint8 0 ... 23 minute : ctypes.c_uint8 0 ... 59 second : ctypes.c_uint8 0 ... 59 microsecond : ctypes.c_uint32 0 ... 999999
Definition at line 326 of file sick_scan_api.py.
|
staticprivate |
Definition at line 359 of file sick_scan_api.py.