Class TTransmitterPduNode
Unit
Declaration
type TTransmitterPduNode = class(TAbstractSensorNode)
Description
Base abstract class for most (but not all) sensors. We may introduce TSensorFunctionality in the future if it will be necessary, to express X3DSensorNode exactly.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractSensorNode
- TTransmitterPduNode
Overview
Methods
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
Properties
property FdAddress: TSFString read FFdAddress; |
|
property Address: String read GetAddress write SetAddress; |
|
property FdAntennaLocation: TSFVec3f read FFdAntennaLocation; |
|
property AntennaLocation: TVector3 read GetAntennaLocation write SetAntennaLocation; |
|
property FdAntennaPatternLength: TSFInt32 read FFdAntennaPatternLength; |
|
property AntennaPatternLength: Integer read GetAntennaPatternLength write SetAntennaPatternLength; |
|
property FdAntennaPatternType: TSFInt32 read FFdAntennaPatternType; |
|
property AntennaPatternType: Integer read GetAntennaPatternType write SetAntennaPatternType; |
|
property FdApplicationID: TSFInt32 read FFdApplicationID; |
|
property ApplicationID: Integer read GetApplicationID write SetApplicationID; |
|
property FdCryptoKeyID: TSFInt32 read FFdCryptoKeyID; |
|
property CryptoKeyID: Integer read GetCryptoKeyID write SetCryptoKeyID; |
|
property FdCryptoSystem: TSFInt32 read FFdCryptoSystem; |
|
property CryptoSystem: Integer read GetCryptoSystem write SetCryptoSystem; |
|
property FdEntityID: TSFInt32 read FFdEntityID; |
|
property EntityID: Integer read GetEntityID write SetEntityID; |
|
property FdFrequency: TSFInt32 read FFdFrequency; |
|
property Frequency: Integer read GetFrequency write SetFrequency; |
|
property FdInputSource: TSFInt32 read FFdInputSource; |
|
property InputSource: Integer read GetInputSource write SetInputSource; |
|
property FdLengthOfModulationParameters: TSFInt32 read FFdLengthOfModulationParameters; |
|
property LengthOfModulationParameters: Integer read GetLengthOfModulationParameters write SetLengthOfModulationParameters; |
|
property FdModulationTypeDetail: TSFInt32 read FFdModulationTypeDetail; |
|
property ModulationTypeDetail: Integer read GetModulationTypeDetail write SetModulationTypeDetail; |
|
property FdModulationTypeMajor: TSFInt32 read FFdModulationTypeMajor; |
|
property ModulationTypeMajor: Integer read GetModulationTypeMajor write SetModulationTypeMajor; |
|
property FdModulationTypeSpreadSpectrum: TSFInt32 read FFdModulationTypeSpreadSpectrum; |
|
property ModulationTypeSpreadSpectrum: Integer read GetModulationTypeSpreadSpectrum write SetModulationTypeSpreadSpectrum; |
|
property FdModulationTypeSystem: TSFInt32 read FFdModulationTypeSystem; |
|
property ModulationTypeSystem: Integer read GetModulationTypeSystem write SetModulationTypeSystem; |
|
property FdMulticastRelayHost: TSFString read FFdMulticastRelayHost; |
|
property MulticastRelayHost: String read GetMulticastRelayHost write SetMulticastRelayHost; |
|
property FdMulticastRelayPort: TSFInt32 read FFdMulticastRelayPort; |
|
property MulticastRelayPort: Integer read GetMulticastRelayPort write SetMulticastRelayPort; |
|
property FdNetworkMode: TSFStringEnum read FFdNetworkMode; |
|
property NetworkMode: TDISNetworkMode read GetNetworkMode write SetNetworkMode; |
|
property FdPort: TSFInt32 read FFdPort; |
|
property Port: Integer read GetPort write SetPort; |
|
property FdPower: TSFFloat read FFdPower; |
|
property Power: Single read GetPower write SetPower; |
|
property FdRadioEntityTypeCategory: TSFInt32 read FFdRadioEntityTypeCategory; |
|
property RadioEntityTypeCategory: Integer read GetRadioEntityTypeCategory write SetRadioEntityTypeCategory; |
|
property FdRadioEntityTypeCountry: TSFInt32 read FFdRadioEntityTypeCountry; |
|
property RadioEntityTypeCountry: Integer read GetRadioEntityTypeCountry write SetRadioEntityTypeCountry; |
|
property FdRadioEntityTypeDomain: TSFInt32 read FFdRadioEntityTypeDomain; |
|
property RadioEntityTypeDomain: Integer read GetRadioEntityTypeDomain write SetRadioEntityTypeDomain; |
|
property FdRadioEntityTypeKind: TSFInt32 read FFdRadioEntityTypeKind; |
|
property RadioEntityTypeKind: Integer read GetRadioEntityTypeKind write SetRadioEntityTypeKind; |
|
property FdRadioEntityTypeNomenclature: TSFInt32 read FFdRadioEntityTypeNomenclature; |
|
property RadioEntityTypeNomenclature: Integer read GetRadioEntityTypeNomenclature write SetRadioEntityTypeNomenclature; |
|
property FdRadioEntityTypeNomenclatureVersion: TSFInt32 read FFdRadioEntityTypeNomenclatureVersion; |
|
property RadioEntityTypeNomenclatureVersion: Integer read GetRadioEntityTypeNomenclatureVersion write SetRadioEntityTypeNomenclatureVersion; |
|
property FdRadioID: TSFInt32 read FFdRadioID; |
|
property RadioID: Integer read GetRadioID write SetRadioID; |
|
property FdReadInterval: TSFFloat read FFdReadInterval; |
|
property ReadInterval: Single read GetReadInterval write SetReadInterval; |
|
property FdRelativeAntennaLocation: TSFVec3f read FFdRelativeAntennaLocation; |
|
property RelativeAntennaLocation: TVector3 read GetRelativeAntennaLocation write SetRelativeAntennaLocation; |
|
property FdRtpHeaderExpected: TSFBool read FFdRtpHeaderExpected; |
|
property RtpHeaderExpected: Boolean read GetRtpHeaderExpected write SetRtpHeaderExpected; |
|
property FdSiteID: TSFInt32 read FFdSiteID; |
|
property SiteID: Integer read GetSiteID write SetSiteID; |
|
property FdTransmitFrequencyBandwidth: TSFFloat read FFdTransmitFrequencyBandwidth; |
|
property TransmitFrequencyBandwidth: Single read GetTransmitFrequencyBandwidth write SetTransmitFrequencyBandwidth; |
|
property FdTransmitState: TSFInt32 read FFdTransmitState; |
|
property TransmitState: Integer read GetTransmitState write SetTransmitState; |
|
property FdWhichGeometry: TSFInt32 read FFdWhichGeometry; |
|
property WhichGeometry: Integer read GetWhichGeometry write SetWhichGeometry; |
|
property FdWriteInterval: TSFFloat read FFdWriteInterval; |
|
property WriteInterval: Single read GetWriteInterval write SetWriteInterval; |
|
property EventIsNetworkReader: TSFBoolEvent read FEventIsNetworkReader; |
|
property EventIsNetworkWriter: TSFBoolEvent read FEventIsNetworkWriter; |
|
property EventIsRtpHeaderHeard: TSFBoolEvent read FEventIsRtpHeaderHeard; |
|
property EventIsStandAlone: TSFBoolEvent read FEventIsStandAlone; |
|
property EventTimestamp: TSFTimeEvent read FEventTimestamp; |
|
property FdBboxCenter: TSFVec3f read FFdBboxCenter; |
|
property BBox: TBox3D read GetBBox write SetBBox; |
|
property FdBboxSize: TSFVec3f read FFdBboxSize; |
Description
Methods
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
|
Properties
property FdAddress: TSFString read FFdAddress; |
|
Internal wrapper for property Address. This wrapper API may change, we advise to access simpler Address instead. |
property Address: String read GetAddress write SetAddress; |
|
property FdAntennaLocation: TSFVec3f read FFdAntennaLocation; |
|
Internal wrapper for property AntennaLocation. This wrapper API may change, we advise to access simpler AntennaLocation instead. |
property AntennaLocation: TVector3 read GetAntennaLocation write SetAntennaLocation; |
|
property FdAntennaPatternLength: TSFInt32 read FFdAntennaPatternLength; |
|
Internal wrapper for property AntennaPatternLength. This wrapper API may change, we advise to access simpler AntennaPatternLength instead. |
property AntennaPatternLength: Integer read GetAntennaPatternLength write SetAntennaPatternLength; |
|
property FdAntennaPatternType: TSFInt32 read FFdAntennaPatternType; |
|
Internal wrapper for property AntennaPatternType. This wrapper API may change, we advise to access simpler AntennaPatternType instead. |
property AntennaPatternType: Integer read GetAntennaPatternType write SetAntennaPatternType; |
|
property FdApplicationID: TSFInt32 read FFdApplicationID; |
|
Internal wrapper for property ApplicationID. This wrapper API may change, we advise to access simpler ApplicationID instead. |
property ApplicationID: Integer read GetApplicationID write SetApplicationID; |
|
property FdCryptoKeyID: TSFInt32 read FFdCryptoKeyID; |
|
Internal wrapper for property CryptoKeyID. This wrapper API may change, we advise to access simpler CryptoKeyID instead. |
property CryptoKeyID: Integer read GetCryptoKeyID write SetCryptoKeyID; |
|
property FdCryptoSystem: TSFInt32 read FFdCryptoSystem; |
|
Internal wrapper for property CryptoSystem. This wrapper API may change, we advise to access simpler CryptoSystem instead. |
property CryptoSystem: Integer read GetCryptoSystem write SetCryptoSystem; |
|
property FdEntityID: TSFInt32 read FFdEntityID; |
|
Internal wrapper for property EntityID. This wrapper API may change, we advise to access simpler EntityID instead. |
property EntityID: Integer read GetEntityID write SetEntityID; |
|
property FdFrequency: TSFInt32 read FFdFrequency; |
|
Internal wrapper for property Frequency. This wrapper API may change, we advise to access simpler Frequency instead. |
property Frequency: Integer read GetFrequency write SetFrequency; |
|
property FdInputSource: TSFInt32 read FFdInputSource; |
|
Internal wrapper for property InputSource. This wrapper API may change, we advise to access simpler InputSource instead. |
property InputSource: Integer read GetInputSource write SetInputSource; |
|
property FdLengthOfModulationParameters: TSFInt32 read FFdLengthOfModulationParameters; |
|
Internal wrapper for property LengthOfModulationParameters. This wrapper API may change, we advise to access simpler LengthOfModulationParameters instead. |
property LengthOfModulationParameters: Integer read GetLengthOfModulationParameters write SetLengthOfModulationParameters; |
|
property FdModulationTypeDetail: TSFInt32 read FFdModulationTypeDetail; |
|
Internal wrapper for property ModulationTypeDetail. This wrapper API may change, we advise to access simpler ModulationTypeDetail instead. |
property ModulationTypeDetail: Integer read GetModulationTypeDetail write SetModulationTypeDetail; |
|
property FdModulationTypeMajor: TSFInt32 read FFdModulationTypeMajor; |
|
Internal wrapper for property ModulationTypeMajor. This wrapper API may change, we advise to access simpler ModulationTypeMajor instead. |
property ModulationTypeMajor: Integer read GetModulationTypeMajor write SetModulationTypeMajor; |
|
property FdModulationTypeSpreadSpectrum: TSFInt32 read FFdModulationTypeSpreadSpectrum; |
|
Internal wrapper for property ModulationTypeSpreadSpectrum. This wrapper API may change, we advise to access simpler ModulationTypeSpreadSpectrum instead. |
property ModulationTypeSpreadSpectrum: Integer read GetModulationTypeSpreadSpectrum write SetModulationTypeSpreadSpectrum; |
|
property FdModulationTypeSystem: TSFInt32 read FFdModulationTypeSystem; |
|
Internal wrapper for property ModulationTypeSystem. This wrapper API may change, we advise to access simpler ModulationTypeSystem instead. |
property ModulationTypeSystem: Integer read GetModulationTypeSystem write SetModulationTypeSystem; |
|
property FdMulticastRelayHost: TSFString read FFdMulticastRelayHost; |
|
Internal wrapper for property MulticastRelayHost. This wrapper API may change, we advise to access simpler MulticastRelayHost instead. |
property MulticastRelayHost: String read GetMulticastRelayHost write SetMulticastRelayHost; |
|
property FdMulticastRelayPort: TSFInt32 read FFdMulticastRelayPort; |
|
Internal wrapper for property MulticastRelayPort. This wrapper API may change, we advise to access simpler MulticastRelayPort instead. |
property MulticastRelayPort: Integer read GetMulticastRelayPort write SetMulticastRelayPort; |
|
property FdNetworkMode: TSFStringEnum read FFdNetworkMode; |
|
Internal wrapper for property NetworkMode. This wrapper API may change, we advise to access simpler NetworkMode instead. |
property NetworkMode: TDISNetworkMode read GetNetworkMode write SetNetworkMode; |
|
property FdPort: TSFInt32 read FFdPort; |
|
Internal wrapper for property Port. This wrapper API may change, we advise to access simpler Port instead. |
property Port: Integer read GetPort write SetPort; |
|
property FdPower: TSFFloat read FFdPower; |
|
Internal wrapper for property Power. This wrapper API may change, we advise to access simpler Power instead. |
property Power: Single read GetPower write SetPower; |
|
property FdRadioEntityTypeCategory: TSFInt32 read FFdRadioEntityTypeCategory; |
|
Internal wrapper for property RadioEntityTypeCategory. This wrapper API may change, we advise to access simpler RadioEntityTypeCategory instead. |
property RadioEntityTypeCategory: Integer read GetRadioEntityTypeCategory write SetRadioEntityTypeCategory; |
|
property FdRadioEntityTypeCountry: TSFInt32 read FFdRadioEntityTypeCountry; |
|
Internal wrapper for property RadioEntityTypeCountry. This wrapper API may change, we advise to access simpler RadioEntityTypeCountry instead. |
property RadioEntityTypeCountry: Integer read GetRadioEntityTypeCountry write SetRadioEntityTypeCountry; |
|
property FdRadioEntityTypeDomain: TSFInt32 read FFdRadioEntityTypeDomain; |
|
Internal wrapper for property RadioEntityTypeDomain. This wrapper API may change, we advise to access simpler RadioEntityTypeDomain instead. |
property RadioEntityTypeDomain: Integer read GetRadioEntityTypeDomain write SetRadioEntityTypeDomain; |
|
property FdRadioEntityTypeKind: TSFInt32 read FFdRadioEntityTypeKind; |
|
Internal wrapper for property RadioEntityTypeKind. This wrapper API may change, we advise to access simpler RadioEntityTypeKind instead. |
property RadioEntityTypeKind: Integer read GetRadioEntityTypeKind write SetRadioEntityTypeKind; |
|
property FdRadioEntityTypeNomenclature: TSFInt32 read FFdRadioEntityTypeNomenclature; |
|
Internal wrapper for property RadioEntityTypeNomenclature. This wrapper API may change, we advise to access simpler RadioEntityTypeNomenclature instead. |
property RadioEntityTypeNomenclature: Integer read GetRadioEntityTypeNomenclature write SetRadioEntityTypeNomenclature; |
|
property FdRadioEntityTypeNomenclatureVersion: TSFInt32 read FFdRadioEntityTypeNomenclatureVersion; |
|
Internal wrapper for property RadioEntityTypeNomenclatureVersion. This wrapper API may change, we advise to access simpler RadioEntityTypeNomenclatureVersion instead. |
property RadioEntityTypeNomenclatureVersion: Integer read GetRadioEntityTypeNomenclatureVersion write SetRadioEntityTypeNomenclatureVersion; |
|
property FdRadioID: TSFInt32 read FFdRadioID; |
|
Internal wrapper for property RadioID. This wrapper API may change, we advise to access simpler RadioID instead. |
property RadioID: Integer read GetRadioID write SetRadioID; |
|
property FdReadInterval: TSFFloat read FFdReadInterval; |
|
Internal wrapper for property ReadInterval. This wrapper API may change, we advise to access simpler ReadInterval instead. |
property ReadInterval: Single read GetReadInterval write SetReadInterval; |
|
property FdRelativeAntennaLocation: TSFVec3f read FFdRelativeAntennaLocation; |
|
Internal wrapper for property RelativeAntennaLocation. This wrapper API may change, we advise to access simpler RelativeAntennaLocation instead. |
property RelativeAntennaLocation: TVector3 read GetRelativeAntennaLocation write SetRelativeAntennaLocation; |
|
property FdRtpHeaderExpected: TSFBool read FFdRtpHeaderExpected; |
|
Internal wrapper for property RtpHeaderExpected. This wrapper API may change, we advise to access simpler RtpHeaderExpected instead. |
property RtpHeaderExpected: Boolean read GetRtpHeaderExpected write SetRtpHeaderExpected; |
|
property FdSiteID: TSFInt32 read FFdSiteID; |
|
Internal wrapper for property SiteID. This wrapper API may change, we advise to access simpler SiteID instead. |
property SiteID: Integer read GetSiteID write SetSiteID; |
|
property FdTransmitFrequencyBandwidth: TSFFloat read FFdTransmitFrequencyBandwidth; |
|
Internal wrapper for property TransmitFrequencyBandwidth. This wrapper API may change, we advise to access simpler TransmitFrequencyBandwidth instead. |
property TransmitFrequencyBandwidth: Single read GetTransmitFrequencyBandwidth write SetTransmitFrequencyBandwidth; |
|
property FdTransmitState: TSFInt32 read FFdTransmitState; |
|
Internal wrapper for property TransmitState. This wrapper API may change, we advise to access simpler TransmitState instead. |
property TransmitState: Integer read GetTransmitState write SetTransmitState; |
|
property FdWhichGeometry: TSFInt32 read FFdWhichGeometry; |
|
Internal wrapper for property WhichGeometry. This wrapper API may change, we advise to access simpler WhichGeometry instead. |
property WhichGeometry: Integer read GetWhichGeometry write SetWhichGeometry; |
|
property FdWriteInterval: TSFFloat read FFdWriteInterval; |
|
Internal wrapper for property WriteInterval. This wrapper API may change, we advise to access simpler WriteInterval instead. |
property WriteInterval: Single read GetWriteInterval write SetWriteInterval; |
|
property EventIsNetworkReader: TSFBoolEvent read FEventIsNetworkReader; |
|
property EventIsNetworkWriter: TSFBoolEvent read FEventIsNetworkWriter; |
|
property EventIsRtpHeaderHeard: TSFBoolEvent read FEventIsRtpHeaderHeard; |
|
property EventIsStandAlone: TSFBoolEvent read FEventIsStandAlone; |
|
property EventTimestamp: TSFTimeEvent read FEventTimestamp; |
|
property FdBboxCenter: TSFVec3f read FFdBboxCenter; |
|
Internal wrapper for property |
property BBox: TBox3D read GetBBox write SetBBox; |
|
property FdBboxSize: TSFVec3f read FFdBboxSize; |
|
Internal wrapper for property |
Generated by PasDoc 0.16.0.