v2.0.0
Loading...
Searching...
No Matches
COMMUNICATIONLIB Namespace Reference

Real-time client/server communication (commands, raw data streaming). More...

Classes

class  RtClient
 Real-time client. More...
class  RtCmdClient
 Real-time command client. More...
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 ()

Detailed Description

Real-time client/server communication (commands, raw data streaming).

Function Documentation

◆ buildDateTime()

const char * COMMUNICATIONLIB::buildDateTime ( )

Returns build date and time.

Definition at line 46 of file communication_global.cpp.

◆ buildHash()

const char * COMMUNICATIONLIB::buildHash ( )

Returns abbreviated build git hash.

Definition at line 50 of file communication_global.cpp.

◆ buildHashLong()

const char * COMMUNICATIONLIB::buildHashLong ( )

Returns full build git hash.

Definition at line 54 of file communication_global.cpp.