RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
rtctk::componentFramework::RepositorySubscriberIf::UnsubscribeRequest::Parameters Class Reference

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 DataPointPathGetPath () const
 
bool GetUnsubscribeRemoved () const
 
bool GetUnsubscribeNewValue () const
 

Detailed Description

A structure to hold the arguments passed with one of the Add methods.

Constructor & Destructor Documentation

◆ Parameters() [1/2]

rtctk::componentFramework::RepositorySubscriberIf::UnsubscribeRequest::Parameters::Parameters ( )
default

◆ Parameters() [2/2]

rtctk::componentFramework::RepositorySubscriberIf::UnsubscribeRequest::Parameters::Parameters ( const DataPointPath & path,
const bool unsubscribe_removed,
const bool unsubscribe_newvalue )
inlineexplicit

Allows to explicitly construct a complete parameters structure.

Parameters
[in]pathThe datapoint path to unsubscribe from.
[in]unsubscribe_removedBoolean flag indicating if the datapoint removal notification should be unsubscribed from.
[in]unsubscribe_newvalueBoolean flag indicating if the new datapoint value notification should be unsubscribed from.

Member Function Documentation

◆ GetPath()

const DataPointPath & rtctk::componentFramework::RepositorySubscriberIf::UnsubscribeRequest::Parameters::GetPath ( ) const
inline

◆ GetUnsubscribeNewValue()

bool rtctk::componentFramework::RepositorySubscriberIf::UnsubscribeRequest::Parameters::GetUnsubscribeNewValue ( ) const
inline

◆ GetUnsubscribeRemoved()

bool rtctk::componentFramework::RepositorySubscriberIf::UnsubscribeRequest::Parameters::GetUnsubscribeRemoved ( ) const
inline

The documentation for this class was generated from the following file: