|
| std::optional< ScopeEnum > | GetScope (const std::string &scope_str) const |
| | Get associated subsystem scope.
|
| |
| ScopeEnum | GetScope () const |
| | Get actual subsystem scope.
|
| |
| void | SetScope (const ScopeEnum &scope) |
| | Set subsystem scope.
|
| |
| std::string | GetType () const |
| | Get actual subsystem type.
|
| |
| void | SetType (const std::string &type) |
| | Set subsystem type.
|
| |
| std::string | GetRrEndPoint () const |
| | Get actual subsystem Req/Rep end point.
|
| |
| void | SetRrEndPoint (const std::string &rr_endpoint) |
| | Set subsystem Req/Rep end point.
|
| |
| std::string | GetPsEndPoint () const |
| | Get actual subsystem Pub/Sub end point.
|
| |
| void | SetPsEndPoint (const std::string &ps_endpoint) |
| | Set subsystem Pub/Sub end point.
|
| |
| bool | GetAccess () const |
| | Get actual saccess flag.
|
| |
| void | SetAccess (const bool &access) |
| | Set subsystem access flag.
|
| |
| int | GetIndex () const |
| | Get index.
|
| |
| void | SetIndex (const int &index) |
| | Set subsystem access flag.
|
| |
This class provide access to subsystem configuration parameters read from the configuration file. Once configuration are read from the configuration file they can be modified at run-time.