HccnRpingTimestamp
功能
时间戳的数据结构。
定义原型
typedef struct HccnRpingTimestampDef {
uint64_t sec; /* time sec */
uint64_t usec; /* time usec */
} HccnRpingTimestamp;
父主题: 数据类型
时间戳的数据结构。
typedef struct HccnRpingTimestampDef {
uint64_t sec; /* time sec */
uint64_t usec; /* time usec */
} HccnRpingTimestamp;