39 Measurement(
const std::string &measurementId,
const std::string &nodeName,
40 uint64_t saveThreshold,
const std::string &observedObject);
43 void createMeasurementFolder();
45 void setField(
const std::string &interestName,
const std::string &entryName,
51 std::string m_fileName;
52 std::string m_nodeName;
53 std::string m_measurementId;
54 std::string m_observedObject;
56 std::vector<Entry> m_entries;
57 uint64_t m_saveThreshold;
58 std::ofstream m_ofstream;
Definition measurements.hpp:30