Skip to content

EncodingScheme

huggins edited this page Apr 10, 2025 · 2 revisions

Encoding Scheme

Container for Signal Encoding Scheme information.

struct FEncodingScheme

Back to Top


Members

Type Name Description
EEncodingClass EncodingClass This field shall enumerate the encoding class of the encoding scheme.
EEncodingType EncodingType This field shall represent the encoding type of the encoding scheme.

Back to Top


Constructors

Name Description
FEncodingScheme() Default constructor
FEncodingScheme(unsigned short EncodingScheme) Constructor that takes an unsigned short to form the FEncodingScheme.

Back to Top

Functions

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

Details

EncodingClass

EEncodingClass EncodingClass

This field shall the following encoding class of the encoding scheme.

Category: GRILL DIS|Structs

Back to Top


EncodingType

EEncodingType EncodingType

This field shall represent the encoding type of the encoding scheme.

Category: GRILL DIS|Structs

Back to Top


FEncodingScheme

FEncodingScheme()

Default constructor.

Back to Top


FEncodingScheme

FEncodingScheme(unsigned short EncodingScheme)

Constructor that takes an unsigned short to form the FEncodingScheme.

Parameter Description
EncodingScheme An unsigned short to convert to an FEncodingScheme struct.

Back to Top


ToOpenDIS

unsigned short ToOpenDIS()

Conversion to an unsigned short.

Returns
The unsigned short representation of this FEncodingScheme.

Back to Top


Clone this wiki locally