Manages a QLocalServer used for communication with other Limo instances.
More...
#include <ipcserver.h>
|
| IpcServer () |
| Initializes the server. Does NOT start it.
|
|
| ~IpcServer () |
| Stops and deletes the server.
|
|
bool | setup () |
| Starts the server.
|
|
void | shutdown () |
| Stops the server.
|
|
|
static constexpr char | server_name [] = "_Limo_Server_" |
| The name of the server.
|
|
|
void | setupConnection () |
| Initializes a connection with a QLocalSocket.
|
|
void | processData () |
| Processes data received from a QLocalSocket.
|
|
|
QLocalServer * | server_ |
| The server used for IPC.
|
|
Manages a QLocalServer used for communication with other Limo instances.
◆ receivedMessage
void IpcServer::receivedMessage |
( |
QString | message | ) |
|
|
signal |
Sends the message received from an IpcClient.
- Parameters
-
◆ setup()
bool IpcServer::setup |
( |
| ) |
|
Starts the server.
- Returns
- True if the server is running.
The documentation for this class was generated from the following files: