RTC Toolkit
5.0.0
Loading...
Searching...
No Matches
_examples
exampleEndToEnd
mudpiPub
src
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
35
std::map<std::string, std::vector<std::vector<uint8_t>>>
36
ExtractDataFromFile
(
const
std::string& filename);
37
38
#endif
// RTCTK_EXAMPLEENDTOEND_MUDPIPUB_USEREXTENSION_HPP
ExtractDataFromFile
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
Generated by
1.10.0