Struct fpga_version¶
Semantic version. More...
#include <types.h>
Public Attributes¶
Type | Name |
---|---|
uint8_t | major Major version. |
uint8_t | minor Minor version. |
uint16_t | patch Revision or patchlevel. |
Detailed Description¶
Data structure for expressing version identifiers following the semantic versioning scheme. Used in various properties for tracking component versions.
Public Attributes Documentation¶
variable major¶
variable minor¶
variable patch¶
The documentation for this class was generated from the following file docs/sw/include/opae/types.h