---
title: HccnRpingTimestamp
description: "时间戳的数据结构。"
url: https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/latest/others/rpingdev/hccnrpingapi_07_0020.html
sourcePath: /source/zh/CANNCommunityEdition/920beta1/others/rpingdev/hccnrpingapi_07_0020.html
indexId: eed5ec866f19b8e96ae650edbbc8ef3dcd4bf8d7b6ad278e86e2e6282e8890ce82
---
# HccnRpingTimestamp

#### 功能

时间戳的数据结构。


#### 定义原型

```
typedef struct HccnRpingTimestampDef {
uint64_t sec;  /* time sec */
uint64_t usec; /* time usec */
} HccnRpingTimestamp;
```
