![]() |
Open Lighting Architecture 0.10.9
|
Public Member Functions | |
| OlaDaemon (const OlaServer::Options &options, ExportMap *export_map=NULL) | |
| Create a new OlaDaemon. | |
| ~OlaDaemon () | |
| Destroy this object. | |
| bool | Init () |
| Initialise the daemon. | |
| 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. | |
| ola::io::SelectServer * | GetSelectServer () |
| Get the SelectServer the daemon is using. | |
| OlaServer * | GetOlaServer () const |
| Get the OlaServer the daemon is using. | |
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.