47 void open(
const std::string& host, std::uint16_t port);
63 void waitUntilDue(std::unique_lock<std::mutex>&
lock, std::chrono::steady_clock::time_point
due);
71 std::
size_t _queue_depth = 0;
83 RealType _simulation_epoch_time = 0.0;
84 bool _started =
false;
85 bool _stopping =
false;
86 bool _send_in_progress =
false;