Alex Bikfalvi
SimStream Documentation
CLinkQueue Class Reference
Public Member Functions | |
CLinkQueue (__uint32 size) | |
bool | IsEmpty () |
bool | IsFull () |
CPacket * | First () |
CPacket * | Last () |
__uint32 | Size () |
__uint32 | Packets () |
__bits | Usage () |
__time | TimeFirst () |
void | Add (__time time, CPacket *packet) |
void | Remove () |
Protected Attributes | |
CPacket ** | queue |
__time * | time |
__uint32 | size |
__uint32 | ptr |
__uint32 | count |
__bits | usage |
Detailed Description
Definition at line 7 of file LinkQueue.h.
The documentation for this class was generated from the following files:
Last updated: February 8, 2011