|
| | DdtDataSubscriberFake (DdtLogger *logger) |
| |
| int32_t | get_max_age_data_sample_default () |
| |
| int32_t | get_max_age_data_sample () |
| |
| int32_t | get_reply_time_default () |
| |
| int32_t | get_reply_time () |
| |
| void | set_max_age_data_sample (int32_t max_age) |
| |
| void | set_reply_time (int32_t repl_time) |
| |
| void | LoadDefaultValues () |
| |
| void | ReadIniFile () |
| |
| | DdtDataSubscriber (DdtLogger *logger) |
| |
| | DdtDataSubscriber (log4cplus::Logger const &log4cplus_logger) |
| |
| | ~DdtDataSubscriber () override |
| |
| int | RegisterSubscriber (const std::string uri, const std::string dsi, const std::string remote_uri, const int32_t interval=10) override |
| |
| int | UnregisterSubscriber () override |
| |
| DataSample * | ReadData () override |
| |
| void | StartNotificationSubscription () |
| |
| void | StopNotificationSubscription () |
| |
| DdtStatistics | get_statistics () |
| |
| boost::signals2::connection | connect (const SignalT::slot_type &event_listener) |
| |
| virtual int | RegisterPublisher (const std::string uri, const std::string dsi, const bool compute_crc) |
| |
| virtual int | UnregisterPublisher () |
| |
| virtual void | PublishData () |
| |
| virtual int | RegisterSubscriber (const std::string uri, const std::string dsi, const std::string remote_uri, const int32_t interval=10) |
| |
| virtual int | UnregisterSubscriber () |
| |
| virtual DataSample * | ReadData () |
| |
| | DdtDataTransferLib (DdtLogger *ddt_logger) |
| |
| | DdtDataTransferLib (log4cplus::Logger const &log4cplus_logger) |
| |
| virtual | ~DdtDataTransferLib () |
| |
| void | SetQoS (const int ddt_latency, const int ddt_deadline) |
| |
| const std::string | VerifyPathInBrokerUri (std::string broker_uri) |
| |
| int | InitMAL (const std::string broker_uri) |
| |
| std::unique_ptr< datatransfer::DataBrokerRegistrationSync, std::default_delete< datatransfer::DataBrokerRegistrationSync > > | GetBrokerClient () |
| |
◆ DdtDataSubscriberFake()
| DdtDataSubscriberFake::DdtDataSubscriberFake |
( |
DdtLogger * |
logger | ) |
|
|
inline |
◆ get_max_age_data_sample()
| int32_t DdtDataSubscriberFake::get_max_age_data_sample |
( |
| ) |
|
|
inline |
◆ get_max_age_data_sample_default()
| int32_t DdtDataSubscriberFake::get_max_age_data_sample_default |
( |
| ) |
|
|
inline |
◆ get_reply_time()
| int32_t DdtDataSubscriberFake::get_reply_time |
( |
| ) |
|
|
inline |
◆ get_reply_time_default()
| int32_t DdtDataSubscriberFake::get_reply_time_default |
( |
| ) |
|
|
inline |
◆ LoadDefaultValues()
| void DdtDataSubscriberFake::LoadDefaultValues |
( |
| ) |
|
|
inline |
◆ ReadIniFile()
| void DdtDataSubscriberFake::ReadIniFile |
( |
| ) |
|
|
inline |
◆ set_max_age_data_sample()
| void DdtDataSubscriberFake::set_max_age_data_sample |
( |
int32_t |
max_age | ) |
|
|
inline |
◆ set_reply_time()
| void DdtDataSubscriberFake::set_reply_time |
( |
int32_t |
repl_time | ) |
|
|
inline |
The documentation for this class was generated from the following file: