|
@@ -36,7 +36,6 @@ struct card:point
|
|
|
,m_type(type)
|
|
|
,m_display(dis)
|
|
|
,m_speed(0)
|
|
|
- ,m_is_attendance(0)
|
|
|
,m_stat(0)
|
|
|
,m_ct(0)
|
|
|
,m_time(0)
|
|
@@ -51,7 +50,6 @@ struct card:point
|
|
|
uint64_t m_type; //类型
|
|
|
uint16_t m_display; //1显示0不显示,往前端推送
|
|
|
double m_speed; //速度
|
|
|
- int m_is_attendance; //井上井下状态 0初始状态 1 井上 2 井下
|
|
|
int m_stat; //运动静止状态
|
|
|
uint16_t m_ct; //ct
|
|
|
uint64_t m_time; //时间戳 ms
|