Open Lighting Architecture  Latest Git
Classes | Namespaces | Typedefs
ExportMap.h File Reference

Detailed Description

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.

Include dependency graph for ExportMap.h:
This graph shows which files directly or indirectly include this file:

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

 ola
 The namespace containing all OLA symbols.
 

Typedefs

typedef MapVariable< std::string > ola::StringMap