Skip to content

DistributedEmissionsFamilyPDU

huggins edited this page Apr 10, 2025 · 2 revisions

Distributed Emissions Family PDU

Struct container for all information that is contained inside of a Distributed Emissions Family PDU.

struct FDistributedEmissionsFamilyPDU
	: public FPDU

Includes

Back to Top


Constructors

Name Description
FDistributedEmissionsFamilyPDU() Default constructor

Destructors

Name Description
~FDistributedEmissionsFamilyPDU() Default destructor

Functions

Return Name Description
SetupFromOpenDIS(const DIS::DistributedEmissionsFamilyPdu& DistributedEmissionsFamilyPDUIn) Converts an OpenDIS DistributedEmissionsFamilyPdu struct to an FDistributedEmissionsFamilyPDU struct.
TArray<uint8> ToBytes() Conversion to an array of bytes. Allows for an FDistributedEmissionsFamilyPDU struct to be sent out with a UDP send socket.
ToOpenDIS(DIS::DistributedEmissionsFamilyPdu& DistributedEmissionsFamilyPDUOut) Conversion to OpenDIS DistributedEmissionsFamilyPdu struct

Back to Top


Details

FDistributedEmissionsFamilyPDU

FDistributedEmissionsFamilyPDU() : FPDU()

Default constructor.

Back to Top


~FDistributedEmissionsFamilyPDU

virtual ~FDistributedEmissionsFamilyPDU()

Default destructor.

Back to Top


SetupFromOpenDIS

void SetupFromOpenDIS
(
	const DIS::DistributedEmissionsFamilyPdu& DistributedEmissionsFamilyPDUIn
)

Converts an OpenDIS DistributedEmissionsFamilyPdu struct to an FDistributedEmissionsFamilyPDU struct.

Parameter Description
DistributedEmissionsFamilyPDUIn The OpenDIS DistributedEmissionsFamilyPdu struct to convert.

Back to Top


ToBytes

virtual TArray<uint8> ToBytes() override

Conversion to OpenDIS DistributedEmissionsFamilyPdu struct

Returns
An array of bytes containing the information from this FDistributedEmissionsFamilyPDU.

Back to Top


ToOpenDIS

void ToOpenDIS
(
	DIS::DistributedEmissionsFamilyPdu& DistributedEmissionsFamilyPDUOut
)

Conversion to an array of bytes. Allows for an FDistributedEmissionsFamilyPDU struct to be sent out with a UDP send socket.

Parameter Description
DistributedEmissionsFamilyPDUOut The OpenDIS DistributedEmissionsFamilyPdu struct representation of this FDistributedEmissionsFamilyPDU.

Back to Top


Clone this wiki locally