Skip to content

EmitterSystem

huggins edited this page Apr 10, 2025 · 2 revisions

Emitter System

Container for Emitter System information.

struct FEmitterSystem

Back to Top


Members

Type Name Description
uint8 EmitterIDNumber This field shall specify the emitter identification number for a specific emitter system.
int32 EmitterName This field shall specify the emitter name for a particular emitter.
EEmitterSystemFunction Function This field shall specify the function for a particular emitter. This field is intended to help receiving entities determine if the Electromagnetic Emission PDU is of interest to the systems simulated by that entity.

Back to Top


Constructors

Name Description
FEmitterSystem() Default constructor
FEmitterSystem(DIS::EmitterSystem EmitterSystem) Constructor that takes an OpenDIS Emitter System struct.

Back to Top

Functions

Return Name Description
DIS::EmitterSystem ToOpenDIS() Conversion to an OpenDIS EmitterSystem struct

Details

EmitterIDNumber

uint8 EmitterIDNumber

This field shall specify the emitter identification number for a specific emitter system.

Category: GRILL DIS|Structs

Back to Top


EmitterName

int32 EmitterName

This field shall specify the emitter name for a particular emitter.

Category: GRILL DIS|Structs

Range: [0, 65535]

Back to Top


Function

EEmitterSystemFunction Function

This field shall specify the function for a particular emitter. This field is intended to help receiving entities determine if the Electromagnetic Emission PDU is of interest to the systems simulated by that entity.

Category: GRILL DIS|Structs

Back to Top


FEmitterSystem

FEmitterSystem()

Default constructor.

Back to Top


FEmitterSystem

FEmitterSystem(DIS::EmitterSystem EmitterSystem)

Constructor that takes in the OpenDIS EmitterSystem struct

Parameter Description
EmitterSystem The OpenDIS EmitterSystem struct to convert to an FEmitterSystem struct.

Back to Top


ToOpenDIS

DIS::EmitterSystem ToOpenDIS()

Conversion to an OpenDIS EmitterSystem struct.

Returns
The OpenDIS EmitterSystem struct of this FEmitterSystem.

Back to Top


Clone this wiki locally