Open Lighting Architecture  0.9.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Deprecated List
File BaseTypes.h
Use Constants.h instead.
Member DMX512_START_CODE
Use ola::DMX512_START_CODE from Constants.h instead.
Member DMX_MAX_CHANNEL_VALUE
Use ola::DMX_MAX_SLOT_VALUE from Constants.h instead.
Member DMX_MIN_CHANNEL_VALUE
Use ola::DMX_MIN_SLOT_VALUE from Constants.h instead.
Member MAX_UNIVERSE
Use ola::MAX_UNIVERSE from Constants.h instead.
Member ola::client::StreamingClient::StreamingClient (bool auto_start=true)
Use the constructor that takes an Options struct instead.
Member ola::DmxBuffer::DmxBuffer (const std::string &data)
Use DmxBuffer(const uint8_t *data, unsigned int length) instead
Member ola::network::FullHostname ()
use ola::network::FQDN() instead (17 Nov 2013)
Member ola::network::UDPSocketInterface::RecvFrom (uint8_t *buffer, ssize_t *data_read, IPV4Address &source) const =0
Use the IPV4SocketAddress version instead.
Member ola::network::UDPSocketInterface::RecvFrom (uint8_t *buffer, ssize_t *data_read, IPV4Address &source, uint16_t &port) const =0
Use the IPV4SocketAddress version instead.
Member ola::network::UDPSocketInterface::SendTo (const uint8_t *buffer, unsigned int size, const IPV4Address &ip, unsigned short port) const =0
Use the IPV4SocketAddress version instead.
Member ola::network::UDPSocketInterface::SendTo (ola::io::IOVecInterface *data, const IPV4Address &ip, unsigned short port) const =0
Use the IPV4SocketAddress version instead.
Class ola::OlaCallbackClient
Use ola::client::OlaClient instead.
Member ola::OlaCallbackClientWrapper
Use ola::client::OlaClientWrapper instead.
Member ola::thread::SchedulerInterface::RegisterRepeatingTimeout (unsigned int period, Callback0< bool > *callback)=0
Use the version that takes a TimeInterval instead.
Member ola::thread::SchedulerInterface::RegisterSingleTimeout (unsigned int delay, SingleUseCallback0< void > *callback)=0
Use the version that takes a TimeInterval instead.
Member OLA_DEFAULT_PORT
Use ola::OLA_DEFAULT_PORT from Constants.h instead.
File OlaCallbackClient.h
Include <ola/client/OlaClient.h> instead.
File OlaDevice.h
Include <ola/client/ClientTypes.h> instead.
Member OPEN_LIGHTING_ESTA_CODE
Use ola::OPEN_LIGHTING_ESTA_CODE from Constants.h instead.
Group rdm_api
This is only used by the Web Server. New code should use ola::rdm::PidStore.
File StreamingClient.h
Include <ola/client/StreamingClient.h> instead.