Real-time client/server communication (commands, raw data streaming). More...
Classes | |
| class | RtClient |
| Real-time client. More... | |
| class | RtCmdClient |
| Real-time command client. More... | |
| struct | MetaData |
| class | RtDataClient |
| Real-time data client. More... | |
| class | Command |
| Command. More... | |
| class | CommandManager |
| class | CommandParser |
| class | RawCommand |
| RawCommand. More... | |
Functions | |
| const char * | buildDateTime () |
| const char * | buildHash () |
| const char * | buildHashLong () |
Real-time client/server communication (commands, raw data streaming).
| const char * COMMUNICATIONLIB::buildDateTime | ( | ) |
Returns build date and time.
Definition at line 46 of file communication_global.cpp.
| const char * COMMUNICATIONLIB::buildHash | ( | ) |
Returns abbreviated build git hash.
Definition at line 50 of file communication_global.cpp.
| const char * COMMUNICATIONLIB::buildHashLong | ( | ) |
Returns full build git hash.
Definition at line 54 of file communication_global.cpp.