HccnRpingTimestamp
Description
Indicates the data structure of a timestamp.
Prototype
typedef struct HccnRpingTimestampDef {
uint64_t sec; /* time sec */
uint64_t usec; /* time usec */
} HccnRpingTimestamp;
Parent topic: Data Type
Indicates the data structure of a timestamp.
typedef struct HccnRpingTimestampDef {
uint64_t sec; /* time sec */
uint64_t usec; /* time usec */
} HccnRpingTimestamp;