Expand description
Communication with the user via client application or webserver using POSIX message queues.
Modulesยง
- messaging
- Communication with the terminal user or webserver uses POSIX message queues. This is a platform-specific feature and hence uses conditional compilation. The communication is always initiated externally. The module processes the input and forwards it to the respective thread via the channel. The control application does not respond to any request sent to the message queue. Provides the Inter-Process Communication (IPC) bridge for external control.
- messaging_
channels - Container for channels
A central container for all inter-thread communication channels used by the
Messagingmodule. - messaging_
config - Configuration of Messaging Defines the configuration structure for the Inter-Process Communication (IPC) messaging system.
- messaging_
domain - Definition of messaging domains including related functionality Defines the domains (subsystems) that can be controlled via Inter-Process Communication (IPC).
- messaging_
error - Enum codifies the errors which the program may encounter in communication with the Linux messaging system. Defines the custom error type for the Inter-Process Communication (IPC) messaging system.