![]() |
Jazz 1.26.+
|
Model: A Space of Concepts. More...
#include <model.h>
Public Member Functions | |
| Model (pLogger a_logger, pConfigFile a_config) | |
| Bop: Start the Model. | |
| StatusCode | start () |
| StatusCode | shut_down () |
Public Member Functions inherited from jazz_elements::Service | |
| Service (pLogger a_logger, pConfigFile a_config) | |
| virtual pChar const | id () |
| void | log (int loglevel, const char *message) |
| void | log_printf (int loglevel, const char *fmt,...) |
| bool | get_conf_key (const char *key, int &value) |
| bool | get_conf_key (const char *key, double &value) |
| bool | get_conf_key (const char *key, String &value) |
Additional Inherited Members | |
Data Fields inherited from jazz_elements::Service | |
| pLogger | p_log |
| The logger. | |
| pConfigFile | p_conf |
| The configuration file. | |
Model: A Space of Concepts.
| jazz_models::Model::Model | ( | pLogger | a_logger, |
| pConfigFile | a_config | ||
| ) |
Bop: Start the Model.
| a_logger | A pointer to the logger. |
| a_config | A pointer to the configuration. |
|
virtual |
Starts the Model service
Reimplemented from jazz_elements::Service.
|
virtual |
Shuts down the Model Service
Reimplemented from jazz_elements::Service.