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  

SatMac Class Reference

#include <satlink.h>

Inheritance diagram for SatMac:

Mac BiConnector NsObject TclObject Handler UnslottedAlohaMac List of all members.

Public Member Functions

 SatMac ()
void sendDown (Packet *p)
void sendUp (Packet *p)
virtual void send_timer ()
virtual void recv_timer ()

Protected Member Functions

int command (int argc, const char *const *argv)

Protected Attributes

MacSendTimer send_timer_
MacRecvTimer recv_timer_
SatTracedrop_trace_
int trace_drops_
SatTracecoll_trace_
int trace_collisions_

Constructor & Destructor Documentation

SatMac::SatMac  
 


Member Function Documentation

int SatMac::command int    argc,
const char *const *    argv
[protected, virtual]
 

Reimplemented from Mac.

virtual void SatMac::recv_timer   [inline, virtual]
 

Reimplemented in UnslottedAlohaMac.

virtual void SatMac::send_timer   [inline, virtual]
 

Reimplemented in UnslottedAlohaMac.

void SatMac::sendDown Packet   p [virtual]
 

Reimplemented from Mac.

Reimplemented in UnslottedAlohaMac.

void SatMac::sendUp Packet   p [virtual]
 

Reimplemented from Mac.

Reimplemented in UnslottedAlohaMac.


Member Data Documentation

SatTrace* SatMac::coll_trace_ [protected]
 

SatTrace* SatMac::drop_trace_ [protected]
 

MacRecvTimer SatMac::recv_timer_ [protected]
 

MacSendTimer SatMac::send_timer_ [protected]
 

int SatMac::trace_collisions_ [protected]
 

int SatMac::trace_drops_ [protected]
 


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