C# Class CUDA_Manager.NVext.Hardware.Sensor

Inheritance: ISensor
Datei anzeigen Open project: TwistedMexi/CudaManager Class Usage Examples

Public Methods

Method Description
Accept ( IVisitor visitor ) : void
ResetMax ( ) : void
ResetMin ( ) : void
Sensor ( string name, int index, SensorType sensorType, Hardware hardware ) : System
Sensor ( string name, int index, SensorType sensorType, Hardware hardware, ParameterDescription parameterDescriptions ) : System
Sensor ( string name, int index, bool defaultHidden, SensorType sensorType, Hardware hardware, ParameterDescription parameterDescriptions ) : System
Traverse ( IVisitor visitor ) : void

Private Methods

Method Description
AppendValue ( float value, System.DateTime time ) : void

Method Details

Accept() public method

public Accept ( IVisitor visitor ) : void
visitor IVisitor
return void

ResetMax() public method

public ResetMax ( ) : void
return void

ResetMin() public method

public ResetMin ( ) : void
return void

Sensor() public method

public Sensor ( string name, int index, SensorType sensorType, Hardware hardware ) : System
name string
index int
sensorType SensorType
hardware Hardware
return System

Sensor() public method

public Sensor ( string name, int index, SensorType sensorType, Hardware hardware, ParameterDescription parameterDescriptions ) : System
name string
index int
sensorType SensorType
hardware Hardware
parameterDescriptions ParameterDescription
return System

Sensor() public method

public Sensor ( string name, int index, bool defaultHidden, SensorType sensorType, Hardware hardware, ParameterDescription parameterDescriptions ) : System
name string
index int
defaultHidden bool
sensorType SensorType
hardware Hardware
parameterDescriptions ParameterDescription
return System

Traverse() public method

public Traverse ( IVisitor visitor ) : void
visitor IVisitor
return void