C# 클래스 CUDA_Manager.NVext.Hardware.Sensor

상속: ISensor
파일 보기 프로젝트 열기: TwistedMexi/CudaManager 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
AppendValue ( float value, System.DateTime time ) : void

메소드 상세

Accept() 공개 메소드

public Accept ( IVisitor visitor ) : void
visitor IVisitor
리턴 void

ResetMax() 공개 메소드

public ResetMax ( ) : void
리턴 void

ResetMin() 공개 메소드

public ResetMin ( ) : void
리턴 void

Sensor() 공개 메소드

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

Sensor() 공개 메소드

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

Sensor() 공개 메소드

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
리턴 System

Traverse() 공개 메소드

public Traverse ( IVisitor visitor ) : void
visitor IVisitor
리턴 void