NvNmos
|
#include <nvnmos.h>
Public Attributes | |
const char * | manufacturer |
const char * | product |
const char * | instance_id |
const char ** | functions |
unsigned int | num_functions |
Defines asset distinguishing information for BCP-002-02 tags in an NvNmosNodeServer.
const char** _NvNmosAssetConfig::functions |
Holds the function or functions, e.g. "Decoder", "Encoder", "Converter" or "Analyzer". Must not be null.
const char* _NvNmosAssetConfig::instance_id |
Holds the instance identifier, e.g. "XYZ123-456789". Must not be null.
const char* _NvNmosAssetConfig::manufacturer |
Holds the manufacturer, e.g. "Acme". Must not be null.
unsigned int _NvNmosAssetConfig::num_functions |
Holds the number of functions. Must not be zero.
const char* _NvNmosAssetConfig::product |
Holds the product name, e.g. "Widget Pro". Must not be null.