QuercusVL Programming Manual
3.58. VLOperatorType Type
Specifies the operator used for the digital outputs actuator of the detectors.
●
OT_EQUALS=0
Operator “equal to”.
●
OT_DIFF=1
Operator “different from”.
●
OT_GREATER=2
Operator “greater than”.
●
OT_LESSER=3
Operator “less than”.
3.59. VLTimestampObject Type
Specifies the element that references a specific time stamp.
●
TO_REAL_TIME=0
Real time information.
●
TO_IMAGE_INCIDENCE=1
Incidence.
●
TO_VIDEO_INCIDENCE_INI=2
Start of a video.
●
TO_VIDEO_INCIDENCE_END=3
End of a video.
3.60. VLLogSystem Type
Specifies the log file type.
●
VL_LOG_UNIT=0
Log file of the system.
●
VL_LOG_COMBRIDGE=1
Obsolete
.
●
VL_LOG_CONFIG=2
Log file of the configuration system.
●
VL_LOG_FILESYSTEM=3
Log file of drive's filesystem.
3.61. VLConfigurationActionType Type
Specifies the operation to perfom in the detectors or traffic lights of the configuration system.
●
VL_AT_MODIFY_DETECTOR=0
Modifies an existing detector.
●
VL_AT_ADD_DETECTOR=1
Adds a new detector.
●
VL_AT_MODIFY_TRAFFIC_LIGHT=2
Modifies an existing traffic light.
●
VL_AT_ADD_TRAFFIC_LIGHT=3
Adds a new traffic light.
●
VL_AT_MODIFY_OUTPUT_ACTUATOR=4
Modifies an existing output
actuator.
Quercus Technologies
123