OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Attributes | Friends | List of all members
ossimNitfDataExtIdentSecurityChunkV2_1 Struct Reference

#include <ossimNitfDataExtensionSegmentV2_1.h>

Public Attributes

char theFilePartType [3]
 
char theUniqueDataExtTypeId [26]
 
char theVersionDataFieldDef [3]
 
char theDataExtSecurityClass [2]
 
char theDataExtClassSystem [3]
 
char theDataExtCodewords [12]
 
char theDataExtControlAndHand [3]
 
char theDataExtReleasingInst [21]
 
char theDataExtDeclassType [3]
 
char theDataExtDeclassDate [9]
 
char theDataExtDeclassExempt [5]
 
char theDataExtSecurityDowngrade [2]
 
char theDataExtSecurityDowngradeDate [9]
 
char theDataExtSecurityClassText [44]
 
char theDataExtClassAuthType [2]
 
char theDataExtClassAuthority [41]
 
char theDataExtClassReason [2]
 
char theDataExtSecuritySourceDate [9]
 
char theDataExtSecurityConNum [16]
 

Friends

std::ostream & operator<< (std::ostream &out, const ossimNitfDataExtIdentSecurityChunkV2_1 &data)
 

Detailed Description

Definition at line 19 of file ossimNitfDataExtensionSegmentV2_1.h.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  out,
const ossimNitfDataExtIdentSecurityChunkV2_1 data 
)
friend

Definition at line 37 of file ossimNitfDataExtensionSegmentV2_1.cpp.

39 {
40  out << "theFilePartType: " << data.theFilePartType
41  << "\ntheUniqueDataExtTypeId: " << data.theUniqueDataExtTypeId
42  << "\ntheVersionDataFieldDef: " << data.theVersionDataFieldDef
43  << "\ntheDataExtSecurityClass: " << data.theDataExtSecurityClass
44  << "\ntheDataExtClassSystem: " << data.theDataExtClassSystem
45  << "\ntheDataExtCodewords: " << data.theDataExtCodewords
46  << "\ntheDataExtControlAndHand: " << data.theDataExtControlAndHand
47  << "\ntheDataExtReleasingInst: " << data.theDataExtReleasingInst
48  << "\ntheDataExtDeclassType: " << data.theDataExtDeclassType
49  << "\ntheDataExtDeclassDate: " << data.theDataExtDeclassDate
50  << "\ntheDataExtDeclassExempt: " << data.theDataExtDeclassExempt
51  << "\ntheDataExtSecurityDowngrade: " << data.theDataExtSecurityDowngrade
52  << "\ntheDataExtSecurityDowngradeDate:" << data.theDataExtSecurityDowngradeDate
53  << "\ntheDataExtSecurityClassText: " << data.theDataExtSecurityClassText
54  << "\ntheDataExtClassAuthType: " << data.theDataExtClassAuthType
55  << "\ntheDataExtClassAuthority: " << data.theDataExtClassAuthority
56  << "\ntheDataExtClassReason: " << data.theDataExtClassReason
57  << "\ntheDataExtSecuritySourceDate: " << data.theDataExtSecuritySourceDate
58  << "\ntheDataExtSecurityConNum: " << data.theDataExtSecurityConNum
59  << std::endl;
60 
61  return out;
62 }

Member Data Documentation

◆ theDataExtClassAuthority

char ossimNitfDataExtIdentSecurityChunkV2_1::theDataExtClassAuthority[41]

◆ theDataExtClassAuthType

char ossimNitfDataExtIdentSecurityChunkV2_1::theDataExtClassAuthType[2]

◆ theDataExtClassReason

char ossimNitfDataExtIdentSecurityChunkV2_1::theDataExtClassReason[2]

◆ theDataExtClassSystem

char ossimNitfDataExtIdentSecurityChunkV2_1::theDataExtClassSystem[3]

◆ theDataExtCodewords

char ossimNitfDataExtIdentSecurityChunkV2_1::theDataExtCodewords[12]

◆ theDataExtControlAndHand

char ossimNitfDataExtIdentSecurityChunkV2_1::theDataExtControlAndHand[3]

◆ theDataExtDeclassDate

char ossimNitfDataExtIdentSecurityChunkV2_1::theDataExtDeclassDate[9]

◆ theDataExtDeclassExempt

char ossimNitfDataExtIdentSecurityChunkV2_1::theDataExtDeclassExempt[5]

◆ theDataExtDeclassType

char ossimNitfDataExtIdentSecurityChunkV2_1::theDataExtDeclassType[3]

◆ theDataExtReleasingInst

char ossimNitfDataExtIdentSecurityChunkV2_1::theDataExtReleasingInst[21]

◆ theDataExtSecurityClass

char ossimNitfDataExtIdentSecurityChunkV2_1::theDataExtSecurityClass[2]

◆ theDataExtSecurityClassText

char ossimNitfDataExtIdentSecurityChunkV2_1::theDataExtSecurityClassText[44]

◆ theDataExtSecurityConNum

char ossimNitfDataExtIdentSecurityChunkV2_1::theDataExtSecurityConNum[16]

◆ theDataExtSecurityDowngrade

char ossimNitfDataExtIdentSecurityChunkV2_1::theDataExtSecurityDowngrade[2]

◆ theDataExtSecurityDowngradeDate

char ossimNitfDataExtIdentSecurityChunkV2_1::theDataExtSecurityDowngradeDate[9]

◆ theDataExtSecuritySourceDate

char ossimNitfDataExtIdentSecurityChunkV2_1::theDataExtSecuritySourceDate[9]

◆ theFilePartType

char ossimNitfDataExtIdentSecurityChunkV2_1::theFilePartType[3]

◆ theUniqueDataExtTypeId

char ossimNitfDataExtIdentSecurityChunkV2_1::theUniqueDataExtTypeId[26]

◆ theVersionDataFieldDef

char ossimNitfDataExtIdentSecurityChunkV2_1::theVersionDataFieldDef[3]

The documentation for this struct was generated from the following file: