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

Detailed Description

Helper classes for managing OLA clients.

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

Go to the source code of this file.

Classes

class  ola::client::BaseClientWrapper
 The base Client Wrapper class. More...
 
class  ola::client::GenericClientWrapper< ClientClass >
 A templatized ClientWrapper. More...
 

Namespaces

 ola
 The namespace containing all OLA symbols.
 
 ola::client
 OLA C++ API.
 

Typedefs

typedef GenericClientWrapper< OlaClient > ola::client::OlaClientWrapper
 A ClientWrapper that uses the OlaClient.