LibMultiSense
LibMultiSense Documentation
|
Class used to store PCB information for the various circuit boards in a sensor. More...
#include <MultiSenseTypes.hh>
Public Member Functions | |
PcbInfo () | |
Default constructor. More... | |
Public Attributes | |
std::string | name |
The name of a PCB. More... | |
uint32_t | revision |
The revision number of a PCB. More... | |
Class used to store PCB information for the various circuit boards in a sensor.
Definition at line 3160 of file MultiSenseTypes.hh.
|
inline |
Default constructor.
Definition at line 3171 of file MultiSenseTypes.hh.
std::string crl::multisense::system::PcbInfo::name |
The name of a PCB.
Definition at line 3164 of file MultiSenseTypes.hh.
uint32_t crl::multisense::system::PcbInfo::revision |
The revision number of a PCB.
Definition at line 3166 of file MultiSenseTypes.hh.