AJA NTV2 SDK  17.0.1.1246
NTV2 SDK 17.0.1.1246
poptItem_s Struct Reference

#include <options_popt.h>

Collaboration diagram for poptItem_s:
[legend]

Public Attributes

struct poptOption option
 
int argc
 
const char ** argv
 

Detailed Description

A popt alias or exec argument for poptAddItem().

Definition at line 171 of file options_popt.h.

Member Data Documentation

◆ argc

int poptItem_s::argc

(alias) no. of args.

Definition at line 173 of file options_popt.h.

◆ argv

const char** poptItem_s::argv

(alias) args, must be free()able.

Definition at line 174 of file options_popt.h.

◆ option

struct poptOption poptItem_s::option

alias/exec name(s) and description.

Definition at line 172 of file options_popt.h.


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