|
INET Framework for OMNeT++/OMNEST
|
#include <SCTPCommand_m.h>
Public Member Functions | |
| SCTPSendCommand (const char *name=NULL) | |
| SCTPSendCommand (const SCTPSendCommand &other) | |
| virtual | ~SCTPSendCommand () |
| SCTPSendCommand & | operator= (const SCTPSendCommand &other) |
| virtual SCTPSendCommand * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual bool | getLast () const |
| virtual void | setLast (bool last) |
| virtual unsigned int | getPpid () const |
| virtual void | setPpid (unsigned int ppid) |
| virtual bool | getPrimary () const |
| virtual void | setPrimary (bool primary) |
Protected Member Functions | |
| bool | operator== (const SCTPSendCommand &) |
Protected Attributes | |
| bool | last_var |
| unsigned int | ppid_var |
| bool | primary_var |
Private Member Functions | |
| void | copy (const SCTPSendCommand &other) |
Class generated from transport/contract/SCTPCommand.msg by opp_msgc.
class SCTPSendCommand extends SCTPCommand { bool last; unsigned int ppid = 0; bool primary = true; }
Definition at line 247 of file SCTPCommand_m.h.
| SCTPSendCommand::SCTPSendCommand | ( | const char * | name = NULL | ) |
Referenced by dup().
| SCTPSendCommand::SCTPSendCommand | ( | const SCTPSendCommand & | other | ) |
| virtual SCTPSendCommand::~SCTPSendCommand | ( | ) | [virtual] |
| void SCTPSendCommand::copy | ( | const SCTPSendCommand & | other | ) | [private] |
| virtual SCTPSendCommand* SCTPSendCommand::dup | ( | ) | const [inline, virtual] |
Reimplemented from SCTPCommand.
Definition at line 266 of file SCTPCommand_m.h.
{return new SCTPSendCommand(*this);}
| virtual bool SCTPSendCommand::getLast | ( | ) | const [virtual] |
Referenced by SCTPAssociation::process_SEND().
| virtual unsigned int SCTPSendCommand::getPpid | ( | ) | const [virtual] |
Referenced by SCTPAssociation::process_SEND().
| virtual bool SCTPSendCommand::getPrimary | ( | ) | const [virtual] |
Referenced by SCTPAssociation::process_SEND().
| SCTPSendCommand& SCTPSendCommand::operator= | ( | const SCTPSendCommand & | other | ) |
| bool SCTPSendCommand::operator== | ( | const SCTPSendCommand & | ) | [protected] |
| virtual void SCTPSendCommand::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from SCTPCommand.
Referenced by doPacking().
| virtual void SCTPSendCommand::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from SCTPCommand.
Referenced by doUnpacking().
| virtual void SCTPSendCommand::setLast | ( | bool | last | ) | [virtual] |
| virtual void SCTPSendCommand::setPpid | ( | unsigned int | ppid | ) | [virtual] |
| virtual void SCTPSendCommand::setPrimary | ( | bool | primary | ) | [virtual] |
Referenced by SCTPSocket::send().
bool SCTPSendCommand::last_var [protected] |
Definition at line 250 of file SCTPCommand_m.h.
unsigned int SCTPSendCommand::ppid_var [protected] |
Definition at line 251 of file SCTPCommand_m.h.
bool SCTPSendCommand::primary_var [protected] |
Definition at line 252 of file SCTPCommand_m.h.