RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
rtctk::componentFramework::test::FakeRepositorySubscriber::ValueSubscription Struct Reference

#include <fakeRepositorySubscriber.hpp>

Public Member Functions

 ValueSubscription (SubscriptionId, const DataPointPath &, NotifyCallbackType, ErrorCallbackType)
 

Public Attributes

SubscriptionId id
 
DataPointPath path
 
NotifyCallbackType cb_value
 
ErrorCallbackType cb_error
 
std::atomic< size_tcb_value_busy = 0
 
std::atomic< size_tcb_error_busy = 0
 

Constructor & Destructor Documentation

◆ ValueSubscription()

rtctk::componentFramework::test::FakeRepositorySubscriber::ValueSubscription::ValueSubscription ( SubscriptionId id,
const DataPointPath & path,
NotifyCallbackType cb_value,
ErrorCallbackType cb_error )

Member Data Documentation

◆ cb_error

ErrorCallbackType rtctk::componentFramework::test::FakeRepositorySubscriber::ValueSubscription::cb_error

◆ cb_error_busy

std::atomic<size_t> rtctk::componentFramework::test::FakeRepositorySubscriber::ValueSubscription::cb_error_busy = 0

◆ cb_value

NotifyCallbackType rtctk::componentFramework::test::FakeRepositorySubscriber::ValueSubscription::cb_value

◆ cb_value_busy

std::atomic<size_t> rtctk::componentFramework::test::FakeRepositorySubscriber::ValueSubscription::cb_value_busy = 0

◆ id

SubscriptionId rtctk::componentFramework::test::FakeRepositorySubscriber::ValueSubscription::id

◆ path

DataPointPath rtctk::componentFramework::test::FakeRepositorySubscriber::ValueSubscription::path

The documentation for this struct was generated from the following files: