#include <repositoryIf.hpp>
|
| | BatchResponse (ResponseList futures) |
| |
| void | Wait () |
| |
| template<typename Rep, typename Period> |
| bool | WaitFor (const std::chrono::duration< Rep, Period > &timeout) |
| |
| template<typename Clk, typename Duration> |
| bool | WaitUntil (const std::chrono::time_point< Clk, Duration > &timeout) |
| |
◆ ResponseList
◆ BatchResponse()
| rtctk::componentFramework::RepositoryIf::BatchResponse::BatchResponse |
( |
ResponseList | futures | ) |
|
|
explicit |
◆ Wait()
| void rtctk::componentFramework::RepositoryIf::BatchResponse::Wait |
( |
| ) |
|
◆ WaitFor()
template<typename Rep, typename Period>
| bool rtctk::componentFramework::RepositoryIf::BatchResponse::WaitFor |
( |
const std::chrono::duration< Rep, Period > & | timeout | ) |
|
◆ WaitUntil()
template<typename Clk, typename Duration>
| bool rtctk::componentFramework::RepositoryIf::BatchResponse::WaitUntil |
( |
const std::chrono::time_point< Clk, Duration > & | timeout | ) |
|
◆ m_responses
| ResponseList rtctk::componentFramework::RepositoryIf::BatchResponse::m_responses |
|
protected |
The documentation for this class was generated from the following files: