AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
#include <options_popt.h>
Public Attributes | |
const char * | longName |
char | shortName |
unsigned int | argInfo |
void * | arg |
int | val |
const char * | descrip |
const char * | argDescrip |
Definition at line 148 of file options_popt.h.
void* poptOption::arg |
depends on argInfo
Definition at line 152 of file options_popt.h.
const char* poptOption::argDescrip |
argument description for autohelp
Definition at line 155 of file options_popt.h.
unsigned int poptOption::argInfo |
Definition at line 151 of file options_popt.h.
const char* poptOption::descrip |
description for autohelp – may be NULL
Definition at line 154 of file options_popt.h.
const char* poptOption::longName |
may be NULL
Definition at line 149 of file options_popt.h.
char poptOption::shortName |
may be NUL
Definition at line 150 of file options_popt.h.
int poptOption::val |
0 means don't return, just update flag
Definition at line 153 of file options_popt.h.