RTC Toolkit 5.0.0
Loading...
Searching...
No Matches
userExtension.hpp
Go to the documentation of this file.
1
14#ifndef RTCTK_EXAMPLEENDTOEND_MUDPIPUB_USEREXTENSION_HPP
15#define RTCTK_EXAMPLEENDTOEND_MUDPIPUB_USEREXTENSION_HPP
16
17#include <cstdint>
18#include <map>
19#include <string>
20#include <vector>
21
35std::map<std::string, std::vector<std::vector<uint8_t>>>
36ExtractDataFromFile(const std::string& filename);
37
38#endif // RTCTK_EXAMPLEENDTOEND_MUDPIPUB_USEREXTENSION_HPP
std::map< std::string, std::vector< std::vector< uint8_t > > > ExtractDataFromFile(const std::string &filename)
User Function that reads data from input file and returns big data structure.
Definition userExtension.cpp:98