gPTP Documentation
|
#include <avbts_ostimerq.hpp>
Public Member Functions | |
virtual OSTimerQueue * | createOSTimerQueue (IEEE1588Clock *clock)=0 |
Creates the OSTimerQueue object. More... | |
Implements factory design patter for OSTimerQueue class
|
pure virtual |
Creates the OSTimerQueue object.
clock | [in] Pointer to the IEEE1555Clock object |
Implemented in WindowsTimerQueueFactory, and LinuxTimerQueueFactory.