Open Lighting Architecture  0.9.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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.

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