ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


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

hdr_mac Struct Reference

#include <mac.h>

List of all members.

Public Member Functions

void set (MacFrameType ft, int sa, int da=-1)
MacFrameTypeftype ()
int & macSA ()
int & macDA ()
u_int16_thdr_type ()
doubletxtime ()
doublesstime ()

Static Public Member Functions

int & offset ()
hdr_mac * access (const Packet *p)

Public Attributes

MacFrameType ftype_
int macSA_
int macDA_
u_int16_t hdr_type_
double txtime_
double sstime_
int padding_

Static Public Attributes

int offset_


Member Function Documentation

hdr_mac* hdr_mac::access const Packet   p [inline, static]
 

MacFrameType& hdr_mac::ftype   [inline]
 

u_int16_t& hdr_mac::hdr_type   [inline]
 

int& hdr_mac::macDA   [inline]
 

int& hdr_mac::macSA   [inline]
 

int& hdr_mac::offset   [inline, static]
 

void hdr_mac::set MacFrameType    ft,
int    sa,
int    da = -1
[inline]
 

double& hdr_mac::sstime   [inline]
 

double& hdr_mac::txtime   [inline]
 


Member Data Documentation

MacFrameType hdr_mac::ftype_
 

u_int16_t hdr_mac::hdr_type_
 

int hdr_mac::macDA_
 

int hdr_mac::macSA_
 

int hdr_mac::offset_ [static]
 

int hdr_mac::padding_
 

double hdr_mac::sstime_
 

double hdr_mac::txtime_
 


The documentation for this struct was generated from the following files:
This document is generated by doxygen.