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

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 ControlMsgclone () const
MsgType msgType () const
void setSender (const std::string &sender)
std::string sender () const

Static Public Member Functions

static ReplyMsg error ()
static ReplyMsg ok ()

Protected Member Functions

 ReplyMsg (MsgType type)

Detailed Description

Definition at line 242 of file control_messages.h.


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