1 #ifndef TELEMETRY_TELEMETRY_CONFIG_H_ 2 #define TELEMETRY_TELEMETRY_CONFIG_H_ 4 #include <boost/property_tree/ptree_fwd.hpp> 11 bool report_config{
true};
13 void updateFromPropertyTree(
const boost::property_tree::ptree& pt);
14 void writeToStream(std::ostream& out_stream)
const;
17 #endif // TELEMETRY_TELEMETRY_CONFIG_H_
bool report_network
Report device network information: IP address, hostname, MAC address.