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