|
LMMS
|
Classes | |
| struct | juce::ChildProcessPingThread |
| struct | ChildProcessCoordinator::Connection |
| struct | ChildProcessWorker::Connection |
Namespaces | |
| namespace | juce |
Enumerations | |
| enum | { juce::magicCoordWorkerConnectionHeader = 0x712baf04 } |
| enum | { juce::specialMessageSize = 8 , juce::defaultTimeoutMs = 8000 } |
Functions | |
| static bool | juce::isMessageType (const MemoryBlock &mb, const char *messageType) noexcept |
| static String | juce::getCommandLinePrefix (const String &commandLineUniqueID) |
Variables | |
| static const char * | juce::startMessage = "__ipc_st" |
| static const char * | juce::killMessage = "__ipc_k_" |
| static const char * | juce::pingMessage = "__ipc_p_" |