Program Listing for File Sleep.h

Return to documentation for file (/home/asunye/wd/dev/emod_docs/emod_controller/build_x86/install/include/Sleep.h)

#ifndef SLEEP_HPP_
#define SLEEP_HPP_

#include <cstdint>

void sleepS( const uint32_t s_time );

void sleepMs( const uint32_t ms_time );

void sleepUs( const uint32_t us_time );

#endif  // SLEEP_HPP_