libptpmgmt
1.4
libptpmgmt library that provides the functionality of linuxptp pmc
|
Convert time constant. More...
#include "name.h"
Go to the source code of this file.
Variables | |
__PTPMGMT_NAMESPACE_BEGIN const int32_t | NSEC_PER_USEC = 1000 |
const int32_t | NSEC_PER_MSEC = 1000000 |
const int32_t | NSEC_PER_SEC = 1000000000 |
const int32_t | USEC_PER_MSEC = 1000 |
const int32_t | USEC_PER_SEC = 1000000 |
const int32_t | MSEC_PER_SEC = 1000 |
Convert time constant.
const int32_t MSEC_PER_SEC = 1000 |
Number of millisecond in a second
const int32_t NSEC_PER_MSEC = 1000000 |
Number of nanoseconds in a millisecond
const int32_t NSEC_PER_SEC = 1000000000 |
Number of nanoseconds in a second
__PTPMGMT_NAMESPACE_BEGIN const int32_t NSEC_PER_USEC = 1000 |
Number of nanoseconds in a microsecond
const int32_t USEC_PER_MSEC = 1000 |
Number of microsecond in a millisecond
const int32_t USEC_PER_SEC = 1000000 |
Number of microsecond in a second