|
| | TransmissionBitModel (const BitVector *bits, const IForwardErrorCorrection *forwardErrorCorrection, const IScrambling *scrambling, const IInterleaving *interleaving) |
| |
| | TransmissionBitModel (b headerLength, bps headerBitRate, b dataLength, bps dataBitRate, const BitVector *bits, const IForwardErrorCorrection *forwardErrorCorrection, const IScrambling *scrambling, const IInterleaving *interleaving) |
| |
| virtual const IForwardErrorCorrection * | getForwardErrorCorrection () const override |
| |
| virtual const IScrambling * | getScrambling () const override |
| |
| virtual const IInterleaving * | getInterleaving () const override |
| |
| | SignalBitModel (b headerLength, bps headerBitRate, b dataLength, bps dataBitRate, const BitVector *bits) |
| |
| virtual | ~SignalBitModel () |
| |
| virtual std::ostream & | printToStream (std::ostream &stream, int level, int evFlags=0) const override |
| | Prints this object to the provided output stream. More...
|
| |
| virtual b | getHeaderLength () const override |
| |
| virtual bps | getHeaderBitRate () const override |
| | Returns the gross (physical) bitrate of the PHY frame header. More...
|
| |
| virtual b | getDataLength () const override |
| |
| virtual bps | getDataBitRate () const override |
| | Returns the gross (physical) bitrate of the PHY frame data. More...
|
| |
| virtual const BitVector * | getBits () const override |
| |
| virtual | ~IPrintableObject () |
| |
| virtual std::string | printToString () const |
| |
| virtual std::string | printToString (int level, int evFlags=0) const |
| |
| virtual std::string | getInfoStringRepresentation (int evFlags=0) const |
| |
| virtual std::string | getDetailStringRepresentation (int evFlags=0) const |
| |
| virtual std::string | getDebugStringRepresentation (int evFlags=0) const |
| |
| virtual std::string | getTraceStringRepresentation (int evFlags=0) const |
| |
| virtual std::string | getCompleteStringRepresentation (int evFlags=0) const |
| |