![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <management/protocolCalculatorPlugins/FrameLength.hpp>

Public Member Functions | |
| FrameLength (const wns::pyconfig::View &config) | |
| Constructor with python config. | |
| Bit | getPreamble (std::string pm) const |
| returns size of the Preamble | |
| Bit | getPSDU (Bit msduFrameSize, int nIBP6S) const |
| returns size of the resulting PSDU | |
| Bit | pad (Bit msduFrameSize, int nIBP6S) const |
| calculates Pad Bits number depending on nIBP6S and msduFrameSize | |
| virtual | ~FrameLength () |
Public Attributes | |
| const Bit | FCS |
| const Bit | tail |
Definition at line 45 of file FrameLength.hpp.
| wimemac::management::protocolCalculatorPlugins::FrameLength::FrameLength | ( | const wns::pyconfig::View & | config | ) |
| virtual wimemac::management::protocolCalculatorPlugins::FrameLength::~FrameLength | ( | ) | [inline, virtual] |
Definition at line 51 of file FrameLength.hpp.
| Bit wimemac::management::protocolCalculatorPlugins::FrameLength::getPreamble | ( | std::string | pm | ) | const |
| Bit wimemac::management::protocolCalculatorPlugins::FrameLength::getPSDU | ( | Bit | msduFrameSize, | |
| int | nIBP6S | |||
| ) | const |
| Bit wimemac::management::protocolCalculatorPlugins::FrameLength::pad | ( | Bit | msduFrameSize, | |
| int | nIBP6S | |||
| ) | const |
Definition at line 62 of file FrameLength.hpp.
Definition at line 63 of file FrameLength.hpp.
1.5.5