Class TReceiverPduNode
Unit
Declaration
type TReceiverPduNode = class(TAbstractSensorNode)
Description
This item has no description. Showing description inherited from TAbstractSensorNode.
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
- TReceiverPduNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdAddress: TSFString read FFdAddress; |
![]() |
property Address: String read GetAddress write SetAddress; |
![]() |
property FdApplicationID: TSFInt32 read FFdApplicationID; |
![]() |
property ApplicationID: Integer read GetApplicationID write SetApplicationID; |
![]() |
property FdEntityID: TSFInt32 read FFdEntityID; |
![]() |
property EntityID: Integer read GetEntityID write SetEntityID; |
![]() |
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 FdRadioID: TSFInt32 read FFdRadioID; |
![]() |
property RadioID: Integer read GetRadioID write SetRadioID; |
![]() |
property FdReadInterval: TSFFloat read FFdReadInterval; |
![]() |
property ReadInterval: Single read GetReadInterval write SetReadInterval; |
![]() |
property FdReceivedPower: TSFFloat read FFdReceivedPower; |
![]() |
property ReceivedPower: Single read GetReceivedPower write SetReceivedPower; |
![]() |
property FdReceiverState: TSFInt32 read FFdReceiverState; |
![]() |
property ReceiverState: Integer read GetReceiverState write SetReceiverState; |
![]() |
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 FdTransmitterApplicationID: TSFInt32 read FFdTransmitterApplicationID; |
![]() |
property TransmitterApplicationID: Integer read GetTransmitterApplicationID write SetTransmitterApplicationID; |
![]() |
property FdTransmitterEntityID: TSFInt32 read FFdTransmitterEntityID; |
![]() |
property TransmitterEntityID: Integer read GetTransmitterEntityID write SetTransmitterEntityID; |
![]() |
property FdTransmitterRadioID: TSFInt32 read FFdTransmitterRadioID; |
![]() |
property TransmitterRadioID: Integer read GetTransmitterRadioID write SetTransmitterRadioID; |
![]() |
property FdTransmitterSiteID: TSFInt32 read FFdTransmitterSiteID; |
![]() |
property TransmitterSiteID: Integer read GetTransmitterSiteID write SetTransmitterSiteID; |
![]() |
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; |
This item has no description. Showing description inherited from TAbstractChildNode.CreateNode. Automatically generated node properties. Do not edit this file manually! To add new properties: - add them to the text files in tools/internal/x3d-nodes-to-pascal/nodes-specification/ , - and regenerate include files by running x3d-nodes-to-pascal |
![]() |
class function ClassX3DType: string; override; |
This item has no description. Showing description inherited from TX3DNode.ClassX3DType. Node type name in VRML/X3D, for this class. Normal VRML/X3D node classes should override this to return something non-empty, and then X3DType automatically will return the same value. Empty for classes that don't have a hardcoded VRML/X3D node name, like a special TX3DUnknownNode. Such special classes should override then X3DType to return actual non-empty name there. You usually should call X3DType. The only use of this method is that it works on classes (it's "class function"), without needing at actual instance. |
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; |
This item has no description. |
![]() |
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; |
This item has no description. |
![]() |
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; |
This item has no description. |
![]() |
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; |
This item has no description. |
![]() |
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; |
This item has no description. |
![]() |
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; |
This item has no description. |
![]() |
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; |
This item has no description. |
![]() |
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; |
This item has no description. |
![]() |
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; |
This item has no description. |
![]() |
property FdReceivedPower: TSFFloat read FFdReceivedPower; |
Internal wrapper for property ReceivedPower. This wrapper API may change, we advise to access simpler ReceivedPower instead. |
![]() |
property ReceivedPower: Single read GetReceivedPower write SetReceivedPower; |
This item has no description. |
![]() |
property FdReceiverState: TSFInt32 read FFdReceiverState; |
Internal wrapper for property ReceiverState. This wrapper API may change, we advise to access simpler ReceiverState instead. |
![]() |
property ReceiverState: Integer read GetReceiverState write SetReceiverState; |
This item has no description. |
![]() |
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; |
This item has no description. |
![]() |
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; |
This item has no description. |
![]() |
property FdTransmitterApplicationID: TSFInt32 read FFdTransmitterApplicationID; |
Internal wrapper for property TransmitterApplicationID. This wrapper API may change, we advise to access simpler TransmitterApplicationID instead. |
![]() |
property TransmitterApplicationID: Integer read GetTransmitterApplicationID write SetTransmitterApplicationID; |
This item has no description. |
![]() |
property FdTransmitterEntityID: TSFInt32 read FFdTransmitterEntityID; |
Internal wrapper for property TransmitterEntityID. This wrapper API may change, we advise to access simpler TransmitterEntityID instead. |
![]() |
property TransmitterEntityID: Integer read GetTransmitterEntityID write SetTransmitterEntityID; |
This item has no description. |
![]() |
property FdTransmitterRadioID: TSFInt32 read FFdTransmitterRadioID; |
Internal wrapper for property TransmitterRadioID. This wrapper API may change, we advise to access simpler TransmitterRadioID instead. |
![]() |
property TransmitterRadioID: Integer read GetTransmitterRadioID write SetTransmitterRadioID; |
This item has no description. |
![]() |
property FdTransmitterSiteID: TSFInt32 read FFdTransmitterSiteID; |
Internal wrapper for property TransmitterSiteID. This wrapper API may change, we advise to access simpler TransmitterSiteID instead. |
![]() |
property TransmitterSiteID: Integer read GetTransmitterSiteID write SetTransmitterSiteID; |
This item has no description. |
![]() |
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; |
This item has no description. |
![]() |
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; |
This item has no description. |
![]() |
property EventIsNetworkReader: TSFBoolEvent read FEventIsNetworkReader; |
This item has no description. |
![]() |
property EventIsNetworkWriter: TSFBoolEvent read FEventIsNetworkWriter; |
This item has no description. |
![]() |
property EventIsRtpHeaderHeard: TSFBoolEvent read FEventIsRtpHeaderHeard; |
This item has no description. |
![]() |
property EventIsStandAlone: TSFBoolEvent read FEventIsStandAlone; |
This item has no description. |
![]() |
property EventTimestamp: TSFTimeEvent read FEventTimestamp; |
This item has no description. |
![]() |
property FdBboxCenter: TSFVec3f read FFdBboxCenter; |
Internal wrapper for property |
![]() |
property BBox: TBox3D read GetBBox write SetBBox; |
This item has no description. |
![]() |
property FdBboxSize: TSFVec3f read FFdBboxSize; |
Internal wrapper for property |
Generated by PasDoc 0.16.0.