![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <ldk/tools/InSequenceChecker.hpp>


Public Member Functions | |
| InSequenceChecker (wns::ldk::fun::FUN *fun, const wns::pyconfig::View &config) | |
| Constructor. | |
| virtual | ~InSequenceChecker () |
| Destructor. | |
Private Member Functions | |
FunctionalUnit interface | |
| virtual void | processIncoming (const wns::ldk::CompoundPtr &) |
| Process compounds on uplink. | |
| virtual void | processOutgoing (const wns::ldk::CompoundPtr &) |
| Process compounds on downlink. | |
Private Attributes | |
| wns::logger::Logger | logger |
| unsigned int | sequenceIDExpected |
| unsigned int | sequenceIDOutgoing |
Definition at line 49 of file InSequenceChecker.hpp.
| InSequenceChecker::InSequenceChecker | ( | wns::ldk::fun::FUN * | fun, | |
| const wns::pyconfig::View & | config | |||
| ) | [explicit] |
Definition at line 22 of file InSequenceChecker.cpp.
| InSequenceChecker::~InSequenceChecker | ( | ) | [virtual] |
Definition at line 36 of file InSequenceChecker.cpp.
| void InSequenceChecker::processIncoming | ( | const wns::ldk::CompoundPtr & | compound | ) | [private, virtual] |
Override this method to handle incoming compounds.
Implements wns::ldk::ProcessorInterface.
Definition at line 56 of file InSequenceChecker.cpp.
| void InSequenceChecker::processOutgoing | ( | const wns::ldk::CompoundPtr & | ) | [private, virtual] |
Override this method to handle outgoing compounds.
Implements wns::ldk::ProcessorInterface.
Definition at line 42 of file InSequenceChecker.cpp.
Definition at line 85 of file InSequenceChecker.hpp.
unsigned int wns::ldk::tools::InSequenceChecker::sequenceIDExpected [private] |
Definition at line 83 of file InSequenceChecker.hpp.
unsigned int wns::ldk::tools::InSequenceChecker::sequenceIDOutgoing [private] |
Definition at line 82 of file InSequenceChecker.hpp.
1.5.5