gPTP Documentation
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OSTimerQueueFactory Class Referenceabstract

#include <avbts_ostimerq.hpp>

Inheritance diagram for OSTimerQueueFactory:
Inheritance graph
Collaboration diagram for OSTimerQueueFactory:
Collaboration graph

Public Member Functions

virtual OSTimerQueuecreateOSTimerQueue (IEEE1588Clock *clock)=0
 Creates the OSTimerQueue object. More...
 

Detailed Description

Implements factory design patter for OSTimerQueue class

Member Function Documentation

virtual OSTimerQueue* OSTimerQueueFactory::createOSTimerQueue ( IEEE1588Clock clock)
pure virtual

Creates the OSTimerQueue object.

Parameters
clock[in] Pointer to the IEEE1555Clock object
Returns
Pointer to OSTimerQueue

Implemented in WindowsTimerQueueFactory, and LinuxTimerQueueFactory.


The documentation for this class was generated from the following file: