#include <kogmo_rtdb_obj_base_system_classes.hxx>
Public Member Functions | |
| C3_Process (class RTDBConn &DBC, const char *name="") | |
| void | RTDBWrite (int32_t size=0, Timestamp ts=0) |
| kogmo_rtdb_objid_t | getProcOID () const |
| int | getPID () const |
| int | getUID () const |
| int | getStatus () const |
| const char * | getStatusTxt () const |
| char * | getStatusMsg () const |
| std::string | getStatusInfo () const |
| std::string | dump (void) const |
Protected Attributes | |
| kogmo_rtdb_subobj_c3_process_t * | objprocess_p |
Definition at line 391 of file kogmo_rtdb_obj_base_system_classes.hxx.
| KogniMobil::C3_Process::C3_Process | ( | class RTDBConn & | DBC, | |
| const char * | name = "" | |||
| ) | [inline] |
Definition at line 396 of file kogmo_rtdb_obj_base_system_classes.hxx.
| std::string KogniMobil::C3_Process::dump | ( | void | ) | const [inline, virtual] |
Reimplemented from KogniMobil::RTDBObj.
Definition at line 492 of file kogmo_rtdb_obj_base_system_classes.hxx.
| int KogniMobil::C3_Process::getPID | ( | ) | const [inline] |
Definition at line 423 of file kogmo_rtdb_obj_base_system_classes.hxx.
| kogmo_rtdb_objid_t KogniMobil::C3_Process::getProcOID | ( | ) | const [inline] |
Definition at line 418 of file kogmo_rtdb_obj_base_system_classes.hxx.
| int KogniMobil::C3_Process::getStatus | ( | ) | const [inline] |
Definition at line 433 of file kogmo_rtdb_obj_base_system_classes.hxx.
| std::string KogniMobil::C3_Process::getStatusInfo | ( | ) | const [inline] |
Definition at line 456 of file kogmo_rtdb_obj_base_system_classes.hxx.
| char* KogniMobil::C3_Process::getStatusMsg | ( | ) | const [inline] |
Definition at line 451 of file kogmo_rtdb_obj_base_system_classes.hxx.
| const char* KogniMobil::C3_Process::getStatusTxt | ( | ) | const [inline] |
Definition at line 438 of file kogmo_rtdb_obj_base_system_classes.hxx.
| int KogniMobil::C3_Process::getUID | ( | ) | const [inline] |
Definition at line 428 of file kogmo_rtdb_obj_base_system_classes.hxx.
| void KogniMobil::C3_Process::RTDBWrite | ( | int32_t | size = 0, |
|
| Timestamp | ts = 0 | |||
| ) | [inline] |
Reimplemented from KogniMobil::RTDBObj.
Definition at line 412 of file kogmo_rtdb_obj_base_system_classes.hxx.
Definition at line 394 of file kogmo_rtdb_obj_base_system_classes.hxx.