#include <iostream>
#include <cassert>
#include <uavcan_linux/uavcan_linux.hpp>
#include <uavcan/protocol/global_time_sync_master.hpp>
#include <uavcan/protocol/global_time_sync_slave.hpp>
#include "debug.hpp"
Go to the source code of this file.
Functions | |
static uavcan_linux::NodePtr | initNode (const std::vector< std::string > &ifaces, uavcan::NodeID nid, const std::string &name) |
int | main (int argc, const char **argv) |
static void | runForever (const uavcan_linux::NodePtr &node) |
|
static |
Definition at line 13 of file test_time_sync.cpp.
Definition at line 78 of file test_time_sync.cpp.
|
static |
Definition at line 26 of file test_time_sync.cpp.