Documentation ¶
Index ¶
- func GetCarResultQueueOnlyOne(user_id uint, logicNum uint) (CarResult_t, []CarResult_t)
- func Queue(user_id uint, carRsps []aiApiT.Car, isEmpty bool)
- func SetCity(city string)
- func SetProvince(province string)
- func UplogicTime(user_id uint, logicNum uint, localName string, timeValue time.Time, ...)
- type CarResult_t
- type Logic_t
- type Node_t
- type PlateHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCarResultQueueOnlyOne ¶
func GetCarResultQueueOnlyOne(user_id uint, logicNum uint) (CarResult_t, []CarResult_t)
Types ¶
type CarResult_t ¶
func GetCarResultOnlyOne ¶
func GetCarResultOnlyOne(user_id uint, logicNum uint) CarResult_t
只获取一个识别结果
type Logic_t ¶
type Logic_t struct { Used bool //启用表示 Now_CarResult CarResult_t //当前值 Queue *list.List //缓存队列 }
每个区域
type Node_t ¶
type Node_t struct { //LostCount uint //掉线次数统计 //Status uint //当前状态 Logic [maxLogic]Logic_t //当前结果 }
每个节点
type PlateHandler ¶
总句柄
Click to show internal directories.
Click to hide internal directories.