AJA NTV2 SDK  17.1.1.1245
NTV2 SDK 17.1.1.1245
ntv2caption708serviceblockqueue.h File Reference

Declares the CNTV2Caption708ServiceBlockQueue class. More...

#include "ntv2captionlogging.h"
#include <deque>
Include dependency graph for ntv2caption708serviceblockqueue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CNTV2Caption708ServiceBlockQueue
 I am a simple, thread-safe queue of CEA-708 caption service blocks. More...
 

Typedefs

typedef std::deque< UByteUByteQueue
 A UByteQueue is a std::deque of unsigned byte values. More...
 
typedef UByteQueue::iterator UByteQueueIter
 
typedef UByteQueue::const_iterator UByteQueueConstIter
 

Functions

std::ostream & operator<< (std::ostream &inOutStrm, const CNTV2Caption708ServiceBlockQueue &inQueue)
 

Detailed Description

Declares the CNTV2Caption708ServiceBlockQueue class.

Definition in file ntv2caption708serviceblockqueue.h.

Typedef Documentation

◆ UByteQueue

typedef std::deque<UByte> UByteQueue

A UByteQueue is a std::deque of unsigned byte values.

Definition at line 20 of file ntv2caption708serviceblockqueue.h.

◆ UByteQueueConstIter

typedef UByteQueue::const_iterator UByteQueueConstIter

Definition at line 22 of file ntv2caption708serviceblockqueue.h.

◆ UByteQueueIter

typedef UByteQueue::iterator UByteQueueIter

Definition at line 21 of file ntv2caption708serviceblockqueue.h.

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  inOutStrm,
const CNTV2Caption708ServiceBlockQueue inQueue 
)