ifm3dpy.deserialize.ODSInfoV1
- class ifm3dpy.deserialize.ODSInfoV1
Bases:
objectClass for managing an instance of an struct ODSInfoV1
Methods
__init__(self)Constructor
deserialize(buffer)Deserialize ODS_INFO Buffer to ODSInfoV1 struct
Attributes
Timestamp of zone information [ns]
User specific id to identify the zone configuration
Array with three value of uint8_t 0 : zone is free 1 : zone is occupied
- static deserialize(buffer: Annotated[numpy.typing.ArrayLike, numpy.uint8]) ODSInfoV1
Deserialize ODS_INFO Buffer to ODSInfoV1 struct
- Parameters
buffer (
numpy.ndarray) – The raw buffer data as an array ofnumpy.uint8.- Returns
The deserialized structure.
- Return type
- property timestamp_ns
Timestamp of zone information [ns]
- property zone_config_id
User specific id to identify the zone configuration
- property zone_occupied
Array with three value of uint8_t 0 : zone is free 1 : zone is occupied