RTI Connext Modern C++ API Version 7.3.0
rti::util Namespace Reference

<<extension>> Contains general-purpose utilities More...

Namespaces

namespace  activation
 <<extension>> Contains the necessary functions related to Activation.
 
namespace  discovery
 <<extension>> Contains the functions to take discovery snapshot for DomainParticipant, DataWriter and DataReader entities.
 
namespace  function_history
 <<extension>> Contains the functions to enable Function History feature.
 
namespace  heap_monitoring
 <<extension>> Contains the functions to enable and use the heap-monitoring utility.
 
namespace  network_capture
 <<extension>> Contains the functions to enable and use the Network Capture utility.
 

Classes

class  StreamFlagSaver
 

Functions

void sleep (const dds::core::Duration &durationIn)
 Blocks the calling thread for the specified duration. More...
 
uint64_t spin_per_microsecond ()
 Returns the number of spin operations needed to wait 1 microsecond. More...
 
void spin (uint64_t spin_count)
 Performs a spin operation (active wait) as many times as indicated. More...
 

Detailed Description

<<extension>> Contains general-purpose utilities