1# CellTrajectoryData
2
3
4## 概述
5
6定义上报的基站轨迹数据的数据结构。
7
8**起始版本:** 4.0
9
10**相关模块:**[HdiLpfenceCellbatching](_hdi_lpfence_cellbatching.md)
11
12
13## 汇总
14
15
16### Public 属性
17
18| 名称 | 描述 |
19| -------- | -------- |
20| unsigned int [timeStampLow](#timestamplow) | 时间戳的低32位  |
21| unsigned int [timeStampHigh](#timestamphigh) | 时间戳的高32位  |
22| unsigned lone [cid](#cid) | 基站号  |
23| unsigned int [lac](#lac) | 小区号  |
24| unsigned short [rssi](#rssi) | 信号接收强度  |
25| unsigned short [mcc](#mcc) | 移动国家码  |
26| unsigned short [mnc](#mnc) | 移动网络码  |
27
28
29## 类成员变量说明
30
31
32### cid
33
34```
35unsigned lone CellTrajectoryData::cid
36```
37**描述**
38
39基站号
40
41
42### lac
43
44```
45unsigned int CellTrajectoryData::lac
46```
47**描述**
48
49小区号
50
51
52### mcc
53
54```
55unsigned short CellTrajectoryData::mcc
56```
57**描述**
58
59移动国家码
60
61
62### mnc
63
64```
65unsigned short CellTrajectoryData::mnc
66```
67**描述**
68
69移动网络码
70
71
72### rssi
73
74```
75unsigned short CellTrajectoryData::rssi
76```
77**描述**
78
79信号接收强度
80
81
82### timeStampHigh
83
84```
85unsigned int CellTrajectoryData::timeStampHigh
86```
87**描述**
88
89时间戳的高32位
90
91
92### timeStampLow
93
94```
95unsigned int CellTrajectoryData::timeStampLow
96```
97**描述**
98
99时间戳的低32位
100