NET_ITC_EPOLICE_RS485_PARAM

Structure about triggering parameters of RS-485 vehicle detector for intersection violation system and checkpoint intersection violation system.

Structure Definition

struct{
  BYTE                          byRelatedLaneNum;
  BYTE                          byTrafficLightSignalSrc;
  BYTE                          byRes1[2];
  NET_ITC_PLATE_RECOG_PARAM     struPlateRecog;
  NET_ITC_EPOLICE_LANE_PARAM    struLane[MAX_ITC_LANE_NUM/*6*/];
  BYTE                          byRes[32];
}NET_ITC_EPOLICE_RS485_PARAM, *LPNET_ITC_EPOLICE_RS485_PARAM;

Members

byRelatedLaneNum

Number of linked lanes.

byTrafficLightSignalSrc

Traffic light signal source: 0-vehicle detector, 1-traffic light detector.

byRes1

Reserved.

struPlateRecog

License plate recognition parameter, see details in the structure NET_ITC_PLATE_RECOG_PARAM.

struLane

Linked lane parameter, see details in the structure NET_ITC_EPOLICE_LANE_PARAM.

byRes

Reserved.

Remarks

The parameters byRedTrafficLightChan and byYellowTrafficLightChan in the structure NET_ITC_EPOLICE_LANE_PARAM are valid only when byTrafficLightSignalSrc is set to 1.