CoreV2
TODO
CoreV2 objects in C++ are referenced by the following shared pointer typedef:
-
typedef std::shared_ptr<rogue::protocols::packetizer::CoreV2> rogue::protocols::packetizer::CoreV2Ptr
The CoreV2 class description is shown below:
-
class CoreV2
Core Class.
Public Functions
-
CoreV2(bool enIbCrc, bool enObCrc, bool enSsi)
Creator.
-
~CoreV2()
Destructor.
-
std::shared_ptr<rogue::protocols::packetizer::Application> application(uint8_t dest)
Application module.
-
uint32_t getDropCount()
Get drop count.
-
void setTimeout(uint32_t timeout)
Set timeout.
-
CoreV2(bool enIbCrc, bool enObCrc, bool enSsi)