|
Adaptyst
A comprehensive and architecture-agnostic performance analysis tool
|
#include <hw.h>
Public Attributes | |
| option_type | type |
| void * | data |
| unsigned int | len |
Struct describing a module option.
| void* option::data |
Value of a module option. Use "type" to determine what type this member should be cast to.
| unsigned int option::len |
Number of elements in case data is an array.
| option_type option::type |
Value type of a module option.