TOBI Interface A  0.1
tia::ControlMsg Class Reference
+ Inheritance diagram for tia::ControlMsg:

Public Types

enum  MsgType {
  KeepAlive = 0, GetConfig, Config, GetDataConnection,
  DataConnection, StartTransmission, StopTransmission, OkReply,
  ErrorReply
}

Public Member Functions

MsgType msgType () const
void setSender (const std::string &sender)
std::string sender () const
virtual void writeMsg (ControlMsgEncoder &encoder, std::ostream &stream) const =0
virtual void readMsg (ControlMsgDecoder &decoder)=0
virtual ControlMsgclone () const =0

Protected Member Functions

 ControlMsg (MsgType msg_type)

Detailed Description

Definition at line 65 of file control_messages.h.


The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations