Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

packet_header Struct Reference

The Packet Header. More...

#include <protocol.h>

List of all members.

Public Attributes

int from
 source. More...

int to
 destination (obsolete). More...

timeval TimeStamp
 Contains the time when this was sent away. More...

int header [MAX_PACKET_HEADER]
 the headers to define the type of the packet. More...

int length
 the length of the data. More...


Detailed Description

The Packet Header.

Definition at line 17 of file protocol.h.

00017 {
00018     int     from; 
00019     int     to; 
00020     timeval TimeStamp; 
00021     int     header[MAX_PACKET_HEADER]; 
00022     int     length; 
00023 }

Member Data Documentation

timeval packet_header::TimeStamp

Contains the time when this was sent away.

Definition at line 20 of file protocol.h.

int packet_header::from

source.

Definition at line 18 of file protocol.h.

int packet_header::header[MAX_PACKET_HEADER]

the headers to define the type of the packet.

Definition at line 21 of file protocol.h.

int packet_header::length

the length of the data.

Definition at line 22 of file protocol.h.

int packet_header::to

destination (obsolete).

Definition at line 19 of file protocol.h.


The documentation for this struct was generated from the following file:
Generated at Sat May 13 13:50:25 2000 for 3Dsia by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000