RTC Toolkit
6.0.0
Loading...
Searching...
No Matches
_examples
exampleEndToEnd
mudpiPub
src
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
34
std::map<std::string, std::vector<std::vector<uint8_t>>>
35
ExtractDataFromFile
(
const
std::string& filename);
36
37
#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:97
Generated by
1.13.2