timesupport.h Source File
Reference Documentation
- Platform
- Napatech SmartNIC
- Content Type
- Reference Information
- Capture Software Version
- Link™ Capture Software 12.15
Napatech Software Suite: examples/common/timesupport.h Source File
Go to the documentation of this file. 47 #ifndef __TIMESUPPORT_H__ 48 #define __TIMESUPPORT_H__ 51 #include <sys/timeb.h> 62 int gettimeofday(
struct timeval *tv,
struct timezone *tz);
64 #define timegm _mkgmtime 73 void usleep(
unsigned long usec);
80 #endif // __TIMESUPPORT_H__