RTC Toolkit 6.0.0
Loading...
Searching...
No Matches
telegrafAdapter.cpp File Reference

Implementation of TelegrafAdapter. More...

#include "rtctk/componentFramework/telegrafAdapter.hpp"
#include "rtctk/componentFramework/exceptions.hpp"
#include "rtctk/componentFramework/influxTagMap.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< InfluxPointrtctk::componentFramework::ParseStateToInfluxPoints (const std::string &component_name, const std::string &states_str, const std::map< std::string, std::string > &base_tags)
 

Detailed Description

Implementation of TelegrafAdapter.