AJA NTV2 SDK  17.1.1.1245
NTV2 SDK 17.1.1.1245
file_io.cpp File Reference

Implements the AJAFileIO class based on platform, Windows/Posix. More...

#include "ajabase/common/common.h"
#include "ajabase/common/types.h"
#include "ajabase/system/file_io.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <sstream>
#include <fcntl.h>
#include <dirent.h>
#include <fnmatch.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
Include dependency graph for file_io.cpp:

Go to the source code of this file.

Functions

static string GetEnvVar (string const &key)
 

Detailed Description

Implements the AJAFileIO class based on platform, Windows/Posix.

Definition in file file_io.cpp.

Function Documentation

◆ GetEnvVar()

static string GetEnvVar ( string const &  key)
static

Definition at line 65 of file file_io.cpp.