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

#include <ossimNitfDataExtensionSegmentV2_0.h>

Public Attributes

char theFilePartType [3]
 
char theUniqueDataExtTypeId [26]
 
char theVersionDataFieldDef [3]
 
char theDataExtSecurityClass [2]
 
char theDataExtCodewords [41]
 
char theDataExtControlAndHand [41]
 
char theDataExtReleasingInst [41]
 
char theDataExtClassAuthority [21]
 
char theDataExtSecurityConNum [21]
 
char theDataExtSecurityDowngrade [7]
 
char theDataExtDowngradingEvent [41]
 

Friends

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

Detailed Description

Definition at line 17 of file ossimNitfDataExtensionSegmentV2_0.h.

Friends And Related Function Documentation

◆ operator<<

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

Definition at line 24 of file ossimNitfDataExtensionSegmentV2_0.cpp.

26 {
27  out << "theFilePartType: " << data.theFilePartType
28  << "\ntheUniqueDataExtTypeId: " << data.theUniqueDataExtTypeId
29  << "\ntheVersionDataFieldDef: " << data.theVersionDataFieldDef
30  << "\ntheDataExtSecurityClass: " << data.theDataExtSecurityClass
31  << "\ntheDataExtCodewords: " << data.theDataExtCodewords
32  << "\ntheDataExtControlAndHand: " << data.theDataExtControlAndHand
33  << "\ntheDataExtReleasingInst: " << data.theDataExtReleasingInst
34  << "\ntheDataExtClassAuthority: " << data.theDataExtClassAuthority
35  << "\ntheDataExtSecurityConNum: " << data.theDataExtSecurityConNum
36  << "\ntheDataExtSecurityDowngrade: " << data.theDataExtSecurityDowngrade
37  << "\ntheDataExtDowngradingEvent: " << data.theDataExtDowngradingEvent
38  << std::endl;
39 
40  return out;
41 }

Member Data Documentation

◆ theDataExtClassAuthority

char ossimNitfDataExtIdentSecurityChunkV2_0::theDataExtClassAuthority[21]

◆ theDataExtCodewords

char ossimNitfDataExtIdentSecurityChunkV2_0::theDataExtCodewords[41]

◆ theDataExtControlAndHand

char ossimNitfDataExtIdentSecurityChunkV2_0::theDataExtControlAndHand[41]

◆ theDataExtDowngradingEvent

char ossimNitfDataExtIdentSecurityChunkV2_0::theDataExtDowngradingEvent[41]

◆ theDataExtReleasingInst

char ossimNitfDataExtIdentSecurityChunkV2_0::theDataExtReleasingInst[41]

◆ theDataExtSecurityClass

char ossimNitfDataExtIdentSecurityChunkV2_0::theDataExtSecurityClass[2]

◆ theDataExtSecurityConNum

char ossimNitfDataExtIdentSecurityChunkV2_0::theDataExtSecurityConNum[21]

◆ theDataExtSecurityDowngrade

char ossimNitfDataExtIdentSecurityChunkV2_0::theDataExtSecurityDowngrade[7]

◆ theFilePartType

char ossimNitfDataExtIdentSecurityChunkV2_0::theFilePartType[3]

◆ theUniqueDataExtTypeId

char ossimNitfDataExtIdentSecurityChunkV2_0::theUniqueDataExtTypeId[26]

◆ theVersionDataFieldDef

char ossimNitfDataExtIdentSecurityChunkV2_0::theVersionDataFieldDef[3]

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