#include <kogmo_rtdb_obj_base_system_classes.hxx>
Public Member Functions | |
| C3_RecorderStatConvenient (class RTDBConn &DBC, const char *name="recorderstat") | |
| void | Update (void) |
| float | runTime (void) const |
| int | lagBuf (void) const |
| float | lagTime (void) const |
| float | deltaTime (void) const |
| std::string | currInfo (void) const |
| std::string | totalInfo (void) const |
| std::string | dump (void) const |
Definition at line 194 of file kogmo_rtdb_obj_base_system_classes.hxx.
| KogniMobil::C3_RecorderStatConvenient::C3_RecorderStatConvenient | ( | class RTDBConn & | DBC, | |
| const char * | name = "recorderstat" | |||
| ) | [inline] |
Definition at line 202 of file kogmo_rtdb_obj_base_system_classes.hxx.
| std::string KogniMobil::C3_RecorderStatConvenient::currInfo | ( | void | ) | const [inline] |
Definition at line 251 of file kogmo_rtdb_obj_base_system_classes.hxx.
| float KogniMobil::C3_RecorderStatConvenient::deltaTime | ( | void | ) | const [inline] |
Definition at line 244 of file kogmo_rtdb_obj_base_system_classes.hxx.
| std::string KogniMobil::C3_RecorderStatConvenient::dump | ( | void | ) | const [inline] |
Reimplemented from KogniMobil::C3_RecorderStat.
Definition at line 282 of file kogmo_rtdb_obj_base_system_classes.hxx.
| int KogniMobil::C3_RecorderStatConvenient::lagBuf | ( | void | ) | const [inline] |
Definition at line 235 of file kogmo_rtdb_obj_base_system_classes.hxx.
| float KogniMobil::C3_RecorderStatConvenient::lagTime | ( | void | ) | const [inline] |
Definition at line 239 of file kogmo_rtdb_obj_base_system_classes.hxx.
| float KogniMobil::C3_RecorderStatConvenient::runTime | ( | void | ) | const [inline] |
Definition at line 229 of file kogmo_rtdb_obj_base_system_classes.hxx.
| std::string KogniMobil::C3_RecorderStatConvenient::totalInfo | ( | void | ) | const [inline] |
Definition at line 265 of file kogmo_rtdb_obj_base_system_classes.hxx.
| void KogniMobil::C3_RecorderStatConvenient::Update | ( | void | ) | [inline] |
Definition at line 210 of file kogmo_rtdb_obj_base_system_classes.hxx.