|
INET Framework for OMNeT++/OMNEST
|
#include <TCPCommand_m.h>
Public Member Functions | |
| TCPCommand () | |
| TCPCommand (const TCPCommand &other) | |
| virtual | ~TCPCommand () |
| TCPCommand & | operator= (const TCPCommand &other) |
| virtual TCPCommand * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual int | getConnId () const |
| virtual void | setConnId (int connId) |
| virtual int | getUserId () const |
| virtual void | setUserId (int userId) |
Protected Member Functions | |
| bool | operator== (const TCPCommand &) |
Protected Attributes | |
| int | connId_var |
| int | userId_var |
Private Member Functions | |
| void | copy (const TCPCommand &other) |
Class generated from transport/contract/TCPCommand.msg by opp_msgc.
class TCPCommand { int connId = -1; int userId = -1; }
Definition at line 98 of file TCPCommand_m.h.
Referenced by dup().
| TCPCommand::TCPCommand | ( | const TCPCommand & | other | ) |
| virtual TCPCommand::~TCPCommand | ( | ) | [virtual] |
| void TCPCommand::copy | ( | const TCPCommand & | other | ) | [private] |
| virtual TCPCommand* TCPCommand::dup | ( | ) | const [inline, virtual] |
Reimplemented in TCPStatusInfo, TCPConnectInfo, TCPSendCommand, TCPOpenCommand, and TCPErrorInfo.
Definition at line 116 of file TCPCommand_m.h.
{return new TCPCommand(*this);}
| virtual int TCPCommand::getConnId | ( | ) | const [virtual] |
| virtual int TCPCommand::getUserId | ( | ) | const [virtual] |
| TCPCommand& TCPCommand::operator= | ( | const TCPCommand & | other | ) |
| bool TCPCommand::operator== | ( | const TCPCommand & | ) | [protected] |
| virtual void TCPCommand::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented in TCPStatusInfo, TCPConnectInfo, TCPSendCommand, TCPOpenCommand, and TCPErrorInfo.
Referenced by doPacking().
| virtual void TCPCommand::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented in TCPStatusInfo, TCPConnectInfo, TCPSendCommand, TCPOpenCommand, and TCPErrorInfo.
Referenced by doUnpacking().
| virtual void TCPCommand::setConnId | ( | int | connId | ) | [virtual] |
Referenced by TCPSocket::abort(), TCPSocket::close(), TCPSocket::connect(), TCPGenericSrvApp::handleMessage(), TCPSocket::listen(), tcp_old::TCPConnection::processSegment1stThru8th(), TCPConnection::processSegment1stThru8th(), TCPSocket::requestStatus(), TCPSocket::send(), tcp_old::TCPConnection::sendEstabIndicationToApp(), TCPConnection::sendEstabIndicationToApp(), tcp_old::TCPConnection::sendIndicationToApp(), and TCPConnection::sendIndicationToApp().
| virtual void TCPCommand::setUserId | ( | int | userId | ) | [virtual] |
int TCPCommand::connId_var [protected] |
Definition at line 101 of file TCPCommand_m.h.
int TCPCommand::userId_var [protected] |
Definition at line 102 of file TCPCommand_m.h.