RTI Connext Modern C++ API  Version 6.1.0
rti::core::ThreadSettings Member List

This is the complete list of members for rti::core::ThreadSettings, including all inherited members.

cpu_list() constrti::core::ThreadSettings
cpu_list(const dds::core::vector< int32_t > &the_cpu_list)rti::core::ThreadSettings
cpu_rotation() constrti::core::ThreadSettings
cpu_rotation(ThreadSettingsCpuRotationKind the_cpu_rotation)rti::core::ThreadSettings
mask() constrti::core::ThreadSettings
mask(ThreadSettingsKindMask the_mask)rti::core::ThreadSettings
priority() constrti::core::ThreadSettings
priority(int32_t the_priority)rti::core::ThreadSettings
stack_size() constrti::core::ThreadSettings
stack_size(int32_t the_stack_size)rti::core::ThreadSettings
ThreadSettings()rti::core::ThreadSettingsinline
ThreadSettings(ThreadSettingsKindMask the_mask, int32_t the_priority, int32_t the_stack_size, dds::core::vector< int32_t > the_cpu_list, ThreadSettingsCpuRotationKind::type the_cpu_rotation)rti::core::ThreadSettings