OpenDDS
Snapshot(2023/02/07-09:14)
|
Classes | |
class | ConnectionSettings |
class | Parser |
class | QosSettings |
class | TopicSettings |
void OpenDDS::FaceTSS::config::log_parser_error | ( | const char * | section, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 420 of file QosSettings.cpp.
References ACE_ERROR, and LM_ERROR.
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().
typedef OpenDDS::FaceTSS::config::OPENDDS_MAP | ( | OPENDDS_STRING | , |
TopicSettings | |||
) |
typedef OpenDDS::FaceTSS::config::OPENDDS_MAP | ( | OPENDDS_STRING | , |
ConnectionSettings | |||
) |
typedef OpenDDS::FaceTSS::config::OPENDDS_MAP | ( | OPENDDS_STRING | , |
QosSettings | |||
) |
bool OpenDDS::FaceTSS::config::set_bool_qos_value | ( | bool & | target, |
const char * | value | ||
) |
Definition at line 90 of file QosSettings.cpp.
Referenced by set_presentation_coherent_access_qos(), and set_presentation_ordered_access_qos().
bool OpenDDS::FaceTSS::config::set_deadline_period_qos | ( | DDS::DeadlineQosPolicy & | target, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 212 of file QosSettings.cpp.
References DDS::DeadlineQosPolicy::period, and set_duration_qos_value().
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().
bool OpenDDS::FaceTSS::config::set_destination_order_kind_qos | ( | DDS::DestinationOrderQosPolicy & | target, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 275 of file QosSettings.cpp.
References DDS::BY_RECEPTION_TIMESTAMP_DESTINATIONORDER_QOS, DDS::BY_SOURCE_TIMESTAMP_DESTINATIONORDER_QOS, and DDS::DestinationOrderQosPolicy::kind.
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().
bool OpenDDS::FaceTSS::config::set_durability_kind_qos | ( | DDS::DurabilityQosPolicy & | target, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 187 of file QosSettings.cpp.
References DDS::DurabilityQosPolicy::kind, DDS::PERSISTENT_DURABILITY_QOS, DDS::TRANSIENT_DURABILITY_QOS, DDS::TRANSIENT_LOCAL_DURABILITY_QOS, and DDS::VOLATILE_DURABILITY_QOS.
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().
bool OpenDDS::FaceTSS::config::set_duration_qos_value | ( | DDS::Duration_t & | target, |
const char * | prefix_match, | ||
const char * | name, | ||
const char * | value | ||
) |
Definition at line 105 of file QosSettings.cpp.
References atoi(), DDS::DURATION_INFINITE_NSEC, DDS::DURATION_INFINITE_SEC, DDS::Duration_t::nanosec, and DDS::Duration_t::sec.
Referenced by set_deadline_period_qos(), set_latency_budget_duration_qos(), set_lifespan_duration_qos(), set_liveliness_lease_duration_qos(), set_reader_data_lifecycle_autopurge_disposed_samples_delay(), set_reader_data_lifecycle_autopurge_nowriter_samples_delay(), set_reliability_max_blocking_time_qos(), and set_time_based_filter_minimum_separation().
bool OpenDDS::FaceTSS::config::set_history_depth_qos | ( | DDS::HistoryQosPolicy & | target, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 307 of file QosSettings.cpp.
References atoi(), and DDS::HistoryQosPolicy::depth.
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().
bool OpenDDS::FaceTSS::config::set_history_kind_qos | ( | DDS::HistoryQosPolicy & | target, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 291 of file QosSettings.cpp.
References DDS::KEEP_ALL_HISTORY_QOS, DDS::KEEP_LAST_HISTORY_QOS, and DDS::HistoryQosPolicy::kind.
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().
bool OpenDDS::FaceTSS::config::set_latency_budget_duration_qos | ( | DDS::LatencyBudgetQosPolicy & | target, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 219 of file QosSettings.cpp.
References DDS::LatencyBudgetQosPolicy::duration, and set_duration_qos_value().
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().
bool OpenDDS::FaceTSS::config::set_lifespan_duration_qos | ( | DDS::LifespanQosPolicy & | target, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 362 of file QosSettings.cpp.
References DDS::LifespanQosPolicy::duration, and set_duration_qos_value().
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().
bool OpenDDS::FaceTSS::config::set_liveliness_kind_qos | ( | DDS::LivelinessQosPolicy & | target, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 226 of file QosSettings.cpp.
References DDS::AUTOMATIC_LIVELINESS_QOS, DDS::LivelinessQosPolicy::kind, DDS::MANUAL_BY_PARTICIPANT_LIVELINESS_QOS, and DDS::MANUAL_BY_TOPIC_LIVELINESS_QOS.
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().
bool OpenDDS::FaceTSS::config::set_liveliness_lease_duration_qos | ( | DDS::LivelinessQosPolicy & | target, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 245 of file QosSettings.cpp.
References DDS::LivelinessQosPolicy::lease_duration, and set_duration_qos_value().
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().
bool OpenDDS::FaceTSS::config::set_ownership_kind_qos | ( | DDS::OwnershipQosPolicy & | target, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 369 of file QosSettings.cpp.
References DDS::EXCLUSIVE_OWNERSHIP_QOS, DDS::OwnershipQosPolicy::kind, and DDS::SHARED_OWNERSHIP_QOS.
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().
bool OpenDDS::FaceTSS::config::set_ownership_strength_value_qos | ( | DDS::OwnershipStrengthQosPolicy & | target, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 385 of file QosSettings.cpp.
References atoi(), and DDS::OwnershipStrengthQosPolicy::value.
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().
bool OpenDDS::FaceTSS::config::set_partition_name_qos | ( | DDS::PartitionQosPolicy & | target, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 161 of file QosSettings.cpp.
References DDS::PartitionQosPolicy::name, OPENDDS_STRING, and value.
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().
bool OpenDDS::FaceTSS::config::set_presentation_access_scope_qos | ( | DDS::PresentationQosPolicy & | target, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 65 of file QosSettings.cpp.
References DDS::PresentationQosPolicy::access_scope, DDS::GROUP_PRESENTATION_QOS, DDS::INSTANCE_PRESENTATION_QOS, and DDS::TOPIC_PRESENTATION_QOS.
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().
bool OpenDDS::FaceTSS::config::set_presentation_coherent_access_qos | ( | DDS::PresentationQosPolicy & | target, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 135 of file QosSettings.cpp.
References DDS::PresentationQosPolicy::coherent_access, and set_bool_qos_value().
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().
bool OpenDDS::FaceTSS::config::set_presentation_ordered_access_qos | ( | DDS::PresentationQosPolicy & | target, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 148 of file QosSettings.cpp.
References DDS::PresentationQosPolicy::ordered_access, and set_bool_qos_value().
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().
bool OpenDDS::FaceTSS::config::set_reader_data_lifecycle_autopurge_disposed_samples_delay | ( | DDS::ReaderDataLifecycleQosPolicy & | target, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 411 of file QosSettings.cpp.
References DDS::ReaderDataLifecycleQosPolicy::autopurge_disposed_samples_delay, and set_duration_qos_value().
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().
bool OpenDDS::FaceTSS::config::set_reader_data_lifecycle_autopurge_nowriter_samples_delay | ( | DDS::ReaderDataLifecycleQosPolicy & | target, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 403 of file QosSettings.cpp.
References DDS::ReaderDataLifecycleQosPolicy::autopurge_nowriter_samples_delay, and set_duration_qos_value().
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().
bool OpenDDS::FaceTSS::config::set_reliability_kind_qos | ( | DDS::ReliabilityQosPolicy & | target, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 252 of file QosSettings.cpp.
References DDS::BEST_EFFORT_RELIABILITY_QOS, DDS::ReliabilityQosPolicy::kind, and DDS::RELIABLE_RELIABILITY_QOS.
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().
bool OpenDDS::FaceTSS::config::set_reliability_max_blocking_time_qos | ( | DDS::ReliabilityQosPolicy & | target, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 268 of file QosSettings.cpp.
References DDS::ReliabilityQosPolicy::max_blocking_time, and set_duration_qos_value().
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().
bool OpenDDS::FaceTSS::config::set_resource_limits_max_instances_qos | ( | DDS::ResourceLimitsQosPolicy & | target, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 329 of file QosSettings.cpp.
References atoi(), and DDS::ResourceLimitsQosPolicy::max_instances.
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().
bool OpenDDS::FaceTSS::config::set_resource_limits_max_samples_per_instance_qos | ( | DDS::ResourceLimitsQosPolicy & | target, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 340 of file QosSettings.cpp.
References atoi(), and DDS::ResourceLimitsQosPolicy::max_samples_per_instance.
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().
bool OpenDDS::FaceTSS::config::set_resource_limits_max_samples_qos | ( | DDS::ResourceLimitsQosPolicy & | target, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 318 of file QosSettings.cpp.
References atoi(), and DDS::ResourceLimitsQosPolicy::max_samples.
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().
bool OpenDDS::FaceTSS::config::set_time_based_filter_minimum_separation | ( | DDS::TimeBasedFilterQosPolicy & | target, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 396 of file QosSettings.cpp.
References DDS::TimeBasedFilterQosPolicy::minimum_separation, and set_duration_qos_value().
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().
bool OpenDDS::FaceTSS::config::set_transport_priority_qos | ( | DDS::TransportPriorityQosPolicy & | target, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 351 of file QosSettings.cpp.
References atoi(), and DDS::TransportPriorityQosPolicy::value.
Referenced by OpenDDS::FaceTSS::config::QosSettings::set_qos().