#include <messageheader.h>
Inheritance diagram for MessageHeader:

Public Member Functions | |
| MessageHeader (int sessionID=0) | |
| Constructor. | |
| ~MessageHeader () | |
| Destructor. | |
| void | toXML (XMLWriter &writer) const |
| Write a BaseMessage XML representation. | |
| void | processMessage () const |
| Process message instructions. | |
| void | setSessionID (int sessionID) |
| Sets the header session ID. | |
| int | getSessionID () const |
| Returns the header session ID. | |
| std::string | toString () const |
| Returns a BaseMessage string represention. | |
| MessageHeader & | copy () const |
| Returns a copy of this message. | |
Protected Attributes | |
| int | m_iSessionID |
| Session ID. | |
Yves Houpert <yves.houpert@insa-rouen.fr>
|
|
Constructor.
|
|
|
Returns a copy of this message.
Implements BaseMessage. |
|
|
Returns the header session ID.
|
|
|
Sets the header session ID.
|
|
|
Returns a BaseMessage string represention.
Implements BaseMessage. |
|
|
Write a BaseMessage XML representation.
Implements BaseMessage. |
1.4.6