Public Member Functions | Protected Attributes

PhyToMacControlInfo Class Reference
[phyLayer - physical layer modulesmacLayer - MAC layer modules]

Controlinfo for packets which are send from Physical layer to the MAC layer. More...

#include <PhyToMacControlInfo.h>

Collaboration diagram for PhyToMacControlInfo:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 PhyToMacControlInfo (DeciderResult *result)
 Initializes the PhyToMacControlInfo with the passed DeciderResult.
 ~PhyToMacControlInfo ()
 Clean up the DeciderResult.
DeciderResultgetDeciderResult () const
 Returns the result of the evaluation of the Decider.

Protected Attributes

DeciderResultresult

Detailed Description

Controlinfo for packets which are send from Physical layer to the MAC layer.

The ControlInfo contains the the DeciderResult of the Decider.

Definition at line 15 of file PhyToMacControlInfo.h.


Constructor & Destructor Documentation

PhyToMacControlInfo::PhyToMacControlInfo ( DeciderResult result  )  [inline]

Initializes the PhyToMacControlInfo with the passed DeciderResult.

NOTE: PhyToMacControlInfo takes ownership of the passed DeciderResult!

Definition at line 26 of file PhyToMacControlInfo.h.

                                            :
    result(result) {}


Member Data Documentation

The result of the decider evaluation.

Definition at line 18 of file PhyToMacControlInfo.h.

Referenced by getDeciderResult(), and ~PhyToMacControlInfo().


The documentation for this class was generated from the following file: