|
RTC Toolkit 5.1.0
|
A structure to hold the arguments passed with one of the Add methods. More...
#include <rtctk/componentFramework/repositorySubscriberIf.hpp>
Public Member Functions | |
| Parameters ()=default | |
| Parameters (const DataPointPath &path, const bool unsubscribe_removed, const bool unsubscribe_newvalue) | |
| Allows to explicitly construct a complete parameters structure. | |
| const DataPointPath & | GetPath () const |
| bool | GetUnsubscribeRemoved () const |
| bool | GetUnsubscribeNewValue () const |
A structure to hold the arguments passed with one of the Add methods.
|
default |
|
inlineexplicit |
Allows to explicitly construct a complete parameters structure.
| [in] | path | The datapoint path to unsubscribe from. |
| [in] | unsubscribe_removed | Boolean flag indicating if the datapoint removal notification should be unsubscribed from. |
| [in] | unsubscribe_newvalue | Boolean flag indicating if the new datapoint value notification should be unsubscribed from. |
|
inline |
|
inline |
|
inline |