Cola::strings::_ToHex< T > | |
►Cola::AbstractDevice | |
►Cola::Device | |
Cola::plugin::artnet::ArtNetDevice | |
Cola::plugin::dmx4linux::Dmx4LinuxDevice | |
Cola::plugin::dummy::DummyDevice | |
Cola::plugin::e131::E131Device | |
Cola::plugin::espnet::EspNetDevice | |
Cola::plugin::ftdidmx::FtdiDmxDevice | |
Cola::plugin::gpio::GPIODevice | The GPIO Device |
Cola::plugin::karate::KarateDevice | |
Cola::plugin::kinet::KiNetDevice | |
Cola::plugin::milinst::MilInstDevice | |
Cola::plugin::opendmx::OpenDmxDevice | |
Cola::plugin::openpixelcontrol::OPCClientDevice | |
Cola::plugin::openpixelcontrol::OPCServerDevice | |
Cola::plugin::osc::OSCDevice | |
Cola::plugin::pathport::PathportDevice | |
Cola::plugin::renard::RenardDevice | |
Cola::plugin::sandnet::SandNetDevice | |
Cola::plugin::shownet::ShowNetDevice | |
Cola::plugin::spi::SPIDevice | |
Cola::plugin::stageprofi::StageProfiDevice | |
Cola::plugin::uartdmx::UartDmxDevice | |
Cola::plugin::usbdmx::DMXCProjectsNodleU1Device | A DMXCProjectsNodleU1 device |
Cola::plugin::usbdmx::GenericDevice | A Generic device |
Cola::plugin::usbdmx::JaRuleDevice | A JaRule device, that represents one widget |
►Cola::plugin::usbpro::UsbSerialDevice | |
Cola::plugin::usbpro::ArduinoRGBDevice | |
Cola::plugin::usbpro::DmxterDevice | |
Cola::plugin::usbpro::DmxTriDevice | |
Cola::plugin::usbpro::RobeDevice | |
Cola::plugin::usbpro::UltraDMXProDevice | |
Cola::plugin::usbpro::UsbProDevice | |
►Cola::AbstractPlugin | |
►Cola::Plugin | |
Cola::plugin::artnet::ArtNetPlugin | |
Cola::plugin::dmx4linux::Dmx4LinuxPlugin | |
Cola::plugin::dummy::DummyPlugin | |
Cola::plugin::e131::E131Plugin | |
Cola::plugin::espnet::EspNetPlugin | |
Cola::plugin::ftdidmx::FtdiDmxPlugin | |
Cola::plugin::gpio::GPIOPlugin | A plugin that drives general purpose digital I/O lines |
Cola::plugin::karate::KaratePlugin | |
Cola::plugin::kinet::KiNetPlugin | |
Cola::plugin::milinst::MilInstPlugin | |
Cola::plugin::opendmx::OpenDmxPlugin | |
Cola::plugin::openpixelcontrol::OPCPlugin | |
Cola::plugin::osc::OSCPlugin | |
Cola::plugin::pathport::PathportPlugin | |
Cola::plugin::renard::RenardPlugin | |
Cola::plugin::sandnet::SandNetPlugin | |
Cola::plugin::shownet::ShowNetPlugin | |
Cola::plugin::spi::SPIPlugin | |
Cola::plugin::stageprofi::StageProfiPlugin | |
Cola::plugin::uartdmx::UartDmxPlugin | |
Cola::plugin::usbdmx::UsbDmxPlugin | A plugin that uses libusb to communicate with USB devices |
Cola::plugin::usbpro::UsbSerialPlugin | |
►Cola::Action | |
►Cola::BaseHttpAction | |
Cola::PatchPortAction | |
Cola::PortPriorityInheritAction | |
Cola::PortPriorityStaticAction | |
Cola::SetMergeModeAction | |
Cola::SetNameAction | |
Cola::ActionQueue | |
Cola::web::ArrayValidator::AdditionalItems | |
Cola::network::AdvancedTCPConnector | Attempts to open a TCP connection until a failure limit is reached |
Cola::ArrayDeleter | Deletes an array when it goes out of scope |
Cola::plugin::artnet::artnet_packet | |
Cola::plugin::artnet::ArtNetNode | The actual ArtNet Node |
Cola::plugin::artnet::ArtNetNodeImpl | |
Cola::plugin::artnet::ArtNetNodeOptions | |
►Cola::plugin::usbdmx::AsyncUsbTransceiverBase | A base class that implements common functionality to send or receive DMX asynchronously to a libusb_device |
►Cola::plugin::usbdmx::AsyncUsbReceiver | A base class that receives DMX data asynchronously from a libusb_device |
Cola::plugin::usbdmx::DMXCProjectsNodleU1AsyncUsbReceiver | |
►Cola::plugin::usbdmx::AsyncUsbSender | A base class that send DMX data asynchronously to a libusb_device |
Cola::plugin::usbdmx::AnymaAsyncUsbSender | |
Cola::plugin::usbdmx::DMXCProjectsNodleU1AsyncUsbSender | |
Cola::plugin::usbdmx::EuroliteProAsyncUsbSender | |
Cola::plugin::usbdmx::FadecandyAsyncUsbSender | |
Cola::plugin::usbdmx::SunliteAsyncUsbSender | |
Cola::plugin::usbdmx::VellemanAsyncUsbSender | |
Cola::BackoffGenerator | |
►Cola::BackOffPolicy | |
Cola::ConstantBackoffPolicy | |
Cola::ExponentialBackoffPolicy | |
Cola::LinearBackoffPolicy | |
►Cola::BaseCallback0< ReturnType > | The base class for all 0 argument callbacks |
Cola::Callback0< ReturnType > | A 0 argument callback which can be called multiple times |
Cola::SingleUseCallback0< ReturnType > | A 0 argument callback which deletes itself after it's run |
Cola::BaseCallback0< bool > | |
►Cola::BaseCallback0< void > | |
Cola::Callback0< void > | |
Cola::MultiCallback | Takes a limit & a callback. When the Run() method is called limit times, the callback is executed and the MultiCallback object deleted |
Cola::SingleUseCallback0< void > | A 0 arg, single use callback that returns void |
►Cola::BaseCallback1< ReturnType, Arg0 > | The base class for all 1 argument callbacks |
Cola::Callback1< ReturnType, Arg0 > | A 1 argument callback which can be called multiple times |
Cola::SingleUseCallback1< ReturnType, Arg0 > | A 1 argument callback which deletes itself after it's run |
►Cola::BaseCallback1< void, Arg0 > | |
Cola::SingleUseCallback1< void, Arg0 > | A 1 arg, single use callback that returns void |
►Cola::BaseCallback1< void, ola::ActionQueue * > | |
Cola::SingleUseCallback1< void, ola::ActionQueue * > | |
►Cola::BaseCallback2< ReturnType, Arg0, Arg1 > | The base class for all 2 argument callbacks |
Cola::Callback2< ReturnType, Arg0, Arg1 > | A 2 argument callback which can be called multiple times |
Cola::SingleUseCallback2< ReturnType, Arg0, Arg1 > | A 2 argument callback which deletes itself after it's run |
►Cola::BaseCallback2< void, Arg0, Arg1 > | |
Cola::SingleUseCallback2< void, Arg0, Arg1 > | A 2 arg, single use callback that returns void |
►Cola::BaseCallback2< void, ola::rdm::ola::rdm::RDMRequest *, ola::rdm::RDMCallback * > | |
Cola::Callback2< void, ola::rdm::ola::rdm::RDMRequest *, ola::rdm::RDMCallback * > | |
►Cola::BaseCallback3< ReturnType, Arg0, Arg1, Arg2 > | The base class for all 3 argument callbacks |
Cola::Callback3< ReturnType, Arg0, Arg1, Arg2 > | A 3 argument callback which can be called multiple times |
Cola::SingleUseCallback3< ReturnType, Arg0, Arg1, Arg2 > | A 3 argument callback which deletes itself after it's run |
►Cola::BaseCallback3< void, Arg0, Arg1, Arg2 > | |
Cola::SingleUseCallback3< void, Arg0, Arg1, Arg2 > | A 3 arg, single use callback that returns void |
►Cola::BaseCallback4< ReturnType, Arg0, Arg1, Arg2, Arg3 > | The base class for all 4 argument callbacks |
Cola::Callback4< ReturnType, Arg0, Arg1, Arg2, Arg3 > | A 4 argument callback which can be called multiple times |
Cola::SingleUseCallback4< ReturnType, Arg0, Arg1, Arg2, Arg3 > | A 4 argument callback which deletes itself after it's run |
►Cola::BaseCallback4< void, Arg0, Arg1, Arg2, Arg3 > | |
Cola::SingleUseCallback4< void, Arg0, Arg1, Arg2, Arg3 > | A 4 arg, single use callback that returns void |
►Cola::client::BaseClientWrapper | The base Client Wrapper class |
Cola::client::GenericClientWrapper< ClientClass > | A templatized ClientWrapper |
►Cola::acn::BaseDMPAddress | |
Cola::acn::DMPAddress< type > | |
Cola::acn::RangeDMPAddress< type > | |
Cola::BaseTimeVal | |
►Cola::BaseVariable | The base variable class |
►Cola::MapVariable< int > | |
Cola::IntMap | |
►Cola::MapVariable< unsigned int > | |
Cola::UIntMap | |
Cola::BoolVariable | A boolean variable |
Cola::CounterVariable | |
Cola::IntegerVariable | |
Cola::MapVariable< Type > | |
Cola::StringVariable | |
►Cbinary_function | |
Cola::PluginLessThan | |
Cola::VariableLessThan | |
Cola::CallbackRunner< CallbackClass > | Automatically execute a callback when it goes out of scope |
Cola::acn::CID | The ACN component identifier |
Cola::acn::CIDImpl | |
Cola::Client | Represents a connected OLA client on the OLA server side |
Cola::ClientBroker | Handles async client operations |
Cola::client::ClientTypesFactory | Creates OlaPlugin types from protocol buffer objects |
►Cola::Clock | Used to get the current time |
Cola::MockClock | |
►CCodeGenerator | |
Cola::CppGenerator | |
Cola::rdm::CommandPrinter | |
Cola::thread::ConditionVariable | |
Cola::device_alias_pair | |
►CDeviceDescriptor | |
Cola::plugin::dmx4linux::Dmx4LinuxSocket | |
Cola::usb::LibUsbAdaptor::DeviceInformation | |
Cola::e133::DeviceManager | |
Cola::DeviceManager | Keeps track of OLA's devices |
Cola::plugin::usbdmx::DeviceState | |
Cola::rdm::DiscoveryAgent | An asyncronous RDM Discovery algorithm |
Cola::DiscoveryAgentFactory | A Factory which produces implementations of DiscoveryAgentInterface |
►Cola::DiscoveryAgentInterface | The interface to DNS-SD operations like register, browse etc |
Cola::AvahiDiscoveryAgent | An implementation of DiscoveryAgentInterface that uses the Avahi client library |
Cola::BonjourDiscoveryAgent | An implementation of DiscoveryAgentInterface that uses the Apple dns_sd.h library |
Cola::acn::E131DiscoveryInflator::DiscoveryPage | |
►Cola::rdm::DiscoveryTargetInterface | The interface used by the DiscoveryTarget to send RDM commands |
Cola::plugin::usbpro::EnttecPortImpl | |
Cola::plugin::usbpro::RobeWidgetImpl | |
Cola::usb::JaRulePortHandleImpl | The internal implementation of a Ja Rule Port Handle |
Cola::acn::DMPAddressData< type > | |
Cola::acn::DMPHeader | |
Cola::DmxBuffer | Used to hold a single universe of DMX data |
Cola::client::DMXMetadata | Metadata that accompanies DMX packets |
Cola::DmxSource | |
Cola::web::JsonDouble::DoubleRepresentation | Represents a JSON double value broken down as separate components |
Cola::acn::E131Rev2Header::e131_rev2_pdu_header | |
►Cola::acn::E131Header | |
Cola::acn::E131Rev2Header | |
Cola::acn::E131Node | |
Cola::plugin::e131::E131PortHelper | |
Cola::acn::E131Sender | |
Cola::acn::E133Header | |
►Cola::e133::E133Message | |
Cola::e133::E133RDMMessage | |
Cola::e133::E133StatusMessage | |
Cola::e133::E133Receiver | |
Cola::EntryGroupParams | |
Cola::plugin::usbpro::EnttecUsbProWidget::EnttecUsbProWidgetOptions | |
Cola::io::EPollData | |
Cola::plugin::espnet::espnet_node_config_s | |
Cola::plugin::espnet::espnet_packet_union_t | |
Cola::plugin::espnet::EspNetNode | |
Cola::plugin::espnet::EspNetPortHelper | |
Cola::io::EventHolder | |
CExampleStdinHandler | [Example] NOLINT(whitespace/comments) |
►Cola::thread::ExecutorInterface | Defer execution of a callback |
Cola::thread::ExecutorThread | Enables callbacks to be executed in a separate thread |
►Cola::thread::SchedulingExecutorInterface | Combines the ExecutorInterface and the SchedulerInterface |
►Cola::io::SelectServerInterface | The interface for the SelectServer |
Cola::io::SelectServer | A single threaded I/O event management system |
Cola::PluginAdaptor | |
Cola::ExportMap | A container for the exported variables |
►Cola::messaging::FieldDescriptorInterface | |
►Cola::messaging::FieldDescriptor | |
Cola::messaging::BoolFieldDescriptor | |
►Cola::messaging::FieldDescriptorGroup | |
Cola::messaging::Descriptor | |
Cola::messaging::IntegerFieldDescriptor< type > | |
Cola::messaging::IPV4FieldDescriptor | |
Cola::messaging::MACFieldDescriptor | |
Cola::messaging::StringFieldDescriptor | |
Cola::messaging::UIDFieldDescriptor | |
►Cola::messaging::FieldDescriptorVisitor | |
Cola::messaging::SchemaPrinter | |
Cola::messaging::StringMessageBuilder | |
Cola::rdm::DescriptorConsistencyChecker | |
Cola::rdm::GroupSizeCalculator | |
Cola::rdm::MessageDeserializer | |
Cola::rdm::StaticGroupTokenCalculator | |
Cola::rdm::StringMessageBuilder | |
Cola::rdm::VariableFieldSizeCalculator | |
Cola::FileGenerator | |
►Cola::plugin::usbdmx::FirmwareLoader | |
Cola::plugin::usbdmx::SunliteFirmwareLoader | |
►Cola::FlagInterface | The interface for the Flag classes |
►Cola::BaseFlag | The common implementation |
Cola::Flag< T > | A templated Flag class |
Cola::Flag< bool > | Bool flag |
Cola::Flag< std::string > | String flag |
Cola::FlagRegisterer | This class is responsible for registering a flag |
Cola::FlagRegistry | This class holds all the flags, and is responsbile for parsing the command line |
Cola::rdm::FrequencyModulationSetting::FrequencyModulationArg | The constructor argument for the FrequencyModulationSetting |
Cola::plugin::ftdidmx::FtdiInterface | |
Cola::plugin::ftdidmx::FtdiWidget | An FTDI widget |
Cola::plugin::ftdidmx::FtdiWidgetInfo | This class holds information about an attached FTDI chip |
Cola::thread::Future< T > | |
Cola::thread::Future< void > | |
Cola::thread::FutureImpl< T > | |
Cola::thread::FutureImpl< void > | |
►Cola::web::GenericItem | |
Cola::web::BoolItem | |
Cola::web::HiddenItem | |
Cola::web::SelectItem | |
Cola::web::StringItem | |
Cola::web::UIntItem | |
Cola::GroupEntry | Contains information about a group |
Cola::acn::HeaderSet | |
Cola::network::HealthCheckedConnection | |
Cola::usb::HotplugAgent | Detects when USB devices are added or removed |
Cola::http::HTTPRequest | |
Cola::http::HTTPResponse | |
►Cola::http::HTTPServer::HTTPServerOptions | |
Cola::OladHTTPServer::OladHTTPServerOptions | |
Cola::acn::IncomingStreamTransport | |
Cola::acn::IncomingTCPTransport | |
Cola::acn::IncomingUDPTransport | |
►Cola::acn::InflatorInterface | |
►Cola::acn::BaseInflator | |
►Cola::acn::DMPInflator | |
Cola::acn::DMPE131Inflator | |
Cola::acn::E131Inflator | |
Cola::acn::E131InflatorRev2 | |
Cola::acn::E133Inflator | |
Cola::acn::E133StatusInflator | |
Cola::acn::RDMInflator | |
Cola::acn::RootInflator | |
Cola::acn::E131DiscoveryInflator | |
Cola::acn::NullInflator | |
►Cola::io::InputBufferInterface | |
Cola::io::IOQueue | |
Cola::io::IOStack | |
Cola::io::MemoryBuffer | |
Cola::plugin::artnet::ArtNetNodeImpl::InputPort | |
►Cola::io::InputStreamInterface | |
►Cola::io::BigEndianInputStreamInterface | |
Cola::io::BigEndianInputStream | |
Cola::io::BigEndianInputStreamAdaptor | |
Cola::io::InputStream | |
Cola::network::Interface | |
Cola::network::InterfaceBuilder | |
Cola::network::InterfaceIndexOrdering | |
►Cola::network::InterfacePicker | Given some intial parameters, find the best network interface to use |
Cola::network::FakeInterfacePicker | |
Cola::network::PosixInterfacePicker | |
Cola::network::WindowsInterfacePicker | |
Cola::io::IOVec | |
►Cola::io::IOVecInterface | |
Cola::io::IOQueue | |
Cola::io::IOStack | |
Cola::network::IPV4Address | Represents a IPv4 Address |
Cola::web::ArrayValidator::Items | |
Cola::web::JsonPointer::Iterator | An iterator for traversing a JsonPointer |
Cola::usb::JaRuleWidget | A Ja Rule hardware device (widget) |
Cola::usb::JaRuleWidgetPort | The internal model of a port on a JaRule device |
Cola::web::JsonData | Represents a JSON text as defined in section 2 of RFC7158 |
Cola::web::JsonLexer | Parse a string containing Json data |
►Cola::web::JsonObjectPropertyVisitor | A class used to visit Json values within a JsonObject |
Cola::web::JsonWriter | A class to serialize a JSONValue to text |
Cola::web::ObjectValidator | The validator for JsonObject |
►Cola::web::JsonParserInterface | The interface used to handle tokens during JSON parsing |
Cola::web::JsonParser | A JsonParserInterface implementation that builds a tree of JsonValues |
Cola::web::JsonPatchParser | Parse a JSON Patch document (RFC 6902) |
Cola::web::SchemaParser | Build the tree of validators and a SchemaDefinitions object from a JSON Schema |
►Cola::web::JsonPatchOp | A class to serialize a JSONValue to text |
Cola::web::JsonPatchAddOp | Add a JsonValue |
Cola::web::JsonPatchCopyOp | Copy a value from one location to another |
Cola::web::JsonPatchMoveOp | Move a value from one location to another |
Cola::web::JsonPatchRemoveOp | Remove the value at the specifed path |
Cola::web::JsonPatchReplaceOp | Replace the value at the specifed path |
Cola::web::JsonPatchTestOp | Test a path matches the specified value |
Cola::web::JsonPatchSet | An ordered collection of JsonPatchOps |
Cola::web::JsonPointer | A JSON pointer (RFC 6901) refers to a possible element in a JSON data structure |
Cola::web::JsonSchema | A JsonHandlerInterface implementation that builds a parse tree |
Cola::web::JsonSection | |
►Cola::web::JsonValue | The base class for JSON values |
Cola::web::JsonArray | An array of JSON values. Arrays in JSON can contain values of different types |
►Cola::web::JsonLeafValue | A base class used to describe values which are leafs of a JSON tree |
Cola::web::JsonBool | A Bool value |
Cola::web::JsonNull | The null value |
►Cola::web::JsonNumber | JsonNumber is the base class for various integer / number classes |
Cola::web::JsonDouble | A double value |
Cola::web::JsonInt | A signed 32bit int value |
Cola::web::JsonInt64 | A signed 64bit int value |
Cola::web::JsonUInt | An unsigned 32bit int value |
Cola::web::JsonUInt64 | An unsigned 64bit int value |
Cola::web::JsonRawValue | A raw value, useful if you want to cheat |
Cola::web::JsonString | A string value |
Cola::web::JsonObject | A JSON object. JSON Objects are key : value mappings, similar to dictionaries in Python |
►Cola::web::JsonValueConstVisitorInterface | The const interface for the JsonValueVisitor class |
Cola::web::JsonWriter | A class to serialize a JSONValue to text |
►Cola::web::ValidatorInterface | The interface Json Schema Validators |
►Cola::web::BaseValidator | The base class for Json BaseValidators. All Visit methods return false |
Cola::web::ArrayValidator | The validator for JsonArray |
Cola::web::BoolValidator | The validator for JsonBool |
►Cola::web::ConjunctionValidator | The base class for validators that operate with a list of child validators (allOf, anyOf, oneOf) |
Cola::web::AllOfValidator | A validator which ensures all child validators pass (allOf) |
Cola::web::AnyOfValidator | A validator which ensures at least one of the child validators pass (anyOf) |
Cola::web::OneOfValidator | A validator which ensures at only one of the child validators pass (oneOf) |
►Cola::web::IntegerValidator | The validator for Json integers |
Cola::web::NumberValidator | The validator for Json numbers |
Cola::web::NotValidator | A validator that inverts the result of the child (not) |
Cola::web::NullValidator | The validator for JsonNull |
Cola::web::ObjectValidator | The validator for JsonObject |
Cola::web::StringValidator | The validator for JsonString |
Cola::web::WildcardValidator | The wildcard validator matches everything. This corresponds to the empty schema, i.e. {} |
Cola::web::ReferenceValidator | A reference validator holds a pointer to another schema |
Cola::web::JsonValueVisitorInterface | The interface for the JsonValueVisitor class |
Cola::plugin::karate::KarateLight | |
Cola::plugin::kinet::KiNetNode | |
Cola::acn::E131Node::KnownController | |
Cola::io::KQueueData | |
►Cola::usb::LibUsbAdaptor | Wraps calls to libusb so we can test the code |
►Cola::usb::BaseLibUsbAdaptor | The base LibUsbAdaptor that passes most calls through to libusb |
Cola::usb::AsyncronousLibUsbAdaptor | A LibUsbAdaptor for use with Asyncronous widgets |
Cola::usb::SyncronousLibUsbAdaptor | A LibUsbAdaptor for use with Syncronous widgets |
Cola::io::LinuxHelper | A static class containing platform-specific helper code for Linux |
►Cola::LogDestination | The base class for log destinations |
Cola::StdErrorLogDestination | A LogDestination that writes to stderr |
►Cola::SyslogDestination | An abstract base of LogDestination that writes to syslog |
Cola::UnixSyslogDestination | A SyslogDestination that writes to Unix syslog |
Cola::network::MACAddress | Represents a MAC Address |
Cola::io::MemoryBlock | A MemoryBlock encapsulates a chunk of memory. It's used by the IOQueue and IOStack classes |
Cola::io::MemoryBlockPool | MemoryBlockPool. This class is not thread safe |
Cola::messaging::Message | |
Cola::e133::MessageBuilder | |
►Cola::messaging::MessageFieldInterface | |
Cola::messaging::BasicMessageField< type > | |
Cola::messaging::BoolMessageField | |
Cola::messaging::GroupMessageField | |
Cola::messaging::IPV4MessageField | |
Cola::messaging::MACMessageField | |
Cola::messaging::StringMessageField | |
Cola::messaging::UIDMessageField | |
►Cola::messaging::MessageVisitor | |
►Cola::messaging::MessagePrinter | |
►Cola::messaging::GenericMessagePrinter | |
Cola::rdm::DeviceInfoPrinter | |
Cola::rdm::RDMMessagePrinter | |
Cola::rdm::SensorDefinitionPrinter | |
Cola::rdm::ClockPrinter | |
Cola::rdm::LabelPrinter | |
Cola::rdm::LanguageCapabilityPrinter | |
Cola::rdm::ProductIdPrinter | |
Cola::rdm::ProxiedDevicesPrinter | |
Cola::rdm::SlotInfoPrinter | |
Cola::rdm::StatusMessagePrinter | |
Cola::rdm::SupportedParamsPrinter | |
Cola::rdm::MessageSerializer | |
►Cola::plugin::milinst::MilInstWidget | |
Cola::plugin::milinst::MilInstWidget1463 | |
Cola::plugin::milinst::MilInstWidget1553 | |
Cola::thread::Mutex | |
Cola::thread::MutexLocker | |
►Cola::rdm::NetworkManagerInterface | Gets global network information |
Cola::rdm::FakeNetworkManager | An implementation of NetworkManagerInterface which simulates a network configuration |
Cola::rdm::NetworkManager | A NetworkManager which reflects the actual host network configuration |
►Cola::plugin::usbpro::NewWidgetHandler | |
Cola::plugin::usbpro::UsbSerialPlugin | |
Cola::io::NonBlockingSender | Write data to ConnectedDescriptors without blocking or losing data |
►Cola::web::NumberConstraint | The base class for constraints that can be applies to the Json number type |
Cola::web::MaximumConstraint | Enforces a maximum |
Cola::web::MinimumConstraint | Enforces a minimum |
Cola::web::MultipleOfConstraint | Confirms the valid is a multiple of the specified value |
Cola::client::OlaClient | The callback based C++ client for OLA |
►COlaClientService | |
Cola::client::OlaClientCore | The low level C++ API to olad. Clients shouldn't use this directly. Instead use ola::client::OlaClient |
Cola::OlaDaemon | |
Cola::client::OlaDevice | Represents a device |
►Cola::http::OlaHTTPServer | |
Cola::OladHTTPServer | |
Cola::client::OlaPlugin | Represents a Plugin |
►Cola::client::OlaPort | The base class that represents a port |
Cola::client::OlaInputPort | An input port (receives DMX) |
Cola::client::OlaOutputPort | An Output Port (sends DMX) |
►COlaServerService | |
Cola::OlaServerServiceImpl | The OLA Server RPC methods |
Cola::client::OlaUniverse | Represents a universe |
Cola::plugin::openpixelcontrol::OPCClient | An Open Pixel Control client |
Cola::plugin::openpixelcontrol::OPCServer | An Open Pixel Control server |
Cola::plugin::usbpro::OperationLabels | |
Cola::web::OptionalItem< T > | |
Cola::web::OptionalItem< bool > | |
Cola::web::OptionalItem< std::string > | |
Cola::web::OptionalItem< uint64_t > | |
Cola::ServiceGenerator::Options | |
Cola::thread::Thread::Options | Thread options |
Cola::web::ObjectValidator::Options | |
Cola::client::StreamingClient::Options | |
Cola::web::ArrayValidator::Options | |
Cola::web::StringValidator::Options | |
Cola::rpc::RpcServer::Options | Options for the RpcServer |
►Cola::acn::E131Node::Options | Options for the E131Node |
Cola::plugin::e131::E131Device::E131DeviceOptions | |
Cola::io::SelectServer::Options | |
Cola::OlaServer::Options | Options for the OlaServer |
Cola::plugin::dummy::DummyPort::Options | |
Cola::plugin::gpio::GPIODriver::Options | The Options |
Cola::network::InterfacePicker::Options | |
Cola::plugin::spi::HardwareBackend::Options | |
Cola::plugin::spi::SoftwareBackend::Options | |
Cola::plugin::spi::SPIOutput::Options | |
Cola::plugin::spi::SPIWriter::Options | |
Cola::rdm::RDMFrame::Options | |
Cola::plugin::osc::OSCNode | |
Cola::plugin::osc::OSCNode::OSCNodeOptions | |
Cola::plugin::osc::OSCTarget | |
►Cola::acn::OutgoingTransport | |
Cola::acn::OutgoingUDPTransport | |
Cola::acn::OutgoingUDPTransportImpl | |
►Cola::io::OutputBufferInterface | |
Cola::io::IOQueue | |
Cola::io::IOStack | |
►Cola::io::OutputStreamInterface | |
►Cola::io::BigEndianOutputStreamInterface | |
Cola::io::BigEndianOutputStream | |
Cola::io::BigEndianOutputStreamAdaptor | |
Cola::io::OutputStream | |
Cola::rdm::QueueingRDMController::outstanding_rdm_request | |
Cola::rpc::OutstandingRequest | |
Cola::rpc::OutstandingResponse | |
Cola::rdm::RDMRequest::OverrideOptions | |
Cola::rdm::ParameterDescriptor | |
Cola::rdm::ResponderOps< Target >::ParamHandler | Structure that defines the behaviour for a specific PID.o |
►CParent | |
Cola::FunctionCallback0_0< Parent, ReturnType > | A Function callback with 0 create-time args and 0 exec time args |
Cola::FunctionCallback0_1< Parent, ReturnType, Arg0 > | A Function callback with 0 create-time args and 1 exec time args |
Cola::FunctionCallback0_2< Parent, ReturnType, Arg0, Arg1 > | A Function callback with 0 create-time args and 2 exec time args |
Cola::FunctionCallback0_3< Parent, ReturnType, Arg0, Arg1, Arg2 > | A Function callback with 0 create-time args and 3 exec time args |
Cola::FunctionCallback0_4< Parent, ReturnType, Arg0, Arg1, Arg2, Arg3 > | A Function callback with 0 create-time args and 4 exec time args |
Cola::FunctionCallback1_0< Parent, ReturnType, A0 > | A Function callback with 1 create-time args and 0 exec time args |
Cola::FunctionCallback1_1< Parent, ReturnType, A0, Arg0 > | A Function callback with 1 create-time args and 1 exec time args |
Cola::FunctionCallback1_2< Parent, ReturnType, A0, Arg0, Arg1 > | A Function callback with 1 create-time args and 2 exec time args |
Cola::FunctionCallback1_3< Parent, ReturnType, A0, Arg0, Arg1, Arg2 > | A Function callback with 1 create-time args and 3 exec time args |
Cola::FunctionCallback1_4< Parent, ReturnType, A0, Arg0, Arg1, Arg2, Arg3 > | A Function callback with 1 create-time args and 4 exec time args |
Cola::FunctionCallback2_0< Parent, ReturnType, A0, A1 > | A Function callback with 2 create-time args and 0 exec time args |
Cola::FunctionCallback2_1< Parent, ReturnType, A0, A1, Arg0 > | A Function callback with 2 create-time args and 1 exec time args |
Cola::FunctionCallback2_2< Parent, ReturnType, A0, A1, Arg0, Arg1 > | A Function callback with 2 create-time args and 2 exec time args |
Cola::FunctionCallback2_3< Parent, ReturnType, A0, A1, Arg0, Arg1, Arg2 > | A Function callback with 2 create-time args and 3 exec time args |
Cola::FunctionCallback2_4< Parent, ReturnType, A0, A1, Arg0, Arg1, Arg2, Arg3 > | A Function callback with 2 create-time args and 4 exec time args |
Cola::FunctionCallback3_0< Parent, ReturnType, A0, A1, A2 > | A Function callback with 3 create-time args and 0 exec time args |
Cola::FunctionCallback3_1< Parent, ReturnType, A0, A1, A2, Arg0 > | A Function callback with 3 create-time args and 1 exec time args |
Cola::FunctionCallback3_2< Parent, ReturnType, A0, A1, A2, Arg0, Arg1 > | A Function callback with 3 create-time args and 2 exec time args |
Cola::FunctionCallback3_3< Parent, ReturnType, A0, A1, A2, Arg0, Arg1, Arg2 > | A Function callback with 3 create-time args and 3 exec time args |
Cola::FunctionCallback3_4< Parent, ReturnType, A0, A1, A2, Arg0, Arg1, Arg2, Arg3 > | A Function callback with 3 create-time args and 4 exec time args |
Cola::FunctionCallback4_0< Parent, ReturnType, A0, A1, A2, A3 > | A Function callback with 4 create-time args and 0 exec time args |
Cola::FunctionCallback4_1< Parent, ReturnType, A0, A1, A2, A3, Arg0 > | A Function callback with 4 create-time args and 1 exec time args |
Cola::FunctionCallback4_2< Parent, ReturnType, A0, A1, A2, A3, Arg0, Arg1 > | A Function callback with 4 create-time args and 2 exec time args |
Cola::FunctionCallback4_3< Parent, ReturnType, A0, A1, A2, A3, Arg0, Arg1, Arg2 > | A Function callback with 4 create-time args and 3 exec time args |
Cola::FunctionCallback4_4< Parent, ReturnType, A0, A1, A2, A3, Arg0, Arg1, Arg2, Arg3 > | A Function callback with 4 create-time args and 4 exec time args |
Cola::MethodCallback0_0< Class, Parent, ReturnType > | A Method callback with 0 create-time args and 0 exec time args |
Cola::MethodCallback0_1< Class, Parent, ReturnType, Arg0 > | A Method callback with 0 create-time args and 1 exec time args |
Cola::MethodCallback0_2< Class, Parent, ReturnType, Arg0, Arg1 > | A Method callback with 0 create-time args and 2 exec time args |
Cola::MethodCallback0_3< Class, Parent, ReturnType, Arg0, Arg1, Arg2 > | A Method callback with 0 create-time args and 3 exec time args |
Cola::MethodCallback0_4< Class, Parent, ReturnType, Arg0, Arg1, Arg2, Arg3 > | A Method callback with 0 create-time args and 4 exec time args |
Cola::MethodCallback1_0< Class, Parent, ReturnType, A0 > | A Method callback with 1 create-time args and 0 exec time args |
Cola::MethodCallback1_1< Class, Parent, ReturnType, A0, Arg0 > | A Method callback with 1 create-time args and 1 exec time args |
Cola::MethodCallback1_2< Class, Parent, ReturnType, A0, Arg0, Arg1 > | A Method callback with 1 create-time args and 2 exec time args |
Cola::MethodCallback1_3< Class, Parent, ReturnType, A0, Arg0, Arg1, Arg2 > | A Method callback with 1 create-time args and 3 exec time args |
Cola::MethodCallback1_4< Class, Parent, ReturnType, A0, Arg0, Arg1, Arg2, Arg3 > | A Method callback with 1 create-time args and 4 exec time args |
Cola::MethodCallback2_0< Class, Parent, ReturnType, A0, A1 > | A Method callback with 2 create-time args and 0 exec time args |
Cola::MethodCallback2_1< Class, Parent, ReturnType, A0, A1, Arg0 > | A Method callback with 2 create-time args and 1 exec time args |
Cola::MethodCallback2_2< Class, Parent, ReturnType, A0, A1, Arg0, Arg1 > | A Method callback with 2 create-time args and 2 exec time args |
Cola::MethodCallback2_3< Class, Parent, ReturnType, A0, A1, Arg0, Arg1, Arg2 > | A Method callback with 2 create-time args and 3 exec time args |
Cola::MethodCallback2_4< Class, Parent, ReturnType, A0, A1, Arg0, Arg1, Arg2, Arg3 > | A Method callback with 2 create-time args and 4 exec time args |
Cola::MethodCallback3_0< Class, Parent, ReturnType, A0, A1, A2 > | A Method callback with 3 create-time args and 0 exec time args |
Cola::MethodCallback3_1< Class, Parent, ReturnType, A0, A1, A2, Arg0 > | A Method callback with 3 create-time args and 1 exec time args |
Cola::MethodCallback3_2< Class, Parent, ReturnType, A0, A1, A2, Arg0, Arg1 > | A Method callback with 3 create-time args and 2 exec time args |
Cola::MethodCallback3_3< Class, Parent, ReturnType, A0, A1, A2, Arg0, Arg1, Arg2 > | A Method callback with 3 create-time args and 3 exec time args |
Cola::MethodCallback3_4< Class, Parent, ReturnType, A0, A1, A2, Arg0, Arg1, Arg2, Arg3 > | A Method callback with 3 create-time args and 4 exec time args |
Cola::MethodCallback4_0< Class, Parent, ReturnType, A0, A1, A2, A3 > | A Method callback with 4 create-time args and 0 exec time args |
Cola::MethodCallback4_1< Class, Parent, ReturnType, A0, A1, A2, A3, Arg0 > | A Method callback with 4 create-time args and 1 exec time args |
Cola::MethodCallback4_2< Class, Parent, ReturnType, A0, A1, A2, A3, Arg0, Arg1 > | A Method callback with 4 create-time args and 2 exec time args |
Cola::MethodCallback4_3< Class, Parent, ReturnType, A0, A1, A2, A3, Arg0, Arg1, Arg2 > | A Method callback with 4 create-time args and 3 exec time args |
Cola::MethodCallback4_4< Class, Parent, ReturnType, A0, A1, A2, A3, Arg0, Arg1, Arg2, Arg3 > | A Method callback with 4 create-time args and 4 exec time args |
Cola::PasswdEntry | Contains information about a user |
Cola::plugin::pathport::pathport_pdu_getrep_alv_s | |
Cola::plugin::pathport::PathportNode | |
Cola::plugin::pathport::PathportPortHelper | |
►Cola::acn::PDU | |
►Cola::acn::DMPPDU | |
Cola::acn::DMPGetProperty< Address > | |
Cola::acn::DMPSetProperty< type > | |
Cola::acn::E131PDU | |
Cola::acn::E133PDU | |
Cola::acn::E133StatusPDU | |
Cola::acn::RDMPDU | |
Cola::acn::RootPDU | |
Cola::acn::PDUBlock< C > | |
Cola::acn::PDUBlock< ola::acn::PDU > | |
Cola::rdm::Personality | |
Cola::rdm::PersonalityCollection | |
Cola::rdm::PersonalityManager | |
Cola::rdm::PidDescriptor | |
Cola::rdm::PidStore | Holds the PidDescriptors for a single manufacturer |
Cola::rdm::PidStoreHelper | |
Cola::rdm::PidStoreLoader | |
►Cola::plugin::usbdmx::PluginImplInterface | The interface for an implementation of the USB DMX plugin |
Cola::plugin::usbdmx::AsyncPluginImpl | The asynchronous libusb implementation |
Cola::plugin::usbdmx::SyncPluginImpl | The legacy implementation |
►Cola::PluginLoader | The interface used to load plugins |
Cola::DynamicPluginLoader | A PluginLoader which loads from shared (dynamic) libraries |
Cola::PluginManager | The manager of plugins |
Cola::client::PluginState | The state of a plugin. This information can be used to detect conflicts between plugins |
Cola::OlaCallbackClient::PluginState | |
Cola::web::PointerTracker | Maintains a Json Pointer (RFC 6901) given a set of Json parse events |
Cola::io::PollData | |
►Cola::io::PollerInterface | The interface for the Poller classes |
Cola::io::EPoller | An implementation of PollerInterface that uses epoll() |
Cola::io::KQueuePoller | An implementation of PollerInterface that uses kevent / kqueue |
Cola::io::SelectPoller | An implementation of PollerInterface that uses select() |
Cola::io::WindowsPoller | An implementation of PollerInterface for Windows |
►Cola::Port | The base port class |
►Cola::InputPort | A port that receives DMX512 data |
►Cola::BasicInputPort | |
Cola::plugin::artnet::ArtNetInputPort | |
Cola::plugin::dmx4linux::Dmx4LinuxInputPort | |
Cola::plugin::e131::E131InputPort | |
Cola::plugin::espnet::EspNetInputPort | |
Cola::plugin::openpixelcontrol::OPCInputPort | An InputPort for the OPC plugin |
Cola::plugin::osc::OSCInputPort | The Input Port class, for receiving DMX via OSC |
Cola::plugin::pathport::PathportInputPort | |
Cola::plugin::sandnet::SandNetInputPort | |
Cola::plugin::shownet::ShowNetInputPort | |
Cola::plugin::usbdmx::DMXCProjectsNodleU1InputPort | A thin wrapper around a Widget so that it can operate as a Port |
Cola::plugin::usbpro::RobeInputPort | |
Cola::plugin::usbpro::UltraDMXProInputPort | |
Cola::plugin::usbpro::UsbProInputPort | |
►Cola::OutputPort | A port that sends DMX512 data |
►Cola::BasicOutputPort | |
Cola::plugin::artnet::ArtNetOutputPort | |
Cola::plugin::dmx4linux::Dmx4LinuxOutputPort | |
Cola::plugin::dummy::DummyPort | |
Cola::plugin::e131::E131OutputPort | |
Cola::plugin::espnet::EspNetOutputPort | |
Cola::plugin::ftdidmx::FtdiDmxOutputPort | |
Cola::plugin::gpio::GPIOOutputPort | The GPIO Output port |
Cola::plugin::karate::KarateOutputPort | |
Cola::plugin::kinet::KiNetOutputPort | |
Cola::plugin::milinst::MilInstOutputPort | |
Cola::plugin::opendmx::OpenDmxOutputPort | |
Cola::plugin::openpixelcontrol::OPCOutputPort | An OutputPort for the OPC plugin |
Cola::plugin::osc::OSCOutputPort | |
Cola::plugin::pathport::PathportOutputPort | |
Cola::plugin::renard::RenardOutputPort | |
Cola::plugin::sandnet::SandNetOutputPort | |
Cola::plugin::shownet::ShowNetOutputPort | |
Cola::plugin::spi::SPIOutputPort | |
Cola::plugin::stageprofi::StageProfiOutputPort | An OutputPort for the StageProfi Device |
Cola::plugin::uartdmx::UartDmxOutputPort | |
Cola::plugin::usbdmx::GenericOutputPort | A thin wrapper around a Widget so that it can operate as a Port |
Cola::plugin::usbdmx::JaRuleOutputPort | A thin wrapper around a JaRulePortHandle so that it can operate as an OLA Port |
Cola::plugin::usbpro::ArduinoRGBOutputPort | |
Cola::plugin::usbpro::DmxterOutputPort | |
Cola::plugin::usbpro::DmxTriOutputPort | |
Cola::plugin::usbpro::RobeOutputPort | |
Cola::plugin::usbpro::UltraDMXProOutputPort | |
Cola::plugin::usbpro::UsbProOutputPort | |
►Cola::PortBrokerInterface | |
Cola::PortBroker | |
Cola::plugin::osc::OSCDevice::PortConfig | |
Cola::PortManager | Responsible for performing Port operations |
Cola::acn::PreamblePacker | |
►Cola::Preferences | |
►Cola::MemoryPreferences | |
Cola::FileBackedPreferences | |
►Cola::PreferencesFactory | |
Cola::FileBackedPreferencesFactory | |
Cola::MemoryPreferencesFactory | |
Cola::rdm::QueuedMessageHandler | |
Cola::rdm::QueuedResponse | |
Cola::rdm::RDMAPI | |
►Cola::rdm::RDMAPIImplInterface | This is the interface for an RDMAPI implementation |
Cola::client::ClientRDMAPIShim | |
Cola::OlaCallbackClient | The legacy callback client |
►Cola::rdm::RDMCommand | The base class that all RDM requests & responses inherit from |
►Cola::rdm::RDMRequest | RDM Commands that represent requests (GET, SET or DISCOVER) |
Cola::rdm::RDMDiscoveryRequest | An RDM request of type DISCOVER_COMMAND |
►Cola::rdm::RDMGetSetRequest | An RDM Get / Set Request |
Cola::rdm::BaseRDMRequest< command_class > | |
►Cola::rdm::RDMResponse | An RDM Command that represents responses (GET, SET or DISCOVER) |
Cola::rdm::RDMDiscoveryResponse | An RDM response of type DISCOVER_COMMAND |
►Cola::rdm::RDMGetSetResponse | The base class for GET/SET responses |
Cola::rdm::BaseRDMResponse< command_class > | |
Cola::rdm::RDMCommandHeader | |
Cola::rdm::RDMCommandSerializer | Serializes RDMCommands |
►Cola::rdm::RDMControllerInterface | The interface that can send RDMRequest |
Cola::rdm::AckTimerResponder | |
Cola::rdm::AdvancedDimmerResponder | |
Cola::rdm::DimmerResponder | |
Cola::rdm::DimmerRootDevice | |
Cola::rdm::DimmerSubDevice | |
►Cola::rdm::DiscoverableRDMControllerInterface | The interface that can send RDM commands, as well as perform discovery operations |
Cola::OutputPort | A port that sends DMX512 data |
Cola::plugin::artnet::ArtNetNodeImplRDMWrapper | |
Cola::plugin::spi::SPIOutput | |
Cola::plugin::usbpro::ArduinoWidget | |
Cola::plugin::usbpro::ArduinoWidgetImpl | |
Cola::plugin::usbpro::DmxterWidget | |
Cola::plugin::usbpro::DmxterWidgetImpl | |
Cola::plugin::usbpro::DmxTriWidget | |
Cola::plugin::usbpro::DmxTriWidgetImpl | |
Cola::plugin::usbpro::EnttecPort | |
Cola::plugin::usbpro::EnttecPortImpl | |
Cola::plugin::usbpro::RobeWidget | |
Cola::plugin::usbpro::RobeWidgetImpl | |
Cola::rdm::DiscoverableRDMControllerAdaptor | |
Cola::usb::JaRulePortHandle | Represents a DMX/RDM port on a Ja Rule device |
Cola::usb::JaRulePortHandleImpl | The internal implementation of a Ja Rule Port Handle |
Cola::rdm::DummyResponder | |
Cola::rdm::MovingLightResponder | |
Cola::rdm::NetworkResponder | |
►Cola::rdm::QueueingRDMController | |
Cola::rdm::DiscoverableQueueingRDMController | |
Cola::rdm::SensorResponder | |
Cola::rdm::SubDeviceDispatcher | |
Cola::Universe | |
Cola::rdm::RDMFrame | The raw data for a RDM message and its associated timing information |
Cola::RDMHTTPModule | |
Cola::client::RDMMetadata | Metadata that accompanies RDM Responses |
Cola::rdm::RDMReply | Holds the final state of an RDM request |
►Cola::io::ReadFileDescriptor | Represents a file descriptor that supports reading data |
Cola::DNSSDDescriptor | |
►Cola::io::BidirectionalFileDescriptor | A file descriptor that supports both read & write |
►Cola::io::ConnectedDescriptor | A BidirectionalFileDescriptor that also generates notifications when closed |
Cola::io::DeviceDescriptor | A descriptor which represents a connection to a device |
Cola::io::LoopbackDescriptor | A loopback descriptor |
Cola::io::PipeDescriptor | A descriptor that uses unix pipes |
Cola::io::UnixSocket | A unix domain socket pair |
Cola::network::TCPSocket | |
Cola::io::UnmanagedFileDescriptor | Allows a FD created by a library to be used with the SelectServer |
►Cola::network::UDPSocketInterface | The interface for UDPSockets |
Cola::network::UDPSocket | |
Cola::testing::MockUDPSocket | |
Cola::network::TCPAcceptingSocket | |
Cola::DiscoveryAgentInterface::RegisterOptions | Options for the RegisterService method |
Cola::plugin::renard::RenardWidget | |
Cola::rdm::ResponderHelper | |
Cola::rdm::ResponderOps< Target > | A class which dispatches RDM requests to registered PID handlers |
Cola::rdm::ResponderOps< AckTimerResponder > | |
Cola::rdm::ResponderOps< AdvancedDimmerResponder > | |
Cola::rdm::ResponderOps< DimmerRootDevice > | |
Cola::rdm::ResponderOps< DimmerSubDevice > | |
Cola::rdm::ResponderOps< DummyResponder > | |
Cola::rdm::ResponderOps< MovingLightResponder > | |
Cola::rdm::ResponderOps< NetworkResponder > | |
Cola::rdm::ResponderOps< ola::plugin::spi::SPIOutput > | |
Cola::rdm::ResponderOps< ola::rdm::AckTimerResponder > | |
Cola::rdm::ResponderOps< ola::rdm::AdvancedDimmerResponder > | |
Cola::rdm::ResponderOps< ola::rdm::DimmerRootDevice > | |
Cola::rdm::ResponderOps< ola::rdm::DimmerSubDevice > | |
Cola::rdm::ResponderOps< ola::rdm::DummyResponder > | |
Cola::rdm::ResponderOps< ola::rdm::MovingLightResponder > | |
Cola::rdm::ResponderOps< ola::rdm::NetworkResponder > | |
Cola::rdm::ResponderOps< ola::rdm::SensorResponder > | |
Cola::rdm::ResponderOps< SensorResponder > | |
Cola::rdm::ResponderOps< SPIOutput > | |
Cola::rdm::ResponseStatus | Represents the state of a response and/or any error codes |
Cola::client::Result | Indicates the result of a OLA API call |
Cola::plugin::usbpro::RobeWidgetInformation | |
Cola::acn::RootHeader | |
Cola::rdm::RootPidStore | The root of the RDM parameter descriptor store |
Cola::acn::RootSender | |
Cola::rpc::RpcChannel | The RPC channel used to communicate between the client and the server. This implementation runs over a ConnectedDescriptor which means it can be used over TCP or pipes |
Cola::rpc::RpcController | A RpcController object is passed every time an RPC is invoked and is used to indicate the success or failure of the RPC |
Cola::rpc::RpcHeader | |
Cola::rpc::RpcPeer | |
Cola::rpc::RpcServer | An RPC server |
Cola::rpc::RpcService | |
Cola::rpc::RpcSession | Represents the RPC session between a client and server |
►Cola::rpc::RpcSessionHandlerInterface | Used to receive notifications of RPC client session activity |
Cola::OlaServer | The main OlaServer class |
Cola::plugin::espnet::RunLengthDecoder | |
Cola::dmx::RunLengthEncoder | Encode / Decode DMX data using Run Length Encoding |
Cola::plugin::sandnet::SandNetNode | |
Cola::plugin::sandnet::SandNetPortHelper | |
►Cola::thread::SchedulerInterface | Allows Callbacks to be scheduled to run after a specified interval |
Cola::thread::SchedulingExecutorInterface | Combines the ExecutorInterface and the SchedulerInterface |
Cola::web::SchemaDefinitions | |
Cola::web::SchemaErrorLogger | The SchemaErrorLogger captures errors while parsing the schema |
►Cola::web::SchemaParseContextInterface | The interface all SchemaParseContext classes inherit from |
Cola::web::ArrayOfJsonValuesContext | The context for an array of JsonValues |
Cola::web::JsonValueContext | The context for a default value |
►Cola::web::ObjectParseContext | A SchemaParseContext that keeps track of the last keyword / property seen |
►Cola::web::StrictTypedParseContext | A SchemaParseContext that reports errors for all types |
Cola::web::ArrayOfSchemaContext | Parse the array of objects in an 'items' property |
Cola::web::ArrayOfStringsContext | The context for an array of strings |
Cola::web::DefinitionsParseContext | The context for schema definitions |
Cola::web::DependencyParseContext | The context for a dependency object |
Cola::web::PropertiesParseContext | |
Cola::web::SchemaParseContext | |
Cola::client::StreamingClientInterface::SendArgs | |
Cola::client::SendDMXArgs | Arguments passed to the SendDMX() method |
Cola::client::SendRDMArgs | Arguments used with OlaClient::RDMGet() and OlaClient::RDMSet() methods |
►Cola::rdm::Sensor | Holds information about a single sensor |
Cola::rdm::FakeSensor | |
Cola::rdm::LoadSensor | |
Cola::rdm::SensorDescriptor | |
Cola::rdm::Sensor::SensorOptions | |
Cola::SequenceNumber< sequence_type > | SequenceNumber, this ensures that we increment the sequence number whenever we go to use it |
Cola::SequenceNumber< uint32_t > | |
Cola::SequenceNumber< uint8_t > | |
►Cola::plugin::usbpro::SerialWidgetInterface | |
Cola::plugin::usbpro::ArduinoWidget | |
►Cola::plugin::usbpro::BaseRobeWidget | |
Cola::plugin::usbpro::DispatchingRobeWidget | |
Cola::plugin::usbpro::RobeWidgetImpl | |
►Cola::plugin::usbpro::BaseUsbProWidget | |
Cola::plugin::usbpro::ArduinoWidgetImpl | |
Cola::plugin::usbpro::DispatchingUsbProWidget | |
Cola::plugin::usbpro::DmxterWidgetImpl | |
Cola::plugin::usbpro::DmxTriWidgetImpl | |
Cola::plugin::usbpro::EnttecUsbProWidgetImpl | |
►Cola::plugin::usbpro::GenericUsbProWidget | |
Cola::plugin::usbpro::UltraDMXProWidget | |
Cola::plugin::usbpro::DmxterWidget | |
Cola::plugin::usbpro::DmxTriWidget | |
Cola::plugin::usbpro::EnttecUsbProWidget | |
Cola::plugin::usbpro::RobeWidget | |
Cola::ServiceGenerator | |
Cola::rdm::SettingCollection< SettingType > | Holds the list of settings for a class of responder. A single instance is shared between all responders of the same type. Subclass this and use a singleton |
Cola::rdm::SettingCollection< BasicSetting > | |
Cola::rdm::SettingCollection< ola::rdm::BasicSetting > | |
Cola::rdm::SettingCollection< ola::rdm::FrequencyModulationSetting > | |
►Cola::rdm::SettingInterface | The base class all Settings inherit from |
Cola::rdm::BasicSetting | A Setting which has a description and no other properties |
Cola::rdm::FrequencyModulationSetting | A PWM Frequency Setting. See Section 4.10 of E1.37-1 |
Cola::rdm::SettingManager< SettingType > | |
Cola::rdm::SettingManager< BasicSetting > | |
Cola::rdm::SettingManager< ola::rdm::FrequencyModulationSetting > | |
Cola::plugin::shownet::shownet_packet | |
Cola::plugin::shownet::ShowNetNode | |
Cola::rdm::SlotData | Holds information about a single DMX slot |
Cola::rdm::SlotDataCollection | Holds information about a set of slots |
►Cola::network::SocketAddress | The base SocketAddress |
Cola::network::GenericSocketAddress | Generic Socket Address |
Cola::network::IPV4SocketAddress | An IPv4 SocketAddress |
Cola::network::SocketCloser | Automatically close a socket when it goes out of scope |
Cola::testing::SocketVerifier | |
►Cola::plugin::spi::SPIBackendInterface | |
Cola::plugin::spi::FakeSPIBackend | |
Cola::plugin::spi::HardwareBackend | |
Cola::plugin::spi::SoftwareBackend | |
►Cola::plugin::spi::SPIWriterInterface | |
Cola::plugin::spi::FakeSPIWriter | |
Cola::plugin::spi::SPIWriter | |
Cola::plugin::stageprofi::StageProfiDetector | |
Cola::plugin::stageprofi::StageProfiWidget | |
Cola::rdm::StatusMessage | |
Cola::io::StdinHandler | |
►Cola::client::StreamingClientInterface | The interface for the StreamingClient class |
Cola::client::StreamingClient | Send DMX512 data to olad |
Cola::network::TCPConnector | An class which manages non-blocking TCP connects |
►Cola::network::TCPSocketFactoryInterface | |
Cola::network::GenericTCPSocketFactory< SocketType > | |
►Cola::thread::Thread | |
Cola::FilePreferenceSaverThread | |
Cola::http::HTTPServer | The base HTTP Server |
Cola::plugin::ftdidmx::FtdiDmxThread | |
Cola::plugin::gpio::GPIODriver | Uses data in a DMXBuffer to drive GPIO pins |
Cola::plugin::karate::KarateThread | |
Cola::plugin::opendmx::OpenDmxThread | |
Cola::plugin::spi::HardwareBackend | |
Cola::plugin::spi::SoftwareBackend | |
Cola::plugin::uartdmx::UartDmxThread | |
►Cola::plugin::usbdmx::ThreadedUsbReceiver | Receive DMX data using libusb, from a separate thread |
Cola::plugin::usbdmx::DMXCProjectsNodleU1ThreadedReceiver | |
►Cola::plugin::usbdmx::ThreadedUsbSender | Send DMX data using libusb, from a separate thread |
Cola::plugin::usbdmx::AnymaThreadedSender | |
Cola::plugin::usbdmx::DMXCProjectsNodleU1ThreadedSender | |
Cola::plugin::usbdmx::EuroliteProThreadedSender | |
Cola::plugin::usbdmx::FadecandyThreadedSender | |
Cola::plugin::usbdmx::SunliteThreadedSender | |
Cola::plugin::usbdmx::VellemanThreadedSender | |
Cola::plugin::usbpro::WidgetDetectorThread | |
Cola::thread::CallbackThread | A thread which executes a Callback |
Cola::thread::ConsumerThread | |
Cola::thread::PeriodicThread | A thread which executes a Callback |
Cola::thread::SignalThread | |
►Cola::usb::LibUsbThread | The base class for the dedicated libusb thread |
Cola::usb::LibUsbSimpleThread | The non-hotplug version of LibUsbThread |
COlaThread | |
Cola::thread::ThreadPool | |
Cola::timecode::TimeCode | |
Cola::TimeInterval | |
Cola::io::TimeoutManager | Manages timer events |
Cola::TimeStamp | |
Cola::TokenBucket | |
Cola::acn::TrackedSource | |
Cola::acn::TransportHeader | |
Cola::plugin::uartdmx::UartWidget | |
Cola::rdm::UID | Represents a RDM UID |
Cola::rdm::UIDAllocator | Allocate UIDs from a pool |
Cola::rdm::UIDSet | Represents a set of RDM UIDs |
Cola::UniverseStore | Maintains a collection of Universe objects |
Cola::io::UnmanagedFileDescriptor_lt | Comparison operator for UnmanagedFileDescriptor |
Cola::plugin::usbpro::usb_pro_parameters | |
Cola::usb::USBDeviceID | |
Cola::plugin::usbpro::UsbProWidgetInformation | |
►Cola::Validator | |
Cola::BoolValidator | |
Cola::IntValidator | |
Cola::IPv4Validator | |
Cola::SetValidator< T > | |
Cola::StringValidator | |
Cola::UIntValidator | |
Cola::base::Version | Provides version information. OLA Version numbers are in the form major.minor.revision e.g. 0.10.4 |
Cola::Watchdog | Detects if an operation stalls |
►Cola::plugin::usbpro::WidgetDetectorInterface | |
Cola::plugin::usbpro::RobeWidgetDetector | |
Cola::plugin::usbpro::UsbProWidgetDetector | |
►Cola::plugin::usbdmx::WidgetFactory | Creates new Widget objects to represent DMX USB hardware |
►Cola::plugin::usbdmx::BaseWidgetFactory< class AnymauDMX > | |
Cola::plugin::usbdmx::AnymauDMXFactory | Creates Anyma widgets |
►Cola::plugin::usbdmx::BaseWidgetFactory< class DMXCProjectsNodleU1 > | |
Cola::plugin::usbdmx::DMXCProjectsNodleU1Factory | Creates Nodle widgets |
►Cola::plugin::usbdmx::BaseWidgetFactory< class EurolitePro > | |
Cola::plugin::usbdmx::EuroliteProFactory | Creates EurolitePro widgets |
►Cola::plugin::usbdmx::BaseWidgetFactory< class ScanlimeFadecandy > | |
Cola::plugin::usbdmx::ScanlimeFadecandyFactory | Creates Fadecandy widgets |
►Cola::plugin::usbdmx::BaseWidgetFactory< class VellemanK8062 > | |
Cola::plugin::usbdmx::VellemanK8062Factory | Creates Velleman widgets |
►Cola::plugin::usbdmx::BaseWidgetFactory< ola::usb::JaRuleWidget > | |
Cola::plugin::usbdmx::JaRuleFactory | Creates Ja Rule widgets |
►Cola::plugin::usbdmx::BaseWidgetFactory< Sunlite > | |
Cola::plugin::usbdmx::SunliteFactory | Creates SunLite widgets |
Cola::plugin::usbdmx::BaseWidgetFactory< WidgetType > | A partial implementation of WidgetFactory |
►Cola::plugin::usbdmx::WidgetInterface | The interface for a simple widget that supports a single universe of DMX |
►Cola::plugin::usbdmx::SimpleWidget | A base simple widget class |
►Cola::plugin::usbdmx::AnymauDMX | The base class for Anyma Widgets |
Cola::plugin::usbdmx::AsynchronousAnymauDMX | An Anyma widget that uses asynchronous libusb operations |
Cola::plugin::usbdmx::SynchronousAnymauDMX | An Anyma widget that uses synchronous libusb operations |
►Cola::plugin::usbdmx::DMXCProjectsNodleU1 | The interface for the Nodle Widgets |
Cola::plugin::usbdmx::AsynchronousDMXCProjectsNodleU1 | An Nodle widget that uses asynchronous libusb operations |
Cola::plugin::usbdmx::SynchronousDMXCProjectsNodleU1 | An Nodle widget that uses synchronous libusb operations |
►Cola::plugin::usbdmx::EurolitePro | The EurolitePro Widget |
Cola::plugin::usbdmx::AsynchronousEurolitePro | An EurolitePro widget that uses asynchronous libusb operations |
Cola::plugin::usbdmx::SynchronousEurolitePro | An EurolitePro widget that uses synchronous libusb operations |
►Cola::plugin::usbdmx::ScanlimeFadecandy | The interface for the Fadecandy Widgets |
Cola::plugin::usbdmx::AsynchronousScanlimeFadecandy | An Fadecandy widget that uses asynchronous libusb operations |
Cola::plugin::usbdmx::SynchronousScanlimeFadecandy | An Fadecandy widget that uses synchronous libusb operations |
►Cola::plugin::usbdmx::Sunlite | The interface for the Sunlite Widgets |
Cola::plugin::usbdmx::AsynchronousSunlite | An Sunlite widget that uses asynchronous libusb operations |
Cola::plugin::usbdmx::SynchronousSunlite | An Sunlite widget that uses synchronous libusb operations |
►Cola::plugin::usbdmx::VellemanK8062 | The interface for the Velleman Widgets |
Cola::plugin::usbdmx::AsynchronousVellemanK8062 | An Velleman widget that uses asynchronous libusb operations |
Cola::plugin::usbdmx::SynchronousVellemanK8062 | An Velleman widget that uses synchronous libusb operations |
►Cola::plugin::usbdmx::WidgetObserver | Receives notifications when Widgets are added or removed |
Cola::plugin::usbdmx::AsyncPluginImpl | The asynchronous libusb implementation |
Cola::plugin::usbdmx::SyncPluginImpl | The legacy implementation |
Cola::plugin::usbdmx::SyncronizedWidgetObserver | Transfers widget add/remove events to another thread |
Cola::io::WindowsPollerDescriptor | |
►Cola::io::WriteFileDescriptor | Represents a file descriptor that supports writing data |
Cola::io::BidirectionalFileDescriptor | A file descriptor that supports both read & write |
Cola::network::PendingTCPConnection | |