Open Lighting Architecture
Latest Git
|
Public Member Functions | |
OlaDaemon (const OlaServer::Options &options, ExportMap *export_map=NULL) | |
Create a new OlaDaemon. More... | |
~OlaDaemon () | |
Destroy this object. | |
bool | Init () |
Initialise the daemon. More... | |
void | Shutdown () |
Shutdown the daemon. | |
void | Run () |
Run the daemon. | |
ola::network::GenericSocketAddress | RPCAddress () const |
Return the socket address the RPC server is listening on. More... | |
ola::io::SelectServer * | GetSelectServer () |
Get the SelectServer the daemon is using. More... | |
OlaServer * | GetOlaServer () const |
Get the OlaServer the daemon is using. More... | |
Static Public Attributes | |
static const unsigned int | DEFAULT_RPC_PORT = OLA_DEFAULT_PORT |
ola::OlaDaemon::OlaDaemon | ( | const OlaServer::Options & | options, |
ExportMap * | export_map = NULL |
||
) |
|
inline |
|
inline |
Get the SelectServer the daemon is using.
bool ola::OlaDaemon::Init | ( | ) |
Initialise the daemon.
ola::network::GenericSocketAddress ola::OlaDaemon::RPCAddress | ( | ) | const |
Return the socket address the RPC server is listening on.