37 std::ofstream* o =
new std::ofstream(path.string().c_str());
51 if (!filepath.empty())
67 json->setString(
"topic", topicData.
topicName);
69 json->setDouble(
"t", topicData.
timestamp.toMicroSecondsDouble());
74 (*stream) << json->asString() << std::endl;