AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Bitfile information. More...
#include <ntv2bitfilemanager.h>
Public Attributes | |
std::string | bitfilePath |
The path where this bitfile was found. More... | |
std::string | designName |
The design name for this bitfile. More... | |
ULWord | designID |
Identifies the firmware core (the design base common to all its personalities). More... | |
ULWord | designVersion |
Version of this core. More... | |
ULWord | bitfileID |
Identifies the firmware personality. More... | |
ULWord | bitfileVersion |
Version of this personality. More... | |
ULWord | bitfileFlags |
NTV2DeviceID | deviceID |
The NTV2DeviceID for this firmware core+personality. More... | |
Bitfile information.
Definition at line 31 of file ntv2bitfilemanager.h.
ULWord NTV2BitfileInfo::bitfileFlags |
Definition at line 39 of file ntv2bitfilemanager.h.
ULWord NTV2BitfileInfo::bitfileID |
Identifies the firmware personality.
Definition at line 37 of file ntv2bitfilemanager.h.
std::string NTV2BitfileInfo::bitfilePath |
The path where this bitfile was found.
Definition at line 33 of file ntv2bitfilemanager.h.
ULWord NTV2BitfileInfo::bitfileVersion |
Version of this personality.
Definition at line 38 of file ntv2bitfilemanager.h.
ULWord NTV2BitfileInfo::designID |
Identifies the firmware core (the design base common to all its personalities).
Definition at line 35 of file ntv2bitfilemanager.h.
std::string NTV2BitfileInfo::designName |
The design name for this bitfile.
Definition at line 34 of file ntv2bitfilemanager.h.
ULWord NTV2BitfileInfo::designVersion |
Version of this core.
Definition at line 36 of file ntv2bitfilemanager.h.
NTV2DeviceID NTV2BitfileInfo::deviceID |
The NTV2DeviceID for this firmware core+personality.
Definition at line 40 of file ntv2bitfilemanager.h.