![]() |
Open Lighting Architecture 0.10.9
|
Export variables on the http server.
Exported variables can be used to expose the internal state on the /debug page of the webserver. This allows real time debugging and monitoring of the applications.
Go to the source code of this file.
Classes | |
| class | ola::BaseVariable |
| The base variable class. More... | |
| struct | ola::VariableLessThan |
| class | ola::BoolVariable |
| A boolean variable. More... | |
| class | ola::StringVariable |
| class | ola::IntegerVariable |
| class | ola::CounterVariable |
| class | ola::MapVariable< Type > |
| class | ola::IntMap |
| class | ola::UIntMap |
| class | ola::ExportMap |
| A container for the exported variables. More... | |
Namespaces | |
| namespace | ola |
| The namespace containing all OLA symbols. | |
Typedefs | |
| typedef MapVariable< std::string > | ola::StringMap |