![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <scheduler/queue/ISegmentationCommand.hpp>


Public Member Functions | |
| virtual void | addSDU (wns::ldk::CompoundPtr)=0 |
| virtual void | clearBeginFlag ()=0 |
| virtual void | clearEndFlag ()=0 |
| virtual Bit | dataSize ()=0 |
| virtual bool | getBeginFlag ()=0 |
| virtual bool | getEndFlag ()=0 |
| virtual unsigned int | getNumSDUs ()=0 |
| virtual long | getSequenceNumber ()=0 |
| virtual Bit | headerSize ()=0 |
| virtual void | increaseDataSize (Bit size)=0 |
| virtual void | increaseHeaderSize (Bit size)=0 |
| virtual void | increasePaddingSize (Bit size)=0 |
| virtual Bit | paddingSize ()=0 |
| virtual void | setBeginFlag ()=0 |
| virtual void | setEndFlag ()=0 |
| virtual void | setSequenceNumber (long)=0 |
| virtual Bit | totalSize ()=0 |
Definition at line 34 of file ISegmentationCommand.hpp.
| virtual void wns::scheduler::queue::ISegmentationCommand::addSDU | ( | wns::ldk::CompoundPtr | ) | [pure virtual] |
Implemented in wns::ldk::sar::SegAndConcatCommand.
| virtual void wns::scheduler::queue::ISegmentationCommand::clearBeginFlag | ( | ) | [pure virtual] |
Implemented in wns::ldk::sar::SegAndConcatCommand.
| virtual void wns::scheduler::queue::ISegmentationCommand::clearEndFlag | ( | ) | [pure virtual] |
Implemented in wns::ldk::sar::SegAndConcatCommand.
| virtual Bit wns::scheduler::queue::ISegmentationCommand::dataSize | ( | ) | [pure virtual] |
Implemented in wns::ldk::sar::SegAndConcatCommand.
| virtual bool wns::scheduler::queue::ISegmentationCommand::getBeginFlag | ( | ) | [pure virtual] |
Implemented in wns::ldk::sar::SegAndConcatCommand.
| virtual bool wns::scheduler::queue::ISegmentationCommand::getEndFlag | ( | ) | [pure virtual] |
Implemented in wns::ldk::sar::SegAndConcatCommand.
| virtual unsigned int wns::scheduler::queue::ISegmentationCommand::getNumSDUs | ( | ) | [pure virtual] |
Implemented in wns::ldk::sar::SegAndConcatCommand.
| virtual long wns::scheduler::queue::ISegmentationCommand::getSequenceNumber | ( | ) | [pure virtual] |
Implemented in wns::ldk::sar::SegAndConcatCommand.
| virtual Bit wns::scheduler::queue::ISegmentationCommand::headerSize | ( | ) | [pure virtual] |
Implemented in wns::ldk::sar::SegAndConcatCommand.
| virtual void wns::scheduler::queue::ISegmentationCommand::increaseDataSize | ( | Bit | size | ) | [pure virtual] |
Implemented in wns::ldk::sar::SegAndConcatCommand.
| virtual void wns::scheduler::queue::ISegmentationCommand::increaseHeaderSize | ( | Bit | size | ) | [pure virtual] |
Implemented in wns::ldk::sar::SegAndConcatCommand.
| virtual void wns::scheduler::queue::ISegmentationCommand::increasePaddingSize | ( | Bit | size | ) | [pure virtual] |
Implemented in wns::ldk::sar::SegAndConcatCommand.
| virtual Bit wns::scheduler::queue::ISegmentationCommand::paddingSize | ( | ) | [pure virtual] |
Implemented in wns::ldk::sar::SegAndConcatCommand.
| virtual void wns::scheduler::queue::ISegmentationCommand::setBeginFlag | ( | ) | [pure virtual] |
Implemented in wns::ldk::sar::SegAndConcatCommand.
| virtual void wns::scheduler::queue::ISegmentationCommand::setEndFlag | ( | ) | [pure virtual] |
Implemented in wns::ldk::sar::SegAndConcatCommand.
| virtual void wns::scheduler::queue::ISegmentationCommand::setSequenceNumber | ( | long | ) | [pure virtual] |
Implemented in wns::ldk::sar::SegAndConcatCommand.
| virtual Bit wns::scheduler::queue::ISegmentationCommand::totalSize | ( | ) | [pure virtual] |
Implemented in wns::ldk::sar::SegAndConcatCommand.
1.5.5