mmCEsim 0.3.0
mmWave Channel Estimation Simulation
meta.h File Reference

mmCEsim meta data More...

#include <string>
Include dependency graph for meta.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const std::string _MMCESIM_NAME = "mmCEsim"
 
const std::string _MMCESIM_DESCR = "Millimeter Wave Channel Estimation Simulation"
 
const std::string _MMCESIM_WEB = "https://mmcesim.org"
 
const std::string _MMCESIM_BLOG = "https://blog.mmcesim.org"
 
const std::string _MMCESIM_WEBAPP = "https://app.mmcesim.org"
 
const std::string _MMCESIM_GIT = "https://github.com/mmcesim"
 
const std::string _MMCESIM_TWI = "https://twitter.com/mmcesim"
 
const std::string _MMCESIM_EMAIL = "contact@mmcesim.org"
 
const std::string _MMCESIM_AUTHOR = "Wuqiong Zhao"
 
const std::string _MMCESIM_LIC = "MIT License"
 
const std::string _MMCESIM_YEARS = "2022-2024"
 
const int _MMCESIM_VER_COMP = 0x000100
 
const int _MMCESIM_VER_MAJOR = 0
 
const int _MMCESIM_VER_MINOR = 3
 
const int _MMCESIM_VER_REVISION = 0
 
const int _MMCESIM_VER = 0x10000 * _MMCESIM_VER_MAJOR + 0x100 * _MMCESIM_VER_MINOR + _MMCESIM_VER_REVISION
 
const std::string _MMCESIM_VER_STR
 

Detailed Description

mmCEsim meta data

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

Variable Documentation

◆ _MMCESIM_AUTHOR

const std::string _MMCESIM_AUTHOR = "Wuqiong Zhao"

◆ _MMCESIM_BLOG

const std::string _MMCESIM_BLOG = "https://blog.mmcesim.org"

◆ _MMCESIM_DESCR

const std::string _MMCESIM_DESCR = "Millimeter Wave Channel Estimation Simulation"

◆ _MMCESIM_EMAIL

const std::string _MMCESIM_EMAIL = "contact@mmcesim.org"

◆ _MMCESIM_GIT

const std::string _MMCESIM_GIT = "https://github.com/mmcesim"

◆ _MMCESIM_LIC

const std::string _MMCESIM_LIC = "MIT License"

◆ _MMCESIM_NAME

const std::string _MMCESIM_NAME = "mmCEsim"

◆ _MMCESIM_TWI

const std::string _MMCESIM_TWI = "https://twitter.com/mmcesim"

◆ _MMCESIM_VER

const int _MMCESIM_VER = 0x10000 * _MMCESIM_VER_MAJOR + 0x100 * _MMCESIM_VER_MINOR + _MMCESIM_VER_REVISION

◆ _MMCESIM_VER_COMP

const int _MMCESIM_VER_COMP = 0x000100

◆ _MMCESIM_VER_MAJOR

const int _MMCESIM_VER_MAJOR = 0

◆ _MMCESIM_VER_MINOR

const int _MMCESIM_VER_MINOR = 3

◆ _MMCESIM_VER_REVISION

const int _MMCESIM_VER_REVISION = 0

◆ _MMCESIM_VER_STR

const std::string _MMCESIM_VER_STR
Initial value:
const int _MMCESIM_VER_MINOR
Definition: meta.h:30
const int _MMCESIM_VER_REVISION
Definition: meta.h:31
const int _MMCESIM_VER_MAJOR
Definition: meta.h:29
static std::string to_string(const T &x)
Change a number to string.
Definition: utils.h:203

◆ _MMCESIM_WEB

const std::string _MMCESIM_WEB = "https://mmcesim.org"

◆ _MMCESIM_WEBAPP

const std::string _MMCESIM_WEBAPP = "https://app.mmcesim.org"

◆ _MMCESIM_YEARS

const std::string _MMCESIM_YEARS = "2022-2024"