Detailed Description
Definition at line 12 of file SensorBase.hpp.
List of all members.
Public Member Functions |
| SensorBase (DataReader *dr, std::string name, std::string calibrationFileName, std::string configurationFileName, std::string maskFileName) |
std::string | calibrationFileName () |
std::string | configurationFileName () |
std::string | maskFileName () |
bool | hasMask () |
Private Attributes |
DataReader * | m_dataReader |
std::string | m_name |
std::string | m_calibrationFileName |
std::string | m_configurationFileName |
std::string | m_maskFileName |
bool | m_hasMask |
Constructor & Destructor Documentation
- Parameters:
-
dr | a pointer to the datareader |
name | the name of this sensor |
calibrationFileName | the name of the file with the calibration information |
configurationFileName | the name of the file with the configuration information |
Definition at line 20 of file SensorBase.hpp.
Member Function Documentation
- Returns:
- the filenmae of the calibration
Definition at line 24 of file SensorBase.hpp.
The documentation for this class was generated from the following file: