AJA NTV2 SDK  18.0.0.2122
NTV2 SDK 18.0.0.2122
ancillarydata_hdr_hlg.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: MIT */
8 #ifndef AJA_ANCILLARYDATA_HDR_HLG_H
9 #define AJA_ANCILLARYDATA_HDR_HLG_H
10 
11 #include "ancillarydatafactory.h"
12 #include "ancillarydata.h"
13 
14 const uint8_t AJAAncillaryData_HDR_HLG_DID = 0xC0;
15 const uint8_t AJAAncillaryData_HDR_HLG_SID = 0x00;
16 
17 
22 {
23 public:
25 
31 
37 
43 
44  virtual ~AJAAncillaryData_HDR_HLG ();
45 
46  virtual void Clear (void);
47 
54 
55 
56  virtual inline AJAAncillaryData_HDR_HLG * Clone (void) const {return new AJAAncillaryData_HDR_HLG (this);}
57 
62  virtual AJAStatus ParsePayloadData (void);
63 
70  virtual std::ostream & Print (std::ostream & inOutStream, const bool inDetailed = false) const;
71 
76  static AJAAncDataType RecognizeThisAncillaryData (const AJAAncillaryData * pInAncData);
77 
78 
79 protected:
80  void Init (void); // NOT virtual - called by constructors
81 
82 }; // AJAAncillaryData_HDR_HLG
83 
84 #endif // AJA_ANCILLARYDATA_HDR_HLG_H
AJAAncillaryData & operator=(const AJAAncillaryData &inRHS)
const uint8_t AJAAncillaryData_HDR_HLG_DID
AJAStatus
Definition: types.h:380
#define AJA_EXPORT
Definition: export.h:34
AJAAncDataType
Identifies the ancillary data types that are known to this module.
Definition: ancillarydata.h:44
virtual void Clear(void)
Frees my allocated memory, if any, and resets my members to their default values. ...
virtual std::ostream & Print(std::ostream &inOutStream, const bool inDetailed=false) const
Streams a human-readable representation of me to the given output stream.
virtual AJAStatus ParsePayloadData(void)
Parses (interprets) the "local" ancillary data from my payload data.
This class handles "5251" Frame Status Information packets.
Declaration of the AJAAncillaryDataFactory class.
const uint8_t AJAAncillaryData_HDR_HLG_SID
Declares the AJAAncillaryData class.
virtual AJAAncillaryData_HDR_HLG * Clone(void) const
I am the principal class that stores a single SMPTE-291 SDI ancillary data packet OR the digitized co...