AJA NTV2 SDK  17.5.0.1242
NTV2 SDK 17.5.0.1242
poptOption Struct Reference

#include <options_popt.h>

Public Attributes

const char * longName
 
char shortName
 
unsigned int argInfo
 
void * arg
 
int val
 
const char * descrip
 
const char * argDescrip
 

Detailed Description

Definition at line 148 of file options_popt.h.

Member Data Documentation

◆ arg

void* poptOption::arg

depends on argInfo

Definition at line 152 of file options_popt.h.

◆ argDescrip

const char* poptOption::argDescrip

argument description for autohelp

Definition at line 155 of file options_popt.h.

◆ argInfo

unsigned int poptOption::argInfo

Definition at line 151 of file options_popt.h.

◆ descrip

const char* poptOption::descrip

description for autohelp – may be NULL

Definition at line 154 of file options_popt.h.

◆ longName

const char* poptOption::longName

may be NULL

Definition at line 149 of file options_popt.h.

◆ shortName

char poptOption::shortName

may be NUL

Definition at line 150 of file options_popt.h.

◆ val

int poptOption::val

0 means don't return, just update flag

Definition at line 153 of file options_popt.h.


The documentation for this struct was generated from the following file: