Dispatch control messages to callbacks by name.
Synopsis
Declared in <balb_controlmanager.h>
class ControlManager;
Type Aliases
Name |
Description |
Callback type invoked to handle control messages. |
Member Functions
Name |
Description |
|
Create a control manager object. |
|
Destroy this object. |
Return the allocator used by this object to supply memory. |
|
Deregister the default handler for unregistered prefixes. |
|
Deregister the handler previously registered for the specified prefix. |
|
Deregister the callback function previously registered to handle "HELP" messages (see |
|
|
|
Return |
|
Print usage documentation for registered commands. |
|
Invoke |
|
Register a handler for messages with unregistered prefixes. |
|
Register a handler for messages with the specified prefix. |
|
Register a HELP handler that prints usage documentation. |
|
|
Declare that this type uses a |
Created with MrDocs