|
gPTP Documentation
|
#include <windows_hal.hpp>


Public Member Functions | |
| virtual bool | createInterface (OSNetworkInterface **net_iface, InterfaceLabel *label, HWTimestamper *timestamper) |
| Create a network interface. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from OSNetworkInterfaceFactory | |
| static bool | registerFactory (factory_name_t id, OSNetworkInterfaceFactory *factory) |
| Registers network factory. More... | |
| static bool | buildInterface (OSNetworkInterface **iface, factory_name_t id, InterfaceLabel *iflabel, HWTimestamper *timestamper) |
| Builds the network interface. More... | |
WindowsPCAPNetworkInterface implements an interface to the network adapter through calls to the publicly available libraries known as PCap.
|
inlinevirtual |
Create a network interface.
| net_iface | [in] Network interface |
| label | [in] Interface label |
| timestamper | [in] HWTimestamper instance |
Implements OSNetworkInterfaceFactory.