videoRangePanel
Class VRLogging

java.lang.Object
  extended by generalDatabase.SQLLogging
      extended by videoRangePanel.VRLogging

public class VRLogging
extends SQLLogging


Field Summary
(package private)  PamTableItem angleCorrection
           
(package private)  PamTableItem calibrationName
           
(package private)  PamTableItem calibrationValue
           
(package private)  PamTableItem cameraAngle
           
(package private)  PamTableItem comment
           
(package private)  PamTableItem degrees
           
(package private)  PamTableItem heightName
           
(package private)  PamTableItem heightValue
           
(package private)  PamTableItem image
           
(package private)  PamTableItem imageAnimal
           
(package private)  PamTableItem method
           
(package private)  PamTableItem pixels
           
(package private)  PamTableItem range
           
(package private)  PamTableItem rangeError
           
(package private)  PamTableItem totalAngle
           
(package private)  VRControl vrControl
           
(package private)  VRProcess vrProcess
           
(package private)  PamTableDefinition vrTable
           
 
Fields inherited from class generalDatabase.SQLLogging
UPDATE_POLICY_OVERWRITE, UPDATE_POLICY_WRITENEW
 
Constructor Summary
VRLogging(VRControl vrControl, VRProcess vrProcess)
           
 
Method Summary
 void setTableData(PamDataUnit pamDataUnit)
          Callback function when new data are created that allows the user to set the data for each column.
 
Methods inherited from class generalDatabase.SQLLogging
createDataUnit, createInClause, createViewResultSet, doExtraChecks, fillTableData, finalize, findLogger, getIdListUpdatClause, getLastTime, getPamDataBlock, getTableDefinition, getTimesUpdateClause, getUpdatePolicy, getViewerCursorFinder, getViewerLoadClause, getViewerUpdateClause, isCanView, isLoadViewData, loadViewData, loadViewerData, logData, prepareEmulation, prepareForMixedMode, readLastData, readMixedModeData, readNextEmulation, reCheckTable, reLogData, saveOfflineData, setCanView, setColumnData, setLoadViewData, setTableDefinition, setUpdatePolicy, transferDataFromResult
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vrControl

VRControl vrControl

vrProcess

VRProcess vrProcess

vrTable

PamTableDefinition vrTable

range

PamTableItem range

rangeError

PamTableItem rangeError

pixels

PamTableItem pixels

degrees

PamTableItem degrees

image

PamTableItem image

heightValue

PamTableItem heightValue

heightName

PamTableItem heightName

method

PamTableItem method

calibrationValue

PamTableItem calibrationValue

calibrationName

PamTableItem calibrationName

imageAnimal

PamTableItem imageAnimal

cameraAngle

PamTableItem cameraAngle

angleCorrection

PamTableItem angleCorrection

totalAngle

PamTableItem totalAngle

comment

PamTableItem comment
Constructor Detail

VRLogging

public VRLogging(VRControl vrControl,
                 VRProcess vrProcess)
Method Detail

setTableData

public void setTableData(PamDataUnit pamDataUnit)
Description copied from class: SQLLogging
Callback function when new data are created that allows the user to set the data for each column. Columns that have data which can be filled automatically (counters, primary keys and columns cross referenced to data in other tables) are filled automatically in fillTableData()

Specified by:
setTableData in class SQLLogging