#include <framexmittypes.hh>
Public Member Functions | |
Flow control | |
Constants and classes used for controling the data flow. brief Flow control classes and constants | |
| void | hton () |
| swap byte-order in header from host to network | |
| void | ntoh () |
| swap byte-order in header from network to host | |
Public Attributes | |
| int32_t | pktType |
| packet type | |
| int32_t | pktLen |
| length of payload in bytes | |
| uint32_t | seq |
| sequence number | |
| int32_t | pktNum |
| packet number | |
| int32_t | pktTotal |
| total number of packets in sequence | |
| uint32_t | checksum |
| checksum of packet (currently not used) | |
| uint32_t | timestamp |
| time stamp of data | |
| uint32_t | duration |
| time length of data | |
1.5.4