16 #ifndef METADATA_INPUT_H_INCLUDED 17 #define METADATA_INPUT_H_INCLUDED 20 #include <unordered_map> 23 #include <unordered_map> 24 #include <boost/asio.hpp> 90 Metadata metadata_at_index(
int index,
double timestamp);
101 Metadata bisearcher(
double value,
int begin,
int end, std::string field);
108 void push_back(std::unordered_map<std::string, std::string> newEntry);
117 std::vector<std::string> heads;
124 std::unordered_map<std::string, std::vector<std::string> > data;
126 std::vector<long> time;
128 std::vector<MetadataReader *> sources;
133 #endif // METADATA_INPUT_H_INCLUDED