-
Notifications
You must be signed in to change notification settings - Fork 20
EmitterSystem
huggins edited this page Apr 10, 2025
·
2 revisions
Container for Emitter System information.
struct FEmitterSystem| 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. |
| Name | Description |
|---|---|
| FEmitterSystem() | Default constructor |
| FEmitterSystem(DIS::EmitterSystem EmitterSystem) | Constructor that takes an OpenDIS Emitter System struct. |
| Return | Name | Description |
|---|---|---|
| DIS::EmitterSystem | ToOpenDIS() | Conversion to an OpenDIS EmitterSystem struct |
uint8 EmitterIDNumberThis field shall specify the emitter identification number for a specific emitter system.
Category: GRILL DIS|Structs
int32 EmitterNameThis field shall specify the emitter name for a particular emitter.
Category: GRILL DIS|Structs
Range: [0, 65535]
EEmitterSystemFunction FunctionThis 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
FEmitterSystem()Default constructor.
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. |
DIS::EmitterSystem ToOpenDIS()Conversion to an OpenDIS EmitterSystem struct.
| Returns |
|---|
| The OpenDIS EmitterSystem struct of this FEmitterSystem. |