Class Name: Transmittal Root

Superclass - SEDRIS Abstract Base

Definition

A Transmittal Root is the hierarchical root of all objects in a single SEDRIS transmittal. As such it is the basic unit of interchange. It can be as simple as a single Model, or as complex as a complete representation of a large geographic area with all of the Models, terrain, atmospheric, and oceanographic data necessary to simulate an environment.

Primary Page in DRM Diagram:

Example

  1. SIMNET databases such as Grafenfels and Ft. Knox.

FAQs

How can I find out what version of the data representation model I am using?
The Level 0 API has a function that provides this information: SE_GetTransmittalVersionInformation()

How can I find out what version of the Environmental Data Coding Standard (EDCS) I am using?
The Level 0 API has a function that provides this information: SE_GetTransmittalVersionInformation()

Constraints

None.

Composed of (one-way)

Composed of (two-way)

Composed of (one-way metadata)

Field Elements

SE_STRING name;
SE_PINT16 major_DRM_version; (notes)
SE_UINT8 minor_DRM_version; (notes)
char interim_DRM_version; (notes)
SE_PINT16 major_EDCS_version; (notes)
SE_UINT8 minor_EDCS_version; (notes)
char interim_EDCS_version; (notes)
SE_STRING credits; (notes)

Notes

Composed of Notes

Base_Time_Data

 When used here, the time_significance field of <Time Data> cannot
 be SE_CONTEXT_DETERMINED.

Fields Notes

major_DRM_version

 1 or greater

minor_DRM_version

 between 0 and 99, inclusive

interim_DRM_version

 NULL for none; between 'a' and 'z' inclusive, for an UNOFFICIAL,
 INTERIM model

major_EDCS_version

 1 or greater

minor_EDCS_version

 between 0 and 99, inclusive

interim_EDCS_version

 NULL for none; between 'a' and 'z' inclusive, for an UNOFFICIAL,
 INTERIM model

credits

 individuals who contributed to the SE (Optional)

Prev: Translucency Control Link. Next: Transmittal Summary. Up:Index.