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

Detailed Description

Types used as arguments for the OLA Client.

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

namespace  ola
 The namespace containing all OLA symbols.
namespace  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...