Class TAbstractSensorNode

Unit

Declaration

type TAbstractSensorNode = class(TAbstractChildNode, IAbstractSensorNode)

Description

Base abstract class for all sensors.

Hierarchy

Overview

Methods

Public constructor Create(const AX3DName: string = ''; const ABaseUrl: string = ''); override;
Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;

Properties

Public property FdEnabled: TSFBool read FFdEnabled;
Public property Enabled: Boolean read GetEnabled write SetEnabled;
Public property EventIsActive: TSFBoolEvent read FEventIsActive;

Description

Methods

Public constructor Create(const AX3DName: string = ''; const ABaseUrl: string = ''); override;
 
Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 

Properties

Public property FdEnabled: TSFBool read FFdEnabled;
 
Public property Enabled: Boolean read GetEnabled write SetEnabled;
 
Public property EventIsActive: TSFBoolEvent read FEventIsActive;
 

Generated by PasDoc 0.16.0.