|
RTC Toolkit 6.0.0-pre2
|
Implementation of TelegrafAdapter. More...
#include "rtctk/componentFramework/telegrafAdapter.hpp"#include "rtctk/componentFramework/influxTagMap.hpp"#include "rtctk/componentFramework/exceptions.hpp"#include <boost/asio.hpp>#include <boost/process.hpp>#include <chrono>#include <mutex>#include <ranges>#include <sstream>#include <string>Namespaces | |
| namespace | rtctk |
| namespace | rtctk::componentFramework |
Functions | |
| bool | rtctk::componentFramework::HasBadChars (const std::string &s) |
| std::vector< InfluxPoint > | rtctk::componentFramework::ParseStateToInfluxPoints (const std::string &component_name, const std::string &states_str, const std::map< std::string, std::string > &base_tags) |
Implementation of TelegrafAdapter.