Static Private Attributes | |
list | _fields_ |
sick_scan_api: struct SickScanPointFieldArray, Array of SickScanPointFieldMsg, which can be serialized and imported in C, C++ or python Attributes ---------- capacity : ctypes.c_uint64 Number of allocated elements, i.e. max. number of elements in buffer, allocated buffer size is capacity * sizeof(SickScanPointFieldMsg) size : ctypes.c_uint64 Number of currently used elements in the buffer buffer : ctypes.POINTER(SickScanPointFieldMsg) Memory, data in plain order and system endianess (buffer == 0, if size == 0 && capacity == 0, otherwise allocated memory), allocation/deallocation always managed by the caller.
Definition at line 108 of file sick_scan_api.py.
|
staticprivate |
Definition at line 121 of file sick_scan_api.py.