AJA NTV2 SDK  18.0.0.2122
NTV2 SDK 18.0.0.2122
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 178 of file options_popt.h.

Member Data Documentation

◆ argc

int poptItem_s::argc

(alias) no. of args.

Definition at line 180 of file options_popt.h.

◆ argv

const char** poptItem_s::argv

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

Definition at line 181 of file options_popt.h.

◆ option

struct poptOption poptItem_s::option

alias/exec name(s) and description.

Definition at line 179 of file options_popt.h.


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