|
TOBI Interface A
0.1
|
Inheritance diagram for tia::GetConfigMsg:
Collaboration diagram for tia::GetConfigMsg:Public Types | |
| enum | MsgType { KeepAlive = 0, GetConfig, Config, GetDataConnection, DataConnection, StartTransmission, StopTransmission, OkReply, ErrorReply } |
Public Member Functions | |
| virtual void | writeMsg (ControlMsgEncoder &encoder, std::ostream &stream) const |
| virtual void | readMsg (ControlMsgDecoder &decoder) |
| virtual ControlMsg * | clone () const |
| MsgType | msgType () const |
| void | setSender (const std::string &sender) |
| std::string | sender () const |
Definition at line 122 of file control_messages.h.