VR-Engage  2.2
Loading...
Searching...
No Matches
VreTdlTrackTypes.h File Reference

Go to the source code of this file.

Namespaces

namespace  ctiTdl
 

Enumerations

enum  ctiTdl::TrackType { ctiTdl::PPLI , ctiTdl::SURVEILLANCE , ctiTdl::TARGET_REPORT }
 
enum  ctiTdl::SurvTrackSubType { ctiTdl::REFERENCE_POINT , ctiTdl::EMERGENCY_POINT , ctiTdl::TRACK }
 
enum  ctiTdl::TrackDomain {
  ctiTdl::LAND = 1 , ctiTdl::AIR = 2 , ctiTdl::SURFACE = 3 , ctiTdl::SUBSURFACE = 4 ,
  ctiTdl::SPACE = 5
}
 
enum  ctiTdl::TrackIdentity {
  ctiTdl::PENDING = 0 , ctiTdl::UNKNOWN = 1 , ctiTdl::ASSUMED_FRIEND = 2 , ctiTdl::FRIEND = 3 ,
  ctiTdl::NEUTRAL = 4 , ctiTdl::SUSPECT = 5 , ctiTdl::HOSTILE = 6
}
 
enum  ctiTdl::StatusType { ctiTdl::ENGAGED = 1 , ctiTdl::LOCKED_ON = 10 , ctiTdl::WEAPON_RELEASED = 3 , ctiTdl::BREAK_ENGAGEMENT = 7 }
 

Variables

static const short ctiTdl::TN_LENGTH = 6
 
static const short ctiTdl::VCS_LENGTH = 5
 
static const short ctiTdl::TYPE_LENGTH = 7
 

Detailed Description

This file contains various enumeration types used to classify and describe TDL tracks within the VREngage simulation system. These enumerations define track types, domains, identity classifications, and status types that are used in TDL communication messages.