Struct PollSnapshot

Struct Documentation

struct PollSnapshot

Snapshot of all polled values at a point in time.

Public Members

std::chrono::system_clock::time_point timestamp
std::unordered_map<std::string, OpcuaValue> values
std::unordered_map<std::string, bool> alarms
bool connected = {false}
uint64_t poll_count = {0}
uint64_t error_count = {0}