|
INET Framework for OMNeT++/OMNEST
|
#include <SCTPMessage_m.h>
Public Member Functions | |
| SCTPChunk (const char *name=NULL, int kind=0) | |
| SCTPChunk (const SCTPChunk &other) | |
| virtual | ~SCTPChunk () |
| SCTPChunk & | operator= (const SCTPChunk &other) |
| virtual SCTPChunk * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual uint8 | getChunkType () const |
| virtual void | setChunkType (uint8 chunkType) |
Protected Member Functions | |
| bool | operator== (const SCTPChunk &) |
Protected Attributes | |
| uint8 | chunkType_var |
Private Member Functions | |
| void | copy (const SCTPChunk &other) |
Class generated from transport/sctp/SCTPMessage.msg by opp_msgc.
message SCTPChunk extends cPacket { (false);
uint8 chunkType; }
Definition at line 173 of file SCTPMessage_m.h.
| SCTPChunk::SCTPChunk | ( | const char * | name = NULL, |
| int | kind = 0 |
||
| ) |
Referenced by dup().
| SCTPChunk::SCTPChunk | ( | const SCTPChunk & | other | ) |
| virtual SCTPChunk::~SCTPChunk | ( | ) | [virtual] |
| void SCTPChunk::copy | ( | const SCTPChunk & | other | ) | [private] |
| virtual SCTPChunk* SCTPChunk::dup | ( | ) | const [inline, virtual] |
Reimplemented in SCTPErrorChunk_Base, SCTPShutdownCompleteChunk, SCTPShutdownAckChunk, SCTPShutdownChunk, SCTPHeartbeatAckChunk, SCTPHeartbeatChunk, SCTPAbortChunk, SCTPSackChunk, SCTPForwardTsnChunk, SCTPDataChunk, SCTPCookieAckChunk, SCTPCookieEchoChunk, SCTPInitAckChunk, SCTPInitChunk, and SCTPErrorChunk.
Definition at line 190 of file SCTPMessage_m.h.
{return new SCTPChunk(*this);}
| virtual uint8 SCTPChunk::getChunkType | ( | ) | const [virtual] |
| bool SCTPChunk::operator== | ( | const SCTPChunk & | ) | [protected] |
| virtual void SCTPChunk::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented in SCTPErrorChunk_Base, SCTPShutdownCompleteChunk, SCTPShutdownAckChunk, SCTPShutdownChunk, SCTPHeartbeatAckChunk, SCTPHeartbeatChunk, SCTPAbortChunk, SCTPSackChunk, SCTPForwardTsnChunk, SCTPDataChunk, SCTPCookieAckChunk, SCTPCookieEchoChunk, SCTPInitAckChunk, and SCTPInitChunk.
Referenced by doPacking().
| virtual void SCTPChunk::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented in SCTPErrorChunk_Base, SCTPShutdownCompleteChunk, SCTPShutdownAckChunk, SCTPShutdownChunk, SCTPHeartbeatAckChunk, SCTPHeartbeatChunk, SCTPAbortChunk, SCTPSackChunk, SCTPForwardTsnChunk, SCTPDataChunk, SCTPCookieAckChunk, SCTPCookieEchoChunk, SCTPInitAckChunk, and SCTPInitChunk.
Referenced by doUnpacking().
| virtual void SCTPChunk::setChunkType | ( | uint8 | chunkType | ) | [virtual] |
Referenced by SCTPAssociation::createSack(), SCTPSerializer::parse(), SCTPAssociation::retransmitInit(), SCTPAssociation::sendAbort(), SCTP::sendAbortFromMain(), SCTPAssociation::sendCookieAck(), SCTPAssociation::sendCookieEcho(), SCTPAssociation::sendHeartbeat(), SCTPAssociation::sendHeartbeatAck(), SCTPAssociation::sendInit(), SCTPAssociation::sendInitAck(), SCTPAssociation::sendShutdown(), SCTPAssociation::sendShutdownAck(), SCTPAssociation::sendShutdownComplete(), SCTP::sendShutdownCompleteFromMain(), and SCTPAssociation::transformDataChunk().
uint8 SCTPChunk::chunkType_var [protected] |
Definition at line 176 of file SCTPMessage_m.h.