Event Handling.
More...
#include <atomic>
#include <chrono>
#include <condition_variable>
#include <cstdint>
#include <mutex>
#include <nlohmann/json.hpp>
#include <optional>
#include <queue>
#include <set>
#include <string>
#include <thread>
Go to the source code of this file.
Event Handling.
- Copyright
- (c) Copyright ESO 2025 All Rights Reserved ESO (eso.org) is an Intergovernmental Organisation, and therefore special legal conditions apply.
◆ Event
◆ MakeCreateEvent()
Event MakeCreateEvent |
( |
const std::string & | datapoint | ) |
|
◆ MakeDeleteEvent()
Event MakeDeleteEvent |
( |
const std::string & | datapoint | ) |
|
◆ MakeWriteEvent()
Event MakeWriteEvent |
( |
const std::set< std::string > & | datapoints, |
|
|
uint64_t | sequence_id, |
|
|
uint64_t | timestamp ) |