#include <runtimeRepoApiIf.hpp>
- Todo:
- This class is not implemented yet and needs to be completed for the next release.
◆ BufferList
◆ Mode
| Enumerator |
|---|
| INVOKE_ON_ALL | |
| INVOKE_ON_EACH | |
◆ AddAllocator()
| void rtctk::componentFramework::Subscription::AddAllocator |
( |
const std::string & |
path, |
|
|
std::function< void *(size_t)> |
allocator |
|
) |
| |
|
inline |
◆ AddPath()
| void rtctk::componentFramework::Subscription::AddPath |
( |
const std::string & |
path | ) |
|
|
inline |
◆ OnDpRemoved()
| void rtctk::componentFramework::Subscription::OnDpRemoved |
( |
const std::vector< std::string > & |
path | ) |
|
|
inline |
◆ OnNewValues()
| void rtctk::componentFramework::Subscription::OnNewValues |
( |
const BufferList & |
buffers, |
|
|
bool |
multiple_updates |
|
) |
| |
|
inline |
◆ OnTimeout()
| void rtctk::componentFramework::Subscription::OnTimeout |
( |
const BufferList & |
buffers, |
|
|
bool |
multiple_updates |
|
) |
| |
|
inline |
◆ SetMaxWaitTime()
| void rtctk::componentFramework::Subscription::SetMaxWaitTime |
( |
std::chrono::seconds |
timeout | ) |
|
|
inline |
◆ SetMode()
| void rtctk::componentFramework::Subscription::SetMode |
( |
Mode |
mode | ) |
|
|
inline |
The documentation for this class was generated from the following file: