Open Lighting Architecture
Latest Git
Main Page
Modules
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
+
Functions
a
c
d
e
f
g
h
i
j
k
l
n
o
p
r
s
t
u
+
Variables
a
d
e
i
m
o
s
Typedefs
Enumerations
+
Enumerator
c
d
f
g
i
j
m
o
p
r
s
u
v
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
Typedefs
Enumerations
Enumerator
Related Functions
+
Files
File List
+
File Members
+
All
a
d
e
m
o
p
s
Variables
Typedefs
+
Macros
a
d
e
o
p
s
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
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::Clock::CurrentTime
(
TimeStamp
*timestamp) const
Please use either
Clock::CurrentMonotonicTime
or
Clock::CurrentRealTime
as appropriate (25 Oct 2020).
Member
ola::DmxBuffer::DmxBuffer
(const std::string &data)
Use
DmxBuffer(const uint8_t *data, unsigned int length)
instead
Member
ola::FormatData
(std::ostream *out, const uint8_t *data, unsigned int length, unsigned int indent=0, unsigned int byte_per_line=8)
Use
ola::strings::FormatData
instead (30 Dec 2014).
Member
ola::IntToHexString
(unsigned int i, unsigned int width)
ola::ToHex()
instead, unless you really want a string rather than use in an ostream (30 Dec 2014)
Member
ola::IntToHexString
(uint8_t i)
ola::ToHex()
instead, unless you really want a string rather than use in an ostream (30 Dec 2014)
Member
ola::IntToHexString
(uint32_t i)
ola::ToHex()
instead, unless you really want a string rather than use in an ostream (30 Dec 2014)
Member
ola::IntToHexString
(uint16_t i)
ola::ToHex()
instead, unless you really want a string rather than use in an ostream (30 Dec 2014)
Member
ola::IntToString
(int i)
Use
ola::strings::IntToString
instead (30 Dec 2014).
Member
ola::IntToString
(unsigned int i)
Use
ola::strings::IntToString
instead (30 Dec 2014).
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::rdm::rdm_response_code
Use RDMStatusCode instead.
Member
ola::rdm::RDMCommand::START_CODE
Use ola::rdm::START_CODE from
RDMPacket.h
instead (10 Mar 2019).
Member
ola::rdm::ResponseCodeToString
(RDMStatusCode status)
Use StatusCodeToString instead.
Member
ola::StringSplit
(const std::string &input, std::vector< std::string > &tokens, const std::string &delimiters=" ")
Use the version with a vector pointer instead (3 Jan 2015).
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.
Module
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.
Generated on Mon Jan 2 2023 23:40:38 for Open Lighting Architecture by
1.8.13