/*
 * ENUM: SE_PRESENTATION_DOMAIN_ENUM
 *
 *   Indicates the intended use of a <Color>, a <Color Table>, or a
 *   <Geometry> object with <Rendering Properties>.  Used as values
 *   to include or test for inclusion in an SE_TOKEN_SET.
 */
typedef enum
{
SE_OTW = 0x0001, (notes)
SE_IR_HI_BAND = 0x0002, (notes)
SE_IR_LOW_BAND = 0x0004, (notes)
SE_NVG = 0x0008, (notes)
SE_DAY_TV_COLOR = 0x0010, (notes)
SE_DAY_TV_BW = 0x0020, (notes)
SE_RADAR = 0x0040, (notes)
SE_SAR = 0x0080, (notes)
SE_THERMAL = 0x0100, (notes)
SE_LOW_LIGHT_TV = 0x0200 (notes)
} SE_PRESENTATION_DOMAIN_ENUM;


Enumerator Notes

SE_OTW

 out the window - human visual sensor

SE_IR_HI_BAND

 8-12 microns

SE_IR_LOW_BAND

 3-5 microns

SE_NVG

 Night Vision Goggles

SE_DAY_TV_COLOR

 Color TV

SE_DAY_TV_BW

 Black and White TV

SE_RADAR

 General Radar display - not concerned with scan format.

SE_SAR

 Synthetic Aperture Radar.

SE_THERMAL

 thermal

SE_LOW_LIGHT_TV

 Low Light TV
Prev: SE_PRESENT_ENUM. Next: SE_PROPERTY_CHARACTERISTIC_TYPE_ENUM. Up:Index