|
gPTP Documentation
|
#include <avbts_osnet.hpp>


Static Public Member Functions | |
| 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... | |
Builds and registers a network interface
|
inlinestatic |
Builds the network interface.
| iface | [out] Pointer to interface name |
| id | Factory name index |
| iflabel | Interface label |
| timestamper | HWTimestamper class pointer |
|
inlinestatic |
Registers network factory.
| id | |
| factory | Factory name |