Open Lighting Architecture  0.10.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Enumerations
ClientArgs.h File Reference

Detailed Description

Types used as arguments for the OLA Client.

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

Go to the source code of this file.

Classes

struct  ola::client::SendDMXArgs
 Arguments passed to the SendDMX() method. More...
 
struct  ola::client::SendRDMArgs
 Arguments used with OlaClient::RDMGet() and OlaClient::RDMSet() methods. More...
 

Namespaces

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

Enumerations

enum  ola::client::PatchAction { ola::client::PATCH, ola::client::UNPATCH }
 The patch action, used with OlaClient::Patch() More...
 
enum  ola::client::RegisterAction { ola::client::REGISTER, ola::client::UNREGISTER }
 The register action, used with OlaClient::RegisterUniverse() More...
 
enum  ola::client::PortDirection { ola::client::INPUT_PORT, ola::client::OUTPUT_PORT }
 The port direction. More...
 
enum  ola::client::DiscoveryType { ola::client::DISCOVERY_CACHED, ola::client::DISCOVERY_INCREMENTAL, ola::client::DISCOVERY_FULL }
 The type of discovery to run with OlaClient::RunDiscovery(). More...