Class TTransmitterPduNode
Unit
X3DNodes
Declaration
type TTransmitterPduNode = 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
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassNodeTypeName: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property FdAddress: TSFString read FFdAddress; |
|
 |
property FdAntennaLocation: TSFVec3f read FFdAntennaLocation; |
|
 |
property FdAntennaPatternLength: TSFInt32 read FFdAntennaPatternLength; |
|
 |
property FdAntennaPatternType: TSFInt32 read FFdAntennaPatternType; |
|
 |
property FdApplicationID: TSFInt32 read FFdApplicationID; |
|
 |
property FdCryptoKeyID: TSFInt32 read FFdCryptoKeyID; |
|
 |
property FdCryptoSystem: TSFInt32 read FFdCryptoSystem; |
|
 |
property FdEntityID: TSFInt32 read FFdEntityID; |
|
 |
property FdFrequency: TSFInt32 read FFdFrequency; |
|
 |
property FdInputSource: TSFInt32 read FFdInputSource; |
|
 |
property FdLengthOfModulationParameters: TSFInt32 read FFdLengthOfModulationParameters; |
|
 |
property FdModulationTypeDetail: TSFInt32 read FFdModulationTypeDetail; |
|
 |
property FdModulationTypeMajor: TSFInt32 read FFdModulationTypeMajor; |
|
 |
property FdModulationTypeSpreadSpectrum: TSFInt32 read FFdModulationTypeSpreadSpectrum; |
|
 |
property FdModulationTypeSystem: TSFInt32 read FFdModulationTypeSystem; |
|
 |
property FdMulticastRelayHost: TSFString read FFdMulticastRelayHost; |
|
 |
property FdMulticastRelayPort: TSFInt32 read FFdMulticastRelayPort; |
|
 |
property FdNetworkMode: TSFString read FFdNetworkMode; |
|
 |
property FdPower: TSFFloat read FFdPower; |
|
 |
property FdRadioEntityTypeCategory: TSFInt32 read FFdRadioEntityTypeCategory; |
|
 |
property FdRadioEntityTypeCountry: TSFInt32 read FFdRadioEntityTypeCountry; |
|
 |
property FdRadioEntityTypeDomain: TSFInt32 read FFdRadioEntityTypeDomain; |
|
 |
property FdRadioEntityTypeKind: TSFInt32 read FFdRadioEntityTypeKind; |
|
 |
property FdRadioEntityTypeNomenclature: TSFInt32 read FFdRadioEntityTypeNomenclature; |
|
 |
property FdRadioEntityTypeNomenclatureVersion: TSFInt32 read FFdRadioEntityTypeNomenclatureVersion; |
|
 |
property FdRadioID: TSFInt32 read FFdRadioID; |
|
 |
property FdReadInterval: TSFFloat read FFdReadInterval; |
|
 |
property FdRelativeAntennaLocation: TSFVec3f read FFdRelativeAntennaLocation; |
|
 |
property FdRtpHeaderExpected: TSFBool read FFdRtpHeaderExpected; |
|
 |
property FdSiteID: TSFInt32 read FFdSiteID; |
|
 |
property FdTransmitFrequencyBandwidth: TSFFloat read FFdTransmitFrequencyBandwidth; |
|
 |
property FdTransmitState: TSFInt32 read FFdTransmitState; |
|
 |
property FdWhichGeometry: TSFInt32 read FFdWhichGeometry; |
|
 |
property FdWriteInterval: TSFFloat read FFdWriteInterval; |
|
 |
property EventIsNetworkReader: TX3DEvent read FEventIsNetworkReader; |
|
 |
property EventIsNetworkWriter: TX3DEvent read FEventIsNetworkWriter; |
|
 |
property EventIsRtpHeaderHeard: TX3DEvent read FEventIsRtpHeaderHeard; |
|
 |
property EventIsStandAlone: TX3DEvent read FEventIsStandAlone; |
|
 |
property EventTimestamp: TX3DEvent read FEventTimestamp; |
|
 |
property FdBboxCenter: TSFVec3f read FFdBboxCenter; |
|
 |
property FdBboxSize: TSFVec3f read FFdBboxSize; |
|
Generated by PasDoc 0.12.1 on 2013-02-04 20:26:56
|