Class TSignalPduNode

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSignalPduNode = class(TAbstractSensorNode, IAbstractBoundedObject)

Description

no description available, TAbstractSensorNode description follows
no description available, TAbstractChildNode description follows
no description available, TAbstractNode description follows

Base X3D node.

Almost all X3D nodes inherit from this. (Exception: X3DMetadataObject. So you cannot have metadata of metadata of...)

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassNodeTypeName: string; override;
Public class function URNMatching(const URN: string): boolean; override;

Properties

Public property FdAddress: TSFString read FFdAddress;
Public property FdApplicationID: TSFInt32 read FFdApplicationID;
Public property FdData: TMFInt32 read FFdData;
Public property FdDataLength: TSFInt32 read FFdDataLength;
Public property FdEncodingScheme: TSFInt32 read FFdEncodingScheme;
Public property FdEntityID: TSFInt32 read FFdEntityID;
Public property FdMulticastRelayHost: TSFString read FFdMulticastRelayHost;
Public property FdMulticastRelayPort: TSFInt32 read FFdMulticastRelayPort;
Public property FdNetworkMode: TSFString read FFdNetworkMode;
Public property FdPort: TSFInt32 read FFdPort;
Public property FdRadioID: TSFInt32 read FFdRadioID;
Public property FdReadInterval: TSFFloat read FFdReadInterval;
Public property FdRtpHeaderExpected: TSFBool read FFdRtpHeaderExpected;
Public property FdSampleRate: TSFInt32 read FFdSampleRate;
Public property FdSamples: TSFInt32 read FFdSamples;
Public property FdSiteID: TSFInt32 read FFdSiteID;
Public property FdTdlType: TSFInt32 read FFdTdlType;
Public property FdWhichGeometry: TSFInt32 read FFdWhichGeometry;
Public property FdWriteInterval: TSFFloat read FFdWriteInterval;
Public property EventIsNetworkReader: TSFBoolEvent read FEventIsNetworkReader;
Public property EventIsNetworkWriter: TSFBoolEvent read FEventIsNetworkWriter;
Public property EventIsRtpHeaderHeard: TSFBoolEvent read FEventIsRtpHeaderHeard;
Public property EventIsStandAlone: TSFBoolEvent read FEventIsStandAlone;
Public property EventTimestamp: TSFTimeEvent read FEventTimestamp;
Public property FdBboxCenter: TSFVec3f read FFdBboxCenter;
Public property FdBboxSize: TSFVec3f read FFdBboxSize;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassNodeTypeName: string; override;
 
Public class function URNMatching(const URN: string): boolean; override;
 

Properties

Public property FdAddress: TSFString read FFdAddress;
 
Public property FdApplicationID: TSFInt32 read FFdApplicationID;
 
Public property FdData: TMFInt32 read FFdData;
 
Public property FdDataLength: TSFInt32 read FFdDataLength;
 
Public property FdEncodingScheme: TSFInt32 read FFdEncodingScheme;
 
Public property FdEntityID: TSFInt32 read FFdEntityID;
 
Public property FdMulticastRelayHost: TSFString read FFdMulticastRelayHost;
 
Public property FdMulticastRelayPort: TSFInt32 read FFdMulticastRelayPort;
 
Public property FdNetworkMode: TSFString read FFdNetworkMode;
 
Public property FdPort: TSFInt32 read FFdPort;
 
Public property FdRadioID: TSFInt32 read FFdRadioID;
 
Public property FdReadInterval: TSFFloat read FFdReadInterval;
 
Public property FdRtpHeaderExpected: TSFBool read FFdRtpHeaderExpected;
 
Public property FdSampleRate: TSFInt32 read FFdSampleRate;
 
Public property FdSamples: TSFInt32 read FFdSamples;
 
Public property FdSiteID: TSFInt32 read FFdSiteID;
 
Public property FdTdlType: TSFInt32 read FFdTdlType;
 
Public property FdWhichGeometry: TSFInt32 read FFdWhichGeometry;
 
Public property FdWriteInterval: TSFFloat read FFdWriteInterval;
 
Public property EventIsNetworkReader: TSFBoolEvent read FEventIsNetworkReader;
 
Public property EventIsNetworkWriter: TSFBoolEvent read FEventIsNetworkWriter;
 
Public property EventIsRtpHeaderHeard: TSFBoolEvent read FEventIsRtpHeaderHeard;
 
Public property EventIsStandAlone: TSFBoolEvent read FEventIsStandAlone;
 
Public property EventTimestamp: TSFTimeEvent read FEventTimestamp;
 
Public property FdBboxCenter: TSFVec3f read FFdBboxCenter;
 
Public property FdBboxSize: TSFVec3f read FFdBboxSize;
 

Generated by PasDoc 0.13.0 on 2014-04-30 22:06:48