Classes | |
class | Calibration |
class | Config |
class | Header |
class | Histogram |
class | SensorCalibration |
class | TransmitDelay |
Typedefs | |
typedef void(* | Callback )(const Header &header, void *userDataP) |
typedef void(* crl::multisense::image::Callback)(const Header &header, void *userDataP) |
Function pointer for receiving callbacks of image data. The data pointed to by the Header argument are guaranteed to remain valid only until the callback returns.
To reserve the data pointed to by header, so that it remains valid after the callback has returned, use
{.cpp} void crl::multisense::Channel::reserveCallbackBuffer();
Definition at line 427 of file MultiSenseTypes.hh.