QuercusVL Programming Manual3.29. Summary ClassLogic representation of a summary.3.29.1. Properties● UnitC++: Unit get_UnitId()C: int VL_Summary_get_Unit(int h)Returns the unit that generated the summary.In C, the parameter “h” is a handler of summary (Summary).● DetectorIdC++: int get_DetectorId()C: int VL_Summary_get_DetectorId(int h)Returns the detector identifier that generated the summary.In C, the parameter “h” is a handler of summary (Summary).● DetectorTypeC++: VLDetectorType get_DetectorType()C: int VL_Summary_get_DetectorType(int h)Returns the detector type that generated the summary.In C, the parameter “h” is a handler of summary (Summary).● BeginC++: int get_Begin()C: int VL_Summary_get_Begin(int h)Returns the time stamp when summary data collection started; in seconds elapsedsince 00:00 hours on the first of January of 1970.In C, the parameter “h” is a handler of summary (Summary).● EndC++: int get_End()C: int VL_Summary_get_End(int h)Quercus Technologies 72