Agora
1.2.0
Agora project
|
Implementation file for the sender class. More...
#include "sender.h"
#include <algorithm>
#include <csignal>
#include <thread>
#include "datatype_conversion.h"
#include "gettime.h"
#include "logger.h"
#include "message.h"
#include "udp_client.h"
Functions | |
void | InterruptHandler (int) |
void | DelayTicks (uint64_t start, uint64_t ticks) |
Variables | |
static constexpr bool | kDebugPrintSender = false |
static std::atomic< bool > | keep_running = true |
static std::atomic< size_t > | num_workers_ready_atomic = 0 |
Implementation file for the sender class.
void DelayTicks | ( | uint64_t | start, |
uint64_t | ticks | ||
) |
void InterruptHandler | ( | int | ) |
|
staticconstexpr |
|
static |
|
static |