mmCEsim 0.3.0
mmWave Channel Estimation Simulation
calc.cpp File Reference

Implementation of Calc Class. More...

#include "export/calc.h"
#include <exception>
#include <iostream>
Include dependency graph for calc.cpp:

Macros

#define LANG_CPP   if (lang == "cpp") {
 
#define LANG_PY
 
#define LANG_M
 
#define END_LANG
 

Variables

Type_Track type_track
 The shared Type_Track variable. More...
 

Detailed Description

Implementation of Calc Class.

Author
Wuqiong Zhao (wqzha.nosp@m.o@se.nosp@m.u.edu.nosp@m..cn)
Version
0.3.0
Date
2024-01-24

Macro Definition Documentation

◆ END_LANG

#define END_LANG
Value:
} \
else throw("Unknown language " + lang + ".");

◆ LANG_CPP

#define LANG_CPP   if (lang == "cpp") {

◆ LANG_M

#define LANG_M
Value:
} \
else if (lang == "matlab" || lang == "octave") {

◆ LANG_PY

#define LANG_PY
Value:
} \
else if (lang == "py") {

Variable Documentation

◆ type_track

Type_Track type_track

The shared Type_Track variable.

This is defined in export/calc.cpp