Classes | |
class | CommandTranslator |
This class forwards the numbered command messages (and translates them to normal command messages). More... | |
class | CriticalEventFilter |
This class does nothing than translating the destination address to the one of the server. More... | |
class | Rovsoft |
class | SensorWatcher |
The SensorWatcher device, all sensor data is sent to an object of this class, it forwards them to the peripheral receiver container and watches for critical energy or temperature state. More... | |
Functions | |
void | timeToStream (std::ostream &out, const ost::Datetime &time) |
Writes a specified time to a stream. | |
void | timeToStream (std::ostream &out) |
Writes the current time and date to the stream specified with out. | |
std::string | timeToString () |
Writes the current time to a string. | |
Variables | |
ost::Semaphore | outputLock = 1 |
std::ostream & | errorstream = std::cerr |
std::ostream & | logstream = std::clog |
|
Writes the current time and date to the stream specified with out. Usable for, for example log messages.
Here is the call graph for this function: ![]() |
|
Writes a specified time to a stream.
|
|
Writes the current time to a string.
Here is the call graph for this function: ![]() |
|
|
|
|
|
|