KDIS  2-8-x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EnumIFF.h File Reference
#include "./EnumDescriptor.h"
Include dependency graph for EnumIFF.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 KDIS
 
 KDIS::DATA_TYPE
 
 KDIS::DATA_TYPE::ENUMS
 

Enumerations

enum  AlternateParameter4 { OtherAlternateParameter4 = 0, Valid = 1, Invalid = 2, NoResponse = 3 }
 
enum  AntennaSelection { AntennaSelectionNoStatement = 0, Top = 1, Bottom = 2, Diversity = 3 }
 
enum  Mode5MessageFormat { Capability = 0, ActiveInterrogation = 1 }
 
enum  Mode5Reply { NoResponseReply = 0, ValidReply = 1, InvalidReply = 2, UnableToVerify = 3 }
 
enum  NavigationSource { NoStatementNavigationSource = 0, GPS = 1, INS = 2, INS_GPS = 3 }
 
enum  PlatformType { GroundPlatformType = 0, AirPlatformType = 1 }
 
enum  TCAS { TCAS_I = 0, TCAS_II = 1 }
 

Functions

KString GetEnumAsStringAlternateParameter4 (KINT32 Value)
 
KString GetEnumAsStringAntennaSelection (KINT32 Value)
 
KString GetEnumAsStringMode5MessageFormat (KINT32 Value)
 
KString GetEnumAsStringMode5Reply (KINT32 Value)
 
KString GetEnumAsStringNavigationSource (KINT32 Value)
 
KString GetEnumAsStringPlatformType (KINT32 Value)
 
KString GetEnumAsStringTCAS (KINT32 Value)
 
KBOOL GetEnumFromStringAlternateParameter4 (const KString &Value, KINT32 &ValueOut)
 
KBOOL GetEnumFromStringAntennaSelection (const KString &Value, KINT32 &ValueOut)
 
KBOOL GetEnumFromStringMode5MessageFormat (const KString &Value, KINT32 &ValueOut)
 
KBOOL GetEnumFromStringMode5Reply (const KString &Value, KINT32 &ValueOut)
 
KBOOL GetEnumFromStringNavigationSource (const KString &Value, KINT32 &ValueOut)
 
KBOOL GetEnumFromStringPlatformType (const KString &Value, KINT32 &ValueOut)
 
KBOOL GetEnumFromStringTCAS (const KString &Value, KINT32 &ValueOut)