\ More...
#include <NoninCom.h>
Public Types | |
| enum | DisplayType { DISPLAY_FULL = 0, DISPLAY_PARTIAL = 1 } |
| enum | perfusionFlag { RED = 0, YELLOW = 1, GREEN = 2 } |
Public Member Functions | |
| NoninCom () | |
| ~NoninCom () | |
| bool | connect () |
| int | parseByte () |
| int | SendSerialNumberCommand () |
| int | SetSerialNumber () |
| std::string | GetSerialNumber () |
| int | SendOptions () |
| int | FillConfigurationSector () |
| bool | dataIsValide (int data) |
| void | disconnect () |
| bool | safe_connection () |
| void | run () |
\
Definition at line 43 of file NoninCom.h.
Definition at line 47 of file NoninCom.h.
Definition at line 53 of file NoninCom.h.
| NoninCom::NoninCom | ( | ) |
Definition at line 32 of file NoninCom.cpp.
| NoninCom::~NoninCom | ( | ) |
Definition at line 48 of file NoninCom.cpp.
| bool NoninCom::connect | ( | ) |
Definition at line 90 of file NoninCom.cpp.
| bool NoninCom::dataIsValide | ( | int | data | ) |
Definition at line 254 of file NoninCom.cpp.
| void NoninCom::disconnect | ( | ) |
Definition at line 372 of file NoninCom.cpp.
| int NoninCom::FillConfigurationSector | ( | ) |
Definition at line 186 of file NoninCom.cpp.
| std::string NoninCom::GetSerialNumber | ( | ) |
Definition at line 246 of file NoninCom.cpp.
| int NoninCom::parseByte | ( | ) |
Definition at line 117 of file NoninCom.cpp.
| void NoninCom::run | ( | ) | [virtual] |
run() called by the thread callback _ou_thread_proc() to be overridden by child classes of Thread
Reimplemented from openutils::Thread.
Definition at line 380 of file NoninCom.cpp.
| bool NoninCom::safe_connection | ( | ) |
Definition at line 110 of file NoninCom.cpp.
| int NoninCom::SendOptions | ( | ) |
Definition at line 167 of file NoninCom.cpp.
| int NoninCom::SendSerialNumberCommand | ( | ) |
Definition at line 126 of file NoninCom.cpp.
| int NoninCom::SetSerialNumber | ( | ) |
Definition at line 134 of file NoninCom.cpp.
1.6.3