
Page 22
Interfaces
VIS 300/400 EN ImageServer User’s Guide
ImageStatus ::= SEQUENCE {
file-id FileId,
camera-id CameraId
}
VdtStatus ::= SEQUENCE {
missing-lanecontroller-data BOOLEAN, -- we got no lanecontroller data for
this vdt
plate-finder-status PlateFinderStatus, -- the status from the plate finder
plate-type-found PlateType, -- the type of plate found
vdt-file-status VdtFileStatus -- The status of the VDT file on the
ImageServer
}
PlateFinderStatus ::= ENUMERATED { no-plate-finder-status, plate-found, plate-not-
found, plate-finder-error, image-error}
PlateType ::= ENUMERATED { no-plate-type, rectangular-plate, square-plate,
motorcycle-plate }
VdtFileStatus ::= ENUMERATED { no-vdt-file-status, file-ok, file-not-found, error-
in-file, ... }
LaneControllerData ::= SEQUENCE {
date-time GeneralizedTime,-- Date and time from the lanecontroller
site-id SiteID, -- Site identifier
lane-number LaneID, -- Lane identifier
data UnicodeString -- The lanecontroller data
}
FileId ::= INTEGER(1..9999999) -- A unique number identifying the image
CameraId ::= INTEGER
VdtId ::= INTEGER(1..9999999) -- A unique number identifying the image
LaneID ::= INTEGER
MatchData ::= OCTET STRING
Error ::= SEQUENCE {
server-id ServerID,
site-id SiteID OPTIONAL,
lane-number LaneID OPTIONAL,
camera-id CameraId OPTIONAL,
device ErrorDevice,
device-error INTEGER, -- Error code from device
condition ErrorCondition,
date-time GeneralizedTime
}
Comentarios a estos manuales