18#include <creos/data_kind.hpp>
19#include <nlohmann/json.hpp>
The messages that are used in the communication between the agent and the client.
Definition accel.hpp:22
SDK information message containing information about the data sources and sinks.
Definition data_source_sink_info.hpp:26
auto operator<=>(const DataSourceSinkInfo &other) const =default
Compare two DataSourceSinkInfo messages.
std::string name
Name of the data source or sink.
Definition data_source_sink_info.hpp:31
creos::DataKind data_kind
The kind of data that is published or subscribed to.
Definition data_source_sink_info.hpp:41
std::string type
Type of the data source or sink.
Definition data_source_sink_info.hpp:36