![]() |
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 3194 of file MultiSenseTypes.hh.
|
inline |
Default constructor.
Definition at line 3205 of file MultiSenseTypes.hh.
| std::string crl::multisense::system::PcbInfo::name |
The name of a PCB.
Definition at line 3198 of file MultiSenseTypes.hh.
| uint32_t crl::multisense::system::PcbInfo::revision |
The revision number of a PCB.
Definition at line 3200 of file MultiSenseTypes.hh.