|
| virtual bool | ok () const override |
| | Check if the module is alive. (If it returns false, the system will be shutdown)
|
| |
|
void | invoke (const std::function< void()> &task) |
| |
|
virtual bool | needs_wait () const |
| | Check if the module is behind the main mapping process.
|
| |
|
virtual void | at_exit (const std::string &dump_path) |
| | Called when the system is quitting.
|
| |
|
| static std::shared_ptr< ExtensionModule > | load_module (const std::string &so_name) |
| | Load an extension module from a dynamic library.
|
| |
| static void | export_classes (const std::string &so_name) |
| | Export classes (factors) from a dynamic library.
|
| |
◆ ok()
| virtual bool glim::StandardViewer::ok |
( |
| ) |
const |
|
overridevirtual |
Check if the module is alive. (If it returns false, the system will be shutdown)
Reimplemented from glim::ExtensionModule.
The documentation for this class was generated from the following file: