TCPSegment_m.h File Reference

#include <omnetpp.h>
#include <iostream>
#include "INETDefs.h"

Classes

struct  TCPPayloadMessage
class  TCPSegment_Base

Defines

#define MSGC_VERSION   0x0304
#define TCP_HEADER_OCTETS   20

Typedefs

typedef cMessage * cMessagePtr

Functions

std::ostream & operator<< (std::ostream &os, cMessagePtr msg)
void doPacking (cCommBuffer *b, TCPPayloadMessage &a)
void doUnpacking (cCommBuffer *b, TCPPayloadMessage &a)


Define Documentation

#define MSGC_VERSION   0x0304

#define TCP_HEADER_OCTETS   20


Typedef Documentation

typedef cMessage* cMessagePtr


Function Documentation

void doPacking ( cCommBuffer *  b,
TCPPayloadMessage a 
)

void doUnpacking ( cCommBuffer *  b,
TCPPayloadMessage a 
)

std::ostream& operator<< ( std::ostream &  os,
cMessagePtr  msg 
) [inline]

00025                                                                {
00026     return os << "(" << msg->className() << ") " << msg->name() << ": " << msg->info();
00027 }


Generated on Wed Apr 4 13:20:18 2007 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.7