Controlinfo for packets which are send from Physical layer to the MAC layer. More...
#include <PhyToMacControlInfo.h>

Public Member Functions | |
| PhyToMacControlInfo (DeciderResult *result) | |
| Initializes the PhyToMacControlInfo with the passed DeciderResult. | |
| ~PhyToMacControlInfo () | |
| Clean up the DeciderResult. | |
| DeciderResult * | getDeciderResult () const |
| Returns the result of the evaluation of the Decider. | |
Protected Attributes | |
| DeciderResult * | result |
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.
| 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) {}
DeciderResult* PhyToMacControlInfo::result [protected] |
The result of the decider evaluation.
Definition at line 18 of file PhyToMacControlInfo.h.
Referenced by getDeciderResult(), and ~PhyToMacControlInfo().
1.7.1