Communication Library for Autonomous Systems v1.0
Reliable and secure communication library for autonomous vehicle systems
|
#include <chrono>
#include <atomic>
#include <mutex>
#include <cstdint>
#include <ostream>
#include "api/util/debug.h"
#include "api/traits.h"
#include "api/framework/leaderKeyStorage.h"
#include "api/network/ethernet.h"
Go to the source code of this file.
Classes | |
struct | PtpRelevantData |
struct | PtpInternalMessageInfo |
class | Clock |
Thread-safe singleton for PTP clock synchronization. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, Clock::State state) |
Variables | |
const LeaderIdType | INVALID_LEADER_ID = 0 |
|
inline |
const LeaderIdType INVALID_LEADER_ID = 0 |