Standard RTMS Publisher.
More...
#include <pubRtms.hpp>
|
| static void | _SetSimulation () |
| |
| static const std::string & | GenId (const std::string &proc_thread_name, const std::string &pub_thread_name) |
| | Generate an ID for the Publisher. More...
|
| |
| template<class TYPE > |
| static void | AddPubFactoryObj (TYPE &pub_factory_obj) |
| | Static method to register a Data Publisher factory object in the internal registry. More...
|
| |
| static const std::map< std::string, std::shared_ptr< PubBase > > & | GetPubFactoryObjs () |
| | Generate vector with references to the Publisher Factory Objects registered. More...
|
| |
| static void | CreatePubObj (const std::string &class_name, const std::string &proc_thread_name, const std::string &pub_thread_name, PubBase **new_object) |
| |
| static void | GetPubObj (const std::string &proc_thread_name, const std::string &pub_thread_name, PubBase **pub_obj, const bool initialise=true) |
| |
| static void | GetPubObjs (std::vector< PubBase * > &pub_objs) |
| | Get reference to all Data Publisher Objects registered. More...
|
| |
| static bool | HasPubObj (const std::string &proc_thread_name, const std::string &pub_thread_name, PubBase **pub_obj) |
| | Check if a Publisher object is defined. More...
|
| |
| static ccf::mptk::Manager & | Mptk () |
| | Return reference to internal MPTK instance (singleton). More...
|
| |
| static void | SetLogLevel (const ccf::LogLevel log_level) |
| | Set the log level. More...
|
| |
| static ccf::LogLevel | GetLogLevel () |
| | Return the current CCF log level. More...
|
| |
◆ PubRtms() [1/2]
| ccf::stdpub::PubRtms::PubRtms |
( |
const std::string & |
proc_thread_name, |
|
|
const std::string & |
pub_thread_name |
|
) |
| |
◆ PubRtms() [2/2]
| ccf::stdpub::PubRtms::PubRtms |
( |
| ) |
|
◆ ~PubRtms()
| ccf::stdpub::PubRtms::~PubRtms |
( |
| ) |
|
|
virtual |
◆ _SetSimulation()
| void ccf::stdpub::PubRtms::_SetSimulation |
( |
| ) |
|
|
static |
◆ CreateObjectUser()
| void ccf::stdpub::PubRtms::CreateObjectUser |
( |
const std::string & |
proc_thread_name, |
|
|
const std::string & |
pub_thread_name, |
|
|
PubBase ** |
new_object |
|
) |
| |
|
virtual |
◆ DismantleUser()
| void ccf::stdpub::PubRtms::DismantleUser |
( |
| ) |
|
|
virtual |
◆ InitialiseUser()
| void ccf::stdpub::PubRtms::InitialiseUser |
( |
| ) |
|
|
virtual |
◆ PublishUser()
◆ SETUP_KEY_BPP
| const std::string ccf::stdpub::PubRtms::SETUP_KEY_BPP = "bpp" |
◆ SETUP_KEY_PKT_SEND_DELAY
| const std::string ccf::stdpub::PubRtms::SETUP_KEY_PKT_SEND_DELAY = "pkt_send_delay" |
◆ SETUP_KEY_SAMPLE_ID
| const std::string ccf::stdpub::PubRtms::SETUP_KEY_SAMPLE_ID = "sample_id" |
◆ SETUP_KEY_TOPIC_ID
| const std::string ccf::stdpub::PubRtms::SETUP_KEY_TOPIC_ID = "topic_id" |
The documentation for this class was generated from the following files: