◆ Connection()
| ChildProcessCoordinator::Connection::Connection |
( |
ChildProcessCoordinator & | m, |
|
|
const String & | pipeName, |
|
|
int | timeout ) |
|
inline |
◆ ~Connection()
| ChildProcessCoordinator::Connection::~Connection |
( |
| ) |
|
|
inlineoverride |
◆ connectionLost()
| void ChildProcessCoordinator::Connection::connectionLost |
( |
| ) |
|
|
inlineoverrideprivatevirtual |
Called when the connection is broken.
If the connection was created with the callbacksOnMessageThread flag set, then this will be called on the message thread; otherwise it will be called on a server thread.
Implements juce::InterprocessConnection.
◆ connectionMade()
| void ChildProcessCoordinator::Connection::connectionMade |
( |
| ) |
|
|
inlineoverrideprivatevirtual |
Called when the connection is first connected.
If the connection was created with the callbacksOnMessageThread flag set, then this will be called on the message thread; otherwise it will be called on a server thread.
Implements juce::InterprocessConnection.
◆ messageReceived()
◆ pingFailed()
| void ChildProcessCoordinator::Connection::pingFailed |
( |
| ) |
|
|
inlineoverrideprivatevirtual |
◆ sendPingMessage()
| bool ChildProcessCoordinator::Connection::sendPingMessage |
( |
const MemoryBlock & | m | ) |
|
|
inlineoverrideprivate |
◆ owner
| ChildProcessCoordinator& ChildProcessCoordinator::Connection::owner |
|
private |
The documentation for this struct was generated from the following file: