A Discrete-Event Network Simulator
QKDNetSim v2.0 (NS-3 v3.41) @ (+)
API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
environment-variables.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2022 Lawrence Livermore National Laboratory
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License version 2 as
6  * published by the Free Software Foundation;
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  * GNU General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License
14  * along with this program; if not, write to the Free Software
15  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16  *
17  * Author: Peter D. Barnes, Jr. <pdbarnes@llnl.gov>
18  */
19 
20 // This file supplies Doxygen documentation only.
21 // It should *NOT* be included in the build.
22 
64 const char* NS_ATTRIBUTE_DEFAULT = "name=value[;...]";
65 
92 const char* NS_COMMANDLINE_INTROSPECTION = "path";
93 
125 const char* NS_GLOBAL_VALUE = "name=value[;...]";
126 
159 const char* NS_LOG = "component=option[|option...][:...]";
160 
187 const char* TMP = "path";
188 const char* TEMP = "path";
const char * NS_GLOBAL_VALUE
Initialize a ns3::GlobalValue.
const char * NS_COMMANDLINE_INTROSPECTION
Write the ns3::CommandLine::Usage message, in Doxygen format, to the referenced location.
const char * NS_ATTRIBUTE_DEFAULT
Initialize an ns3::Attribute.
const char * TEMP
Where to make temporary directories.
const char * TMP
Where to make temporary directories.
const char * NS_LOG
Control which logging components are enabled.