Classes | |
class | Calibration |
class | Header |
Typedefs | |
typedef void(* | Callback) (const Header &header, void *userDataP) |
typedef uint32_t | IntensityType |
typedef uint32_t | RangeType |
Function pointer for receiving callbacks of lidar data. Pointers to data are no longer valid after the callback returns.
To reserve data pointers after the callback returns use
Definition at line 1470 of file MultiSenseTypes.hh.
typedef uint32_t crl::multisense::lidar::IntensityType |
The type of a single laser intensity measurement
Definition at line 1415 of file MultiSenseTypes.hh.
typedef uint32_t crl::multisense::lidar::RangeType |
The type of a single laser range measurement
Definition at line 1413 of file MultiSenseTypes.hh.