gPTP Documentation
|
#include <stdint.h>
#include <string.h>
#include <map>
#include <ieee1588.hpp>
#include <ptptypes.hpp>
Go to the source code of this file.
Classes | |
class | LinkLayerAddress |
class | InterfaceName |
class | factory_name_t |
class | OSNetworkInterface |
class | OSNetworkInterfaceFactory |
Macros | |
#define | FACTORY_NAME_LENGTH 48 |
#define | DEFAULT_TIMEOUT 1 |
Typedefs | |
typedef std::map < factory_name_t, OSNetworkInterfaceFactory * > | FactoryMap_t |
Enumerations | |
enum | net_result { net_trfail, net_fatal, net_succeed } |
#define DEFAULT_TIMEOUT 1 |
Default timeout in milliseconds
#define FACTORY_NAME_LENGTH 48 |
Factory name maximum length
typedef std::map< factory_name_t, OSNetworkInterfaceFactory * > FactoryMap_t |
Provides a map for the OSNetworkInterfaceFactory::registerFactory method
enum net_result |
Enumeration net_result: