List of all members.
Public Types |
enum | ETypeConnection { DATA = 0,
FEEDBACK = 1,
MESSAGE = 2
} |
Public Member Functions |
| CPacketConnection (__uint32 size, ETypeConnection typeConnection, __uint32 flow, __uint32 src, __uint32 dst, __uint32 srcEntry, __uint32 dstEntry, ETypeOfService tos, __time timeTx, __time timeRx=-1, __time timeDelay=0) |
virtual EPacketType | Type () |
ETypeConnection | TypeConnection () |
__uint32 | Src () |
__uint32 | Dst () |
__uint32 | SrcEntry () |
__uint32 | DstEntry () |
__uint32 | Flow () |
__time | TimeTx () |
__time | TimeRx () |
__time | TimeDelay () |
Protected Attributes |
ETypeConnection | typeConnection |
__uint32 | src |
__uint32 | dst |
__uint32 | srcEntry |
__uint32 | dstEntry |
__uint32 | flow |
__time | timeTx |
__time | timeRx |
__time | timeDelay |
Detailed Description
Definition at line 5 of file PacketConnection.h.
The documentation for this class was generated from the following files: