gPTP Documentation
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
avbts_port.hpp File Reference
#include <ieee1588.hpp>
#include <avbts_message.hpp>
#include <avbts_ostimer.hpp>
#include <avbts_oslock.hpp>
#include <avbts_osnet.hpp>
#include <avbts_osthread.hpp>
#include <avbts_oscondition.hpp>
#include <ipcdef.hpp>
#include <stdint.h>
#include <map>
#include <list>
Include dependency graph for avbts_port.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PortIdentity
 
class  IEEE1588Port
 

Macros

#define GPTP_MULTICAST   0x0180C200000EULL
 
#define PDELAY_MULTICAST   GPTP_MULTICAST
 
#define OTHER_MULTICAST   GPTP_MULTICAST
 
#define PDELAY_RESP_RECEIPT_TIMEOUT_MULTIPLIER   3
 
#define SYNC_RECEIPT_TIMEOUT_MULTIPLIER   3
 
#define ANNOUNCE_RECEIPT_TIMEOUT_MULTIPLIER   3
 

Typedefs

typedef std::map< PortIdentity,
LinkLayerAddress
IdentityMap_t
 

Enumerations

enum  PortType { V1, V2_E2E, V2_P2P }
 

Macro Definition Documentation

#define ANNOUNCE_RECEIPT_TIMEOUT_MULTIPLIER   3

Announce receipt timeout multiplier

#define GPTP_MULTICAST   0x0180C200000EULL

GPTP multicast adddress

#define OTHER_MULTICAST   GPTP_MULTICAST

OTHER multicast value

#define PDELAY_MULTICAST   GPTP_MULTICAST

PDELAY Multicast value

#define PDELAY_RESP_RECEIPT_TIMEOUT_MULTIPLIER   3

PDelay timeout multiplier

#define SYNC_RECEIPT_TIMEOUT_MULTIPLIER   3

Sync receipt timeout multiplier

Typedef Documentation

Provides a map for the identityMap member of IEEE1588Port class

Enumeration Type Documentation

enum PortType

PortType enumeration. Selects between delay request-response (E2E) mechanism or PTPV1 or PTPV2 P2P (peer delay) mechanism.