class TRIPKeepAliveMsg : public TRIPMsg

TRIPKeepAliveMsg

Inheritance:


Public Methods

void checkSanity() throw(TRIPBadDataException&)
Checks the sanity of TRIP Msg, and throws a Bad Data exception
string className()
virtual void dump(ostream& os)
TRIPOpCode getType()
bool isAKeepAliveMsg()
TRIPKeepAliveMsg()
void writeData(int id) throw(VNetworkException&)
Writes object to given network socket in network byte order

Protected Fields

friend class TRIPMsgParser

Protected Methods

void parse(const char* data) throw(TRIPBadDataException&)
void parse(const TRIPHeader& hdr, const char* data) throw(TRIPBadDataException&)

Inherited from TRIPMsg:

Public Methods

const TRIPHeader& getHeader()
u_int16_t getMsgLength()
virtual bool isANotificationMsg()
virtual bool isAOpenMsg()
virtual bool isAUpdateMsg()
friend ostream& operator<<(ostream& os, const TRIPMsg&)

Protected Fields

Sptr <TRIPHeader> _hdr

Protected Methods

void parseHeader(const char* data) throw(TRIPBadDataException&)
void setMsgLength(u_int16_t len)

Documentation

TRIPKeepAliveMsg
TRIPKeepAliveMsg()

bool isAKeepAliveMsg()

TRIPOpCode getType()

virtual void dump(ostream& os)

void writeData(int id) throw(VNetworkException&)
Writes object to given network socket in network byte order

string className()

void checkSanity() throw(TRIPBadDataException&)
Checks the sanity of TRIP Msg, and throws a Bad Data exception

void parse(const TRIPHeader& hdr, const char* data) throw(TRIPBadDataException&)

void parse(const char* data) throw(TRIPBadDataException&)

friend class TRIPMsgParser


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de