RTC Toolkit 6.0.0
Loading...
Searching...
No Matches
userExtension.hpp
Go to the documentation of this file.
1
12
13#ifndef RTCTK_EXAMPLEENDTOEND_MUDPIPUB_USEREXTENSION_HPP
14#define RTCTK_EXAMPLEENDTOEND_MUDPIPUB_USEREXTENSION_HPP
15
16#include <cstdint>
17#include <map>
18#include <string>
19#include <vector>
20
34std::map<std::string, std::vector<std::vector<uint8_t>>>
35ExtractDataFromFile(const std::string& filename);
36
37#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:97