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

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;

Properties

Public property FdAddress: TSFString read FFdAddress;
Public property Address: String read GetAddress write SetAddress;
Public property FdApplicationID: TSFInt32 read FFdApplicationID;
Public property ApplicationID: Integer read GetApplicationID write SetApplicationID;
Public property FdEntityID: TSFInt32 read FFdEntityID;
Public property EntityID: Integer read GetEntityID write SetEntityID;
Public property FdMulticastRelayHost: TSFString read FFdMulticastRelayHost;
Public property MulticastRelayHost: String read GetMulticastRelayHost write SetMulticastRelayHost;
Public property FdMulticastRelayPort: TSFInt32 read FFdMulticastRelayPort;
Public property MulticastRelayPort: Integer read GetMulticastRelayPort write SetMulticastRelayPort;
Public property FdNetworkMode: TSFStringEnum read FFdNetworkMode;
Public property NetworkMode: TDISNetworkMode read GetNetworkMode write SetNetworkMode;
Public property FdPort: TSFInt32 read FFdPort;
Public property Port: Integer read GetPort write SetPort;
Public property FdRadioID: TSFInt32 read FFdRadioID;
Public property RadioID: Integer read GetRadioID write SetRadioID;
Public property FdReadInterval: TSFFloat read FFdReadInterval;
Public property ReadInterval: Single read GetReadInterval write SetReadInterval;
Public property FdReceivedPower: TSFFloat read FFdReceivedPower;
Public property ReceivedPower: Single read GetReceivedPower write SetReceivedPower;
Public property FdReceiverState: TSFInt32 read FFdReceiverState;
Public property ReceiverState: Integer read GetReceiverState write SetReceiverState;
Public property FdRtpHeaderExpected: TSFBool read FFdRtpHeaderExpected;
Public property RtpHeaderExpected: Boolean read GetRtpHeaderExpected write SetRtpHeaderExpected;
Public property FdSiteID: TSFInt32 read FFdSiteID;
Public property SiteID: Integer read GetSiteID write SetSiteID;
Public property FdTransmitterApplicationID: TSFInt32 read FFdTransmitterApplicationID;
Public property TransmitterApplicationID: Integer read GetTransmitterApplicationID write SetTransmitterApplicationID;
Public property FdTransmitterEntityID: TSFInt32 read FFdTransmitterEntityID;
Public property TransmitterEntityID: Integer read GetTransmitterEntityID write SetTransmitterEntityID;
Public property FdTransmitterRadioID: TSFInt32 read FFdTransmitterRadioID;
Public property TransmitterRadioID: Integer read GetTransmitterRadioID write SetTransmitterRadioID;
Public property FdTransmitterSiteID: TSFInt32 read FFdTransmitterSiteID;
Public property TransmitterSiteID: Integer read GetTransmitterSiteID write SetTransmitterSiteID;
Public property FdWhichGeometry: TSFInt32 read FFdWhichGeometry;
Public property WhichGeometry: Integer read GetWhichGeometry write SetWhichGeometry;
Public property FdWriteInterval: TSFFloat read FFdWriteInterval;
Public property WriteInterval: Single read GetWriteInterval write SetWriteInterval;
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 BBox: TBox3D read GetBBox write SetBBox;
Public property FdBboxSize: TSFVec3f read FFdBboxSize;

Description

Methods

Public procedure CreateNode; override;

Create node fields and events.

Public 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

Public property FdAddress: TSFString read FFdAddress;

Internal wrapper for property Address. This wrapper API may change, we advise to access simpler Address instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property Address: String read GetAddress write SetAddress;

This item has no description.

Public property FdApplicationID: TSFInt32 read FFdApplicationID;

Internal wrapper for property ApplicationID. This wrapper API may change, we advise to access simpler ApplicationID instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property ApplicationID: Integer read GetApplicationID write SetApplicationID;

This item has no description.

Public property FdEntityID: TSFInt32 read FFdEntityID;

Internal wrapper for property EntityID. This wrapper API may change, we advise to access simpler EntityID instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property EntityID: Integer read GetEntityID write SetEntityID;

This item has no description.

Public property FdMulticastRelayHost: TSFString read FFdMulticastRelayHost;

Internal wrapper for property MulticastRelayHost. This wrapper API may change, we advise to access simpler MulticastRelayHost instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property MulticastRelayHost: String read GetMulticastRelayHost write SetMulticastRelayHost;

This item has no description.

Public property FdMulticastRelayPort: TSFInt32 read FFdMulticastRelayPort;

Internal wrapper for property MulticastRelayPort. This wrapper API may change, we advise to access simpler MulticastRelayPort instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property MulticastRelayPort: Integer read GetMulticastRelayPort write SetMulticastRelayPort;

This item has no description.

Public property FdNetworkMode: TSFStringEnum read FFdNetworkMode;

Internal wrapper for property NetworkMode. This wrapper API may change, we advise to access simpler NetworkMode instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property NetworkMode: TDISNetworkMode read GetNetworkMode write SetNetworkMode;

This item has no description.

Public property FdPort: TSFInt32 read FFdPort;

Internal wrapper for property Port. This wrapper API may change, we advise to access simpler Port instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property Port: Integer read GetPort write SetPort;

This item has no description.

Public property FdRadioID: TSFInt32 read FFdRadioID;

Internal wrapper for property RadioID. This wrapper API may change, we advise to access simpler RadioID instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property RadioID: Integer read GetRadioID write SetRadioID;

This item has no description.

Public property FdReadInterval: TSFFloat read FFdReadInterval;

Internal wrapper for property ReadInterval. This wrapper API may change, we advise to access simpler ReadInterval instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property ReadInterval: Single read GetReadInterval write SetReadInterval;

This item has no description.

Public property FdReceivedPower: TSFFloat read FFdReceivedPower;

Internal wrapper for property ReceivedPower. This wrapper API may change, we advise to access simpler ReceivedPower instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property ReceivedPower: Single read GetReceivedPower write SetReceivedPower;

This item has no description.

Public property FdReceiverState: TSFInt32 read FFdReceiverState;

Internal wrapper for property ReceiverState. This wrapper API may change, we advise to access simpler ReceiverState instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property ReceiverState: Integer read GetReceiverState write SetReceiverState;

This item has no description.

Public property FdRtpHeaderExpected: TSFBool read FFdRtpHeaderExpected;

Internal wrapper for property RtpHeaderExpected. This wrapper API may change, we advise to access simpler RtpHeaderExpected instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property RtpHeaderExpected: Boolean read GetRtpHeaderExpected write SetRtpHeaderExpected;

This item has no description.

Public property FdSiteID: TSFInt32 read FFdSiteID;

Internal wrapper for property SiteID. This wrapper API may change, we advise to access simpler SiteID instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property SiteID: Integer read GetSiteID write SetSiteID;

This item has no description.

Public property FdTransmitterApplicationID: TSFInt32 read FFdTransmitterApplicationID;

Internal wrapper for property TransmitterApplicationID. This wrapper API may change, we advise to access simpler TransmitterApplicationID instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property TransmitterApplicationID: Integer read GetTransmitterApplicationID write SetTransmitterApplicationID;

This item has no description.

Public property FdTransmitterEntityID: TSFInt32 read FFdTransmitterEntityID;

Internal wrapper for property TransmitterEntityID. This wrapper API may change, we advise to access simpler TransmitterEntityID instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property TransmitterEntityID: Integer read GetTransmitterEntityID write SetTransmitterEntityID;

This item has no description.

Public property FdTransmitterRadioID: TSFInt32 read FFdTransmitterRadioID;

Internal wrapper for property TransmitterRadioID. This wrapper API may change, we advise to access simpler TransmitterRadioID instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property TransmitterRadioID: Integer read GetTransmitterRadioID write SetTransmitterRadioID;

This item has no description.

Public property FdTransmitterSiteID: TSFInt32 read FFdTransmitterSiteID;

Internal wrapper for property TransmitterSiteID. This wrapper API may change, we advise to access simpler TransmitterSiteID instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property TransmitterSiteID: Integer read GetTransmitterSiteID write SetTransmitterSiteID;

This item has no description.

Public property FdWhichGeometry: TSFInt32 read FFdWhichGeometry;

Internal wrapper for property WhichGeometry. This wrapper API may change, we advise to access simpler WhichGeometry instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property WhichGeometry: Integer read GetWhichGeometry write SetWhichGeometry;

This item has no description.

Public property FdWriteInterval: TSFFloat read FFdWriteInterval;

Internal wrapper for property WriteInterval. This wrapper API may change, we advise to access simpler WriteInterval instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property WriteInterval: Single read GetWriteInterval write SetWriteInterval;

This item has no description.

Public property EventIsNetworkReader: TSFBoolEvent read FEventIsNetworkReader;

This item has no description.

Public property EventIsNetworkWriter: TSFBoolEvent read FEventIsNetworkWriter;

This item has no description.

Public property EventIsRtpHeaderHeard: TSFBoolEvent read FEventIsRtpHeaderHeard;

This item has no description.

Public property EventIsStandAlone: TSFBoolEvent read FEventIsStandAlone;

This item has no description.

Public property EventTimestamp: TSFTimeEvent read FEventTimestamp;

This item has no description.

Public property FdBboxCenter: TSFVec3f read FFdBboxCenter;

Internal wrapper for property BboxCenter. This wrapper API may change, we advise to access simpler BboxCenter instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property BBox: TBox3D read GetBBox write SetBBox;

This item has no description.

Public property FdBboxSize: TSFVec3f read FFdBboxSize;

Internal wrapper for property BboxSize. This wrapper API may change, we advise to access simpler BboxSize instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).


Generated by PasDoc 0.16.0-snapshot.