LibMultiSense
LibMultiSense Documentation
|
Class containing Header information for a PPS event. More...
#include <MultiSenseTypes.hh>
Public Attributes | |
int64_t | sensorTime |
The sensor time in nanoseconds when a given PPS event occurred More... | |
uint32_t | timeSeconds |
The local time's seconds value. More... | |
uint32_t | timeMicroSeconds |
The local time's microseconds value. More... | |
Additional Inherited Members | |
Public Member Functions inherited from crl::multisense::HeaderBase | |
virtual bool | inMask (DataSource mask) |
This default implementation of the inMask member function will be overridden by derived classes. More... | |
virtual | ~HeaderBase () |
Class containing Header information for a PPS event.
A network PPS event is sent from the sensor immediately after the pulse on the OPTO-TX line.
This will be passed to any callback, of type pps::Callback, subscribed to PPS data.
See crl::multisense::Channel::addIsolatedCallback
Definition at line 2517 of file MultiSenseTypes.hh.
int64_t crl::multisense::pps::Header::sensorTime |
The sensor time in nanoseconds when a given PPS event occurred
Definition at line 2521 of file MultiSenseTypes.hh.
uint32_t crl::multisense::pps::Header::timeMicroSeconds |
The local time's microseconds value.
Definition at line 2526 of file MultiSenseTypes.hh.
uint32_t crl::multisense::pps::Header::timeSeconds |
The local time's seconds value.
Definition at line 2524 of file MultiSenseTypes.hh.