RTI Distributed Logger API Version 7.1.0
RTI Distributed Logger Utility Module

Commodity functions to work with RTI Distributed Logger . More...

Functions

void RTI_DL_Utility_sleep (int ms)
 Blocks the calling thread for the specified duration. More...
 

Detailed Description

Commodity functions to work with RTI Distributed Logger .

Function Documentation

◆ RTI_DL_Utility_sleep()

void RTI_DL_Utility_sleep ( int  ms)

Blocks the calling thread for the specified duration.

Note that the achievable resolution of sleep is OS-dependent. That is, do not assume that you can sleep for 1 ms just because you can specify a 1-ms sleep duration via the API. The sleep resolution on most operating systems is usually 10 ms or greater.

Parameters
[in]msSleep duration in milliseconds.