|
DbcLib 1.0
CAN DBC C++ library.
|
Wrapper wrong environment variables. More...
#include <cstdint>#include <string>#include <vector>#include <map>

Go to the source code of this file.
Classes | |
| class | dbc::EnvVar |
| Wrapper around an environment DBC variable. More... | |
Namespaces | |
| namespace | dbc |
| Main namespace for the DBC library. | |
Enumerations | |
| enum class | dbc::EnvType : int { dbc::IntegerType = 0 , dbc::FloatType = 1 , dbc::StringType = 2 , dbc::DataType = 3 } |
| The variable data type. More... | |
| enum class | dbc::AccessType : int { dbc::Unrestricted = 0 , dbc::ReadOnly = 1 , dbc::WriteOnly = 2 , dbc::ReadWrite = 3 } |
| Type of access. More... | |