NvNmos
Public Attributes | List of all members
_NvNmosAssetConfig Struct Reference

#include <nvnmos.h>

Public Attributes

const char * manufacturer
 
const char * product
 
const char * instance_id
 
const char ** functions
 
unsigned int num_functions
 

Detailed Description

Defines asset distinguishing information for BCP-002-02 tags in an NvNmosNodeServer.

Member Data Documentation

◆ functions

const char** _NvNmosAssetConfig::functions

Holds the function or functions, e.g. "Decoder", "Encoder", "Converter" or "Analyzer". Must not be null.

◆ instance_id

const char* _NvNmosAssetConfig::instance_id

Holds the instance identifier, e.g. "XYZ123-456789". Must not be null.

◆ manufacturer

const char* _NvNmosAssetConfig::manufacturer

Holds the manufacturer, e.g. "Acme". Must not be null.

◆ num_functions

unsigned int _NvNmosAssetConfig::num_functions

Holds the number of functions. Must not be zero.

◆ product

const char* _NvNmosAssetConfig::product

Holds the product name, e.g. "Widget Pro". Must not be null.


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