C# Class SoD_Sensor.MainWindow.RegisterCapsule

显示文件 Open project: ase-lab/SoD_Sensor_v2

Public Properties

Property Type Description
FOV float
frameHeight int
rangeInMM int
sensorType string
translateRule TranslateRule

Public Methods

Method Description
RegisterCapsule ( string sensorType, float FOV, int rangeInMM, TranslateRule rule ) : LightBuzz.Vitruvius.Gestures

Method Details

RegisterCapsule() public method

public RegisterCapsule ( string sensorType, float FOV, int rangeInMM, TranslateRule rule ) : LightBuzz.Vitruvius.Gestures
sensorType string
FOV float
rangeInMM int
rule TranslateRule
return LightBuzz.Vitruvius.Gestures

Property Details

FOV public_oe property

public float FOV
return float

frameHeight public_oe property

public int frameHeight
return int

rangeInMM public_oe property

public int rangeInMM
return int

sensorType public_oe property

public string sensorType
return string

translateRule public_oe property

public TranslateRule translateRule
return TranslateRule