-
Notifications
You must be signed in to change notification settings - Fork 20
EncodingScheme
huggins edited this page Apr 10, 2025
·
2 revisions
Container for Signal Encoding Scheme information.
struct FEncodingScheme| 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. |
| Name | Description |
|---|---|
| FEncodingScheme() | Default constructor |
| FEncodingScheme(unsigned short EncodingScheme) | Constructor that takes an unsigned short to form the FEncodingScheme. |
| Return | Name | Description |
|---|---|---|
| DIS::TrackJamTarget | ToOpenDIS() | Conversion to an OpenDIS TrackJamTarget struct |
EEncodingClass EncodingClassThis field shall the following encoding class of the encoding scheme.
Category: GRILL DIS|Structs
EEncodingType EncodingTypeThis field shall represent the encoding type of the encoding scheme.
Category: GRILL DIS|Structs
FEncodingScheme()Default constructor.
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. |
unsigned short ToOpenDIS()Conversion to an unsigned short.
| Returns |
|---|
| The unsigned short representation of this FEncodingScheme. |