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

#### 功能

时间戳的数据结构。


#### 定义原型

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