Class DomainParticipantFactoryQos, contains all the possible Qos that can be set for a determined participant. More...
#include <DomainParticipantFactoryQos.hpp>
Public Member Functions | |
FASTDDS_EXPORTED_API | DomainParticipantFactoryQos () |
Constructor. | |
virtual FASTDDS_EXPORTED_API | ~DomainParticipantFactoryQos () |
Destructor. | |
bool | operator== (const DomainParticipantFactoryQos &b) const |
const EntityFactoryQosPolicy & | entity_factory () const |
Getter for EntityFactoryQosPolicy. | |
EntityFactoryQosPolicy & | entity_factory () |
Getter for EntityFactoryQosPolicy. | |
void | entity_factory (const EntityFactoryQosPolicy &entity_factory) |
Setter for EntityFactoryQosPolicy. | |
rtps::ThreadSettings & | shm_watchdog_thread () |
Getter for SHM watchdog ThreadSettings. | |
const rtps::ThreadSettings & | shm_watchdog_thread () const |
Getter for SHM watchdog ThreadSettings. | |
void | shm_watchdog_thread (const rtps::ThreadSettings &value) |
Setter for the SHM watchdog ThreadSettings. | |
rtps::ThreadSettings & | file_watch_threads () |
Getter for file watch related ThreadSettings. | |
const rtps::ThreadSettings & | file_watch_threads () const |
Getter for file watch related ThreadSettings. | |
void | file_watch_threads (const rtps::ThreadSettings &value) |
Setter for the file watch related ThreadSettings. | |
Class DomainParticipantFactoryQos, contains all the possible Qos that can be set for a determined participant.
Please consult each of them to check for implementation details and default values.
|
inline |
Constructor.
|
inlinevirtual |
Destructor.
|
inline |
Getter for EntityFactoryQosPolicy.
|
inline |
Getter for EntityFactoryQosPolicy.
|
inline |
Setter for EntityFactoryQosPolicy.
entity_factory | EntityFactoryQosPolicy |
|
inline |
Getter for file watch related ThreadSettings.
|
inline |
Getter for file watch related ThreadSettings.
|
inline |
Setter for the file watch related ThreadSettings.
value | New ThreadSettings to be set |
|
inline |
|
inline |
Getter for SHM watchdog ThreadSettings.
|
inline |
Getter for SHM watchdog ThreadSettings.
|
inline |
Setter for the SHM watchdog ThreadSettings.
value | New ThreadSettings to be set |