mmCEsim 0.3.0
mmWave Channel Estimation Simulation
shared_info.h
Go to the documentation of this file.
1
12#ifndef _EXPORT_SHARED_INFO_H_
13#define _EXPORT_SHARED_INFO_H_
14
15#include <string>
16
18 std::string backend = "cpp";
19 std::string src_compile_cmd;
20 std::string tex_compile_cmd;
21 bool dbg = false;
22};
23
24#endif
Definition: shared_info.h:17
bool dbg
Definition: shared_info.h:21
std::string backend
Definition: shared_info.h:18
std::string tex_compile_cmd
Definition: shared_info.h:20
std::string src_compile_cmd
Definition: shared_info.h:19