mmCEsim
0.3.0
mmWave Channel Estimation Simulation
meta.h
Go to the documentation of this file.
1
12
#ifndef _META_H_
13
#define _META_H_
14
15
#include <string>
16
17
const
std::string
_MMCESIM_NAME
=
"mmCEsim"
;
18
const
std::string
_MMCESIM_DESCR
=
"Millimeter Wave Channel Estimation Simulation"
;
19
const
std::string
_MMCESIM_WEB
=
"https://mmcesim.org"
;
20
const
std::string
_MMCESIM_BLOG
=
"https://blog.mmcesim.org"
;
21
const
std::string
_MMCESIM_WEBAPP
=
"https://app.mmcesim.org"
;
22
const
std::string
_MMCESIM_GIT
=
"https://github.com/mmcesim"
;
23
const
std::string
_MMCESIM_TWI
=
"https://twitter.com/mmcesim"
;
24
const
std::string
_MMCESIM_EMAIL
=
"contact@mmcesim.org"
;
25
const
std::string
_MMCESIM_AUTHOR
=
"Wuqiong Zhao"
;
26
const
std::string
_MMCESIM_LIC
=
"MIT License"
;
27
const
std::string
_MMCESIM_YEARS
=
"2022-2024"
;
28
const
int
_MMCESIM_VER_COMP
= 0x000100;
// compatibility: 0.1.0
29
const
int
_MMCESIM_VER_MAJOR
= 0;
30
const
int
_MMCESIM_VER_MINOR
= 3;
31
const
int
_MMCESIM_VER_REVISION
= 0;
32
const
int
_MMCESIM_VER
= 0x10000 *
_MMCESIM_VER_MAJOR
+ 0x100 *
_MMCESIM_VER_MINOR
+
_MMCESIM_VER_REVISION
;
33
const
std::string
_MMCESIM_VER_STR
=
std::to_string
(
_MMCESIM_VER_MAJOR
) +
"."
+
std::to_string
(
_MMCESIM_VER_MINOR
) +
34
"."
+
std::to_string
(
_MMCESIM_VER_REVISION
);
35
36
#endif
_MMCESIM_NAME
const std::string _MMCESIM_NAME
Definition:
meta.h:17
_MMCESIM_VER_STR
const std::string _MMCESIM_VER_STR
Definition:
meta.h:33
_MMCESIM_VER_MINOR
const int _MMCESIM_VER_MINOR
Definition:
meta.h:30
_MMCESIM_LIC
const std::string _MMCESIM_LIC
Definition:
meta.h:26
_MMCESIM_AUTHOR
const std::string _MMCESIM_AUTHOR
Definition:
meta.h:25
_MMCESIM_BLOG
const std::string _MMCESIM_BLOG
Definition:
meta.h:20
_MMCESIM_VER_COMP
const int _MMCESIM_VER_COMP
Definition:
meta.h:28
_MMCESIM_WEB
const std::string _MMCESIM_WEB
Definition:
meta.h:19
_MMCESIM_GIT
const std::string _MMCESIM_GIT
Definition:
meta.h:22
_MMCESIM_DESCR
const std::string _MMCESIM_DESCR
Definition:
meta.h:18
_MMCESIM_VER
const int _MMCESIM_VER
Definition:
meta.h:32
_MMCESIM_TWI
const std::string _MMCESIM_TWI
Definition:
meta.h:23
_MMCESIM_VER_REVISION
const int _MMCESIM_VER_REVISION
Definition:
meta.h:31
_MMCESIM_EMAIL
const std::string _MMCESIM_EMAIL
Definition:
meta.h:24
_MMCESIM_VER_MAJOR
const int _MMCESIM_VER_MAJOR
Definition:
meta.h:29
_MMCESIM_WEBAPP
const std::string _MMCESIM_WEBAPP
Definition:
meta.h:21
_MMCESIM_YEARS
const std::string _MMCESIM_YEARS
Definition:
meta.h:27
mmce::to_string
static std::string to_string(const T &x)
Change a number to string.
Definition:
utils.h:203
include
meta.h
Generated on Mon Apr 14 2025 06:34:32 for mmCEsim by
1.9.4