ControllerV1
TODO
ControllerV1 objects in C++ are referenced by the following shared pointer typedef:
-
typedef std::shared_ptr<rogue::protocols::packetizer::ControllerV1> rogue::protocols::packetizer::ControllerV1Ptr
The ControllerV1 class description is shown below:
-
class ControllerV1 : public rogue::protocols::packetizer::Controller, public rogue::EnableSharedFromThis<rogue::protocols::packetizer::ControllerV1>
Packetizer Controller Class.
Public Functions
Creator.
-
~ControllerV1()
Destructor.
Frame received at transport interface.
Frame received at application interface.
Public Static Functions
Class creation.