Enumerations
enum Environment
| Name | Value |
|---|---|
| PROD | 0 |
| DEVEL | 1 |
| LOCAL | 2 |
The environment that the Cobalt system should talk to.
Defined at line 15 of file ../../third_party/cobalt/src/system_data/configuration_data.h
Records
Functions
-
const char * EnvironmentString (const Environment & environment)Convert the Environment enum to a string (for logging).
-
std::ostream & operator<< (std::ostream & osEnvironment environment)Streams EnvironmentString(environment) to `os`.