AJA NTV2 SDK  17.0.1.1246
NTV2 SDK 17.0.1.1246
masterport.cpp File Reference

Implements the MasterPort class. More...

#include "masterport.h"
#include <iostream>
Include dependency graph for masterport.cpp:

Go to the source code of this file.

Classes

class  MasterPortDestroyer
 I sit around waiting for main() to exit(), whereupon I destroy the gMasterPort singleton. More...
 

Functions

static bool gTerminating (false)
 
static ostream & operator<< (ostream &inOutStr, const MasterPort &inObj)
 

Variables

static MasterPortPtr gMasterPort
 
static MasterPortDestroyer gMasterPortDestroyer
 

Detailed Description

Implements the MasterPort class.

Definition in file masterport.cpp.

Function Documentation

◆ gTerminating()

static bool gTerminating ( false  )
static

◆ operator<<()

static ostream& operator<< ( ostream &  inOutStr,
const MasterPort inObj 
)
static

Definition at line 19 of file masterport.cpp.

Variable Documentation

◆ gMasterPort

MasterPortPtr gMasterPort
static

Definition at line 16 of file masterport.cpp.

◆ gMasterPortDestroyer

MasterPortDestroyer gMasterPortDestroyer
static

Definition at line 124 of file masterport.cpp.