|
RTC Toolkit 5.1.0
|
This is the complete list of members for rtctk::componentFramework::RepositorySubscriberIf::BatchRequest, including all inherited members.
| CreateDataPoint(const DataPointPath &path, const T &initial_value, std::optional< std::reference_wrapper< const MetaData > > metadata=std::nullopt, const CallbackType &callback=nullptr) | rtctk::componentFramework::RepositoryIf::BatchRequest | |
| CreateDataPoint(const DataPointPath &path, const T &&initial_value, std::optional< std::reference_wrapper< const MetaData > > metadata=std::nullopt, const CallbackType &callback=nullptr)=delete | rtctk::componentFramework::RepositoryIf::BatchRequest | |
| CreateSymlink(const DataPointPath &dp, const DataPointPath &link, const CallbackType &callback=nullptr) | rtctk::componentFramework::RepositoryIf::BatchRequest | |
| DataPointExists(const DataPointPath &path, bool &result, const CallbackType &callback=nullptr) const | rtctk::componentFramework::RepositoryIf::BatchRequest | |
| DeleteDataPoint(const DataPointPath &path, const CallbackType &callback=nullptr) | rtctk::componentFramework::RepositoryIf::BatchRequest | |
| GetChildren(const DataPointPath &path, std::pair< PathList, PathList > &result, bool recurse=false, const CallbackType &callback=nullptr) const | rtctk::componentFramework::RepositoryIf::BatchRequest | |
| GetChildren(const DataPointPath &path, std::pair< PathList, PathList > &&result, bool recurse=false, const CallbackType &callback=nullptr) const =delete | rtctk::componentFramework::RepositoryIf::BatchRequest | |
| m_requests | rtctk::componentFramework::RepositoryIf::BatchRequest | mutableprotected |
| PartialReadDataPoint(const DataPointPath &path, T &buffer, size_t first, size_t last, size_t d_first, std::optional< std::reference_wrapper< MetaData > > metadata=std::nullopt, const CallbackType &callback=nullptr) const | rtctk::componentFramework::RepositoryIf::BatchRequest | |
| PartialReadDataPoint(const DataPointPath &path, T &&buffer, size_t first, size_t last, size_t d_first, std::optional< std::reference_wrapper< MetaData > > metadata=std::nullopt, const CallbackType &callback=nullptr) const =delete | rtctk::componentFramework::RepositoryIf::BatchRequest | |
| PartialWriteDataPoint(const DataPointPath &path, const T &buffer, size_t first, size_t last, size_t d_first, std::optional< std::reference_wrapper< const MetaData > > metadata=std::nullopt, const CallbackType &callback=nullptr) | rtctk::componentFramework::RepositoryIf::BatchRequest | |
| PartialWriteDataPoint(const DataPointPath &path, const T &&buffer, size_t first, size_t last, size_t d_first, std::optional< std::reference_wrapper< const MetaData > > metadata=std::nullopt, const CallbackType &callback=nullptr)=delete | rtctk::componentFramework::RepositoryIf::BatchRequest | |
| ReadDataPoint(const DataPointPath &path, T &buffer, std::optional< std::reference_wrapper< MetaData > > metadata=std::nullopt, const CallbackType &callback=nullptr) const | rtctk::componentFramework::RepositoryIf::BatchRequest | |
| ReadDataPoint(const DataPointPath &path, T &&buffer, std::optional< std::reference_wrapper< MetaData > > metadata=std::nullopt, const CallbackType &callback=nullptr) const =delete | rtctk::componentFramework::RepositoryIf::BatchRequest | |
| ReadMetaData(const DataPointPath &path, MetaData &metadata, const CallbackType &callback=nullptr) const | rtctk::componentFramework::RepositoryIf::BatchRequest | |
| ReadMetaData(const DataPointPath &path, MetaData &&metadata, const CallbackType &callback=nullptr) const =delete | rtctk::componentFramework::RepositoryIf::BatchRequest | |
| RepositoryIf | rtctk::componentFramework::RepositoryIf::BatchRequest | protected |
| Subscribe(const DataPointPath &, NotifyCallbackType, ErrorCallbackType) const | rtctk::componentFramework::RepositorySubscriberIf::BatchRequest | |
| Subscribe(CallbackType, CallbackType, ErrorCallbackType) const | rtctk::componentFramework::RepositorySubscriberIf::BatchRequest | |
| Unsubscribe(SubscriptionId) const | rtctk::componentFramework::RepositorySubscriberIf::BatchRequest | |
| UpdateSymlink(const DataPointPath &dp, const DataPointPath &link, const CallbackType &callback=nullptr) | rtctk::componentFramework::RepositoryIf::BatchRequest | |
| WriteDataPoint(const DataPointPath &path, const T &buffer, std::optional< std::reference_wrapper< const MetaData > > metadata=std::nullopt, const CallbackType &callback=nullptr) | rtctk::componentFramework::RepositoryIf::BatchRequest | |
| WriteDataPoint(const DataPointPath &path, const T &&buffer, std::optional< std::reference_wrapper< const MetaData > > metadata=std::nullopt, const CallbackType &callback=nullptr)=delete | rtctk::componentFramework::RepositoryIf::BatchRequest | |
| WriteMetaData(const DataPointPath &path, const MetaData &metadata, const CallbackType &callback=nullptr) | rtctk::componentFramework::RepositoryIf::BatchRequest | |
| ~BatchRequest()=default | rtctk::componentFramework::RepositoryIf::BatchRequest | virtual |