#include <stdr_co2_sensor_properties_loader.h>

Public Member Functions | |
| CCO2SensorPropertiesLoader (int argc, char **argv) | |
| Default contructor. More... | |
| ~CCO2SensorPropertiesLoader (void) | |
| Default destructor. More... | |
Private Attributes | |
| int | argc_ |
| < Number of input arguments More... | |
| char ** | argv_ |
Definition at line 38 of file stdr_co2_sensor_properties_loader.h.
| stdr_gui::CCO2SensorPropertiesLoader::CCO2SensorPropertiesLoader | ( | int | argc, |
| char ** | argv | ||
| ) |
Default contructor.
| argc | [int] Number of input arguments |
| argv | [char**] Input arguments |
Definition at line 32 of file stdr_co2_sensor_properties_loader.cpp.
| stdr_gui::CCO2SensorPropertiesLoader::~CCO2SensorPropertiesLoader | ( | void | ) |
Default destructor.
Definition at line 44 of file stdr_co2_sensor_properties_loader.cpp.
|
private |
< Number of input arguments
Input arguments
Definition at line 45 of file stdr_co2_sensor_properties_loader.h.
|
private |
Definition at line 47 of file stdr_co2_sensor_properties_loader.h.