INET Framework for OMNeT++/OMNEST
TCPCommand_m.h File Reference
#include <omnetpp.h>
#include "inet/networklayer/common/L3Address.h"

Classes

class  inet::TCPCommand
 Class generated from inet/transportlayer/contract/tcp/TCPCommand.msg:91 by nedtool. More...
 
class  inet::TCPErrorInfo
 Class generated from inet/transportlayer/contract/tcp/TCPCommand.msg:101 by nedtool. More...
 
class  inet::TCPOpenCommand
 Class generated from inet/transportlayer/contract/tcp/TCPCommand.msg:154 by nedtool. More...
 
class  inet::TCPSendCommand
 Class generated from inet/transportlayer/contract/tcp/TCPCommand.msg:171 by nedtool. More...
 
class  inet::TCPConnectInfo
 Class generated from inet/transportlayer/contract/tcp/TCPCommand.msg:182 by nedtool. More...
 
class  inet::TCPStatusInfo
 Class generated from inet/transportlayer/contract/tcp/TCPCommand.msg:198 by nedtool. More...
 

Namespaces

 inet
 Copyright (c) 2005 Jan Ringo�, www.ringos.cz.
 

Macros

#define __INET_TCPCOMMAND_M_H
 
#define MSGC_VERSION   0x0501
 
#define INET_API
 

Enumerations

enum  inet::TcpCommandCode {
  inet::TCP_C_OPEN_ACTIVE = 1, inet::TCP_C_OPEN_PASSIVE = 2, inet::TCP_C_SEND = 3, inet::TCP_C_CLOSE = 5,
  inet::TCP_C_ABORT = 6, inet::TCP_C_STATUS = 7, inet::TCP_C_QUEUE_BYTES_LIMIT = 8, inet::TCP_C_READ = 9
}
 Enum generated from inet/transportlayer/contract/tcp/TCPCommand.msg:34 by nedtool. More...
 
enum  inet::TcpStatusInd {
  inet::TCP_I_DATA = 1, inet::TCP_I_URGENT_DATA = 2, inet::TCP_I_ESTABLISHED = 3, inet::TCP_I_PEER_CLOSED = 4,
  inet::TCP_I_CLOSED = 5, inet::TCP_I_CONNECTION_REFUSED = 6, inet::TCP_I_CONNECTION_RESET = 7, inet::TCP_I_TIMED_OUT = 8,
  inet::TCP_I_STATUS = 9, inet::TCP_I_SEND_MSG = 10, inet::TCP_I_DATA_NOTIFICATION = 11
}
 Enum generated from inet/transportlayer/contract/tcp/TCPCommand.msg:53 by nedtool. More...
 
enum  inet::TCPErrorCode
 Enum generated from inet/transportlayer/contract/tcp/TCPCommand.msg:72 by nedtool. More...
 
enum  inet::TCPDataTransferMode { inet::TCP_TRANSFER_UNDEFINED = 0, inet::TCP_TRANSFER_BYTECOUNT = 1, inet::TCP_TRANSFER_OBJECT = 2, inet::TCP_TRANSFER_BYTESTREAM = 3 }
 Enum generated from inet/transportlayer/contract/tcp/TCPCommand.msg:120 by nedtool. More...
 

Functions

void inet::doParsimPacking (omnetpp::cCommBuffer *b, const TCPCommand &obj)
 
void inet::doParsimUnpacking (omnetpp::cCommBuffer *b, TCPCommand &obj)
 
void inet::doParsimPacking (omnetpp::cCommBuffer *b, const TCPErrorInfo &obj)
 
void inet::doParsimUnpacking (omnetpp::cCommBuffer *b, TCPErrorInfo &obj)
 
void inet::doParsimPacking (omnetpp::cCommBuffer *b, const TCPOpenCommand &obj)
 
void inet::doParsimUnpacking (omnetpp::cCommBuffer *b, TCPOpenCommand &obj)
 
void inet::doParsimPacking (omnetpp::cCommBuffer *b, const TCPSendCommand &obj)
 
void inet::doParsimUnpacking (omnetpp::cCommBuffer *b, TCPSendCommand &obj)
 
void inet::doParsimPacking (omnetpp::cCommBuffer *b, const TCPConnectInfo &obj)
 
void inet::doParsimUnpacking (omnetpp::cCommBuffer *b, TCPConnectInfo &obj)
 
void inet::doParsimPacking (omnetpp::cCommBuffer *b, const TCPStatusInfo &obj)
 
void inet::doParsimUnpacking (omnetpp::cCommBuffer *b, TCPStatusInfo &obj)
 

Macro Definition Documentation

#define __INET_TCPCOMMAND_M_H
#define INET_API
#define MSGC_VERSION   0x0501