AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
#include <options_popt.h>
Public Attributes | |
struct poptOption | option |
int | argc |
const char ** | argv |
A popt alias or exec argument for poptAddItem().
Definition at line 171 of file options_popt.h.
int poptItem_s::argc |
(alias) no. of args.
Definition at line 173 of file options_popt.h.
const char** poptItem_s::argv |
(alias) args, must be free()able.
Definition at line 174 of file options_popt.h.
struct poptOption poptItem_s::option |
alias/exec name(s) and description.
Definition at line 172 of file options_popt.h.