123456789101112131415161718192021222324252627282930313233 |
- #ifndef TESTING_CLOCK_H_
- #define TESTING_CLOCK_H_
- #include "ua_types.h"
- void UA_fakeSleep(UA_UInt32 duration);
- void UA_realSleep(UA_UInt32 duration);
- void UA_comboSleep(UA_UInt32 duration);
- #endif
|