#include <TCPCommand_m.h>
Inheritance diagram for TCPOpenCommand:
TCPCommand.msg
by opp_msgc. class TCPOpenCommand extends TCPCommand { properties: omitGetVerb = true; fields: IPvXAddress localAddr; IPvXAddress remoteAddr; int localPort = -1; int remotePort = -1; bool fork = false; string sendQueueClass; string receiveQueueClass; string tcpAlgorithmClass; };
Public Member Functions | |
TCPOpenCommand () | |
TCPOpenCommand (const TCPOpenCommand &other) | |
virtual | ~TCPOpenCommand () |
TCPOpenCommand & | operator= (const TCPOpenCommand &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual IPvXAddress & | localAddr () |
virtual const IPvXAddress & | localAddr () const |
virtual void | setLocalAddr (const IPvXAddress &localAddr_var) |
virtual IPvXAddress & | remoteAddr () |
virtual const IPvXAddress & | remoteAddr () const |
virtual void | setRemoteAddr (const IPvXAddress &remoteAddr_var) |
virtual int | localPort () const |
virtual void | setLocalPort (int localPort_var) |
virtual int | remotePort () const |
virtual void | setRemotePort (int remotePort_var) |
virtual bool | fork () const |
virtual void | setFork (bool fork_var) |
virtual const char * | sendQueueClass () const |
virtual void | setSendQueueClass (const char *sendQueueClass_var) |
virtual const char * | receiveQueueClass () const |
virtual void | setReceiveQueueClass (const char *receiveQueueClass_var) |
virtual const char * | tcpAlgorithmClass () const |
virtual void | setTcpAlgorithmClass (const char *tcpAlgorithmClass_var) |
Protected Member Functions | |
bool | operator== (const TCPOpenCommand &) |
Protected Attributes | |
IPvXAddress | localAddr_var |
IPvXAddress | remoteAddr_var |
int | localPort_var |
int | remotePort_var |
bool | fork_var |
opp_string | sendQueueClass_var |
opp_string | receiveQueueClass_var |
opp_string | tcpAlgorithmClass_var |
TCPOpenCommand::TCPOpenCommand | ( | ) |
TCPOpenCommand::TCPOpenCommand | ( | const TCPOpenCommand & | other | ) |
virtual TCPOpenCommand::~TCPOpenCommand | ( | ) | [virtual] |
virtual cPolymorphic* TCPOpenCommand::dup | ( | ) | const [inline, virtual] |
virtual bool TCPOpenCommand::fork | ( | ) | const [virtual] |
virtual const IPvXAddress& TCPOpenCommand::localAddr | ( | ) | const [inline, virtual] |
virtual IPvXAddress& TCPOpenCommand::localAddr | ( | ) | [virtual] |
virtual int TCPOpenCommand::localPort | ( | ) | const [virtual] |
virtual void TCPOpenCommand::netPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from TCPCommand.
virtual void TCPOpenCommand::netUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from TCPCommand.
TCPOpenCommand& TCPOpenCommand::operator= | ( | const TCPOpenCommand & | other | ) |
bool TCPOpenCommand::operator== | ( | const TCPOpenCommand & | ) | [protected] |
virtual const char* TCPOpenCommand::receiveQueueClass | ( | ) | const [virtual] |
virtual const IPvXAddress& TCPOpenCommand::remoteAddr | ( | ) | const [inline, virtual] |
virtual IPvXAddress& TCPOpenCommand::remoteAddr | ( | ) | [virtual] |
virtual int TCPOpenCommand::remotePort | ( | ) | const [virtual] |
virtual const char* TCPOpenCommand::sendQueueClass | ( | ) | const [virtual] |
virtual void TCPOpenCommand::setFork | ( | bool | fork_var | ) | [virtual] |
virtual void TCPOpenCommand::setLocalAddr | ( | const IPvXAddress & | localAddr_var | ) | [virtual] |
virtual void TCPOpenCommand::setLocalPort | ( | int | localPort_var | ) | [virtual] |
virtual void TCPOpenCommand::setReceiveQueueClass | ( | const char * | receiveQueueClass_var | ) | [virtual] |
virtual void TCPOpenCommand::setRemoteAddr | ( | const IPvXAddress & | remoteAddr_var | ) | [virtual] |
virtual void TCPOpenCommand::setRemotePort | ( | int | remotePort_var | ) | [virtual] |
virtual void TCPOpenCommand::setSendQueueClass | ( | const char * | sendQueueClass_var | ) | [virtual] |
virtual void TCPOpenCommand::setTcpAlgorithmClass | ( | const char * | tcpAlgorithmClass_var | ) | [virtual] |
virtual const char* TCPOpenCommand::tcpAlgorithmClass | ( | ) | const [virtual] |
bool TCPOpenCommand::fork_var [protected] |
IPvXAddress TCPOpenCommand::localAddr_var [protected] |
int TCPOpenCommand::localPort_var [protected] |
opp_string TCPOpenCommand::receiveQueueClass_var [protected] |
IPvXAddress TCPOpenCommand::remoteAddr_var [protected] |
int TCPOpenCommand::remotePort_var [protected] |
opp_string TCPOpenCommand::sendQueueClass_var [protected] |
opp_string TCPOpenCommand::tcpAlgorithmClass_var [protected] |