|
| ModuleManager (int channel) |
|
auto | LoadModule (QString, bool) -> void |
|
auto | SearchModule (ModuleIdentifier) -> ModulePtr |
|
auto | ListAllRegisteredModuleID () -> QList< ModuleIdentifier > |
|
void | RegisterModule (ModulePtr) |
|
auto | IsModuleActivated (ModuleIdentifier) -> bool |
|
auto | IsIntegratedModule (ModuleIdentifier) -> bool |
|
void | ListenEvent (ModuleIdentifier, EventIdentifier) |
|
void | TriggerEvent (EventReference) |
|
auto | SearchEvent (EventTriggerIdentifier) -> std::optional< EventReference > |
|
auto | GetModuleListening (ModuleIdentifier) -> QList< EventIdentifier > |
|
void | ActiveModule (ModuleIdentifier) |
|
void | DeactiveModule (ModuleIdentifier) |
|
auto | GetTaskRunner (ModuleIdentifier) -> std::optional< TaskRunnerPtr > |
|
auto | UpsertRTValue (Namespace, Key, std::any) -> bool |
|
auto | RetrieveRTValue (Namespace, Key) -> std::optional< std::any > |
|
auto | ListenRTPublish (QObject *, Namespace, Key, LPCallback) -> bool |
|
auto | ListRTChildKeys (const QString &, const QString &) -> std::vector< Key > |
|
auto | GRT () -> GlobalRegisterTable * |
|
| SingletonFunctionObject (const SingletonFunctionObject< ModuleManager > &)=delete |
| prohibit copy
|
|
| SingletonFunctionObject (ModuleManager &&)=delete |
| Construct a new Singleton Function Object object.
|
|
| SingletonFunctionObject (const ModuleManager &)=delete |
| Construct a new Singleton Function Object object.
|
|
auto | operator= (const SingletonFunctionObject< ModuleManager > &) -> SingletonFunctionObject &=delete |
| prohibit copy More...
|
|
void | operator= (const ModuleManager &)=delete |
|
auto | GetChannel () const -> int |
| Get the Channel object. More...
|
|
| ChannelObject () noexcept |
| Construct a new Default Channel Object object.
|
|
virtual | ~ChannelObject () noexcept |
| Destroy the Channel Object object.
|
|
| ChannelObject (int channel, QString type) |
| Construct a new Channel Object object. More...
|
|
auto | GetChannel () const -> int |
| Get the Channel object. More...
|
|
void | SetChannel (int channel) |
| Set the Channel object. More...
|
|