C# 클래스 hobd.CoreSensor

Implementation of a simple sensor
Sensor value could only be changed by derived classses
상속: Sensor
파일 보기 프로젝트 열기: cail/hobd 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
listenerCount int
registry SensorRegistry
value double

공개 메소드들

메소드 설명
CoreSensor ( ) : System
DetachRegistry ( ) : void
NotifyAddListener ( Action listener ) : void
NotifyRemoveListener ( Action listener ) : void
SetRegistry ( SensorRegistry registry ) : void

보호된 메소드들

메소드 설명
Activate ( ) : void

Helper method to help sensor know when it is activated

Deactivate ( ) : void

Helper method to help sensor know when it is deactivated

메소드 상세

Activate() 보호된 메소드

Helper method to help sensor know when it is activated
protected Activate ( ) : void
리턴 void

CoreSensor() 공개 메소드

public CoreSensor ( ) : System
리턴 System

Deactivate() 보호된 메소드

Helper method to help sensor know when it is deactivated
protected Deactivate ( ) : void
리턴 void

DetachRegistry() 공개 메소드

public DetachRegistry ( ) : void
리턴 void

NotifyAddListener() 공개 메소드

public NotifyAddListener ( Action listener ) : void
listener Action
리턴 void

NotifyRemoveListener() 공개 메소드

public NotifyRemoveListener ( Action listener ) : void
listener Action
리턴 void

SetRegistry() 공개 메소드

public SetRegistry ( SensorRegistry registry ) : void
registry SensorRegistry
리턴 void

프로퍼티 상세

listenerCount 보호되어 있는 프로퍼티

protected int listenerCount
리턴 int

registry 보호되어 있는 프로퍼티

protected SensorRegistry,hobd registry
리턴 SensorRegistry

value 보호되어 있는 프로퍼티

protected double value
리턴 double