#include <workload_types.h>
Data Fields | |
uint8_t | reserved [MARS_WORKLOAD_RESERVED_SIZE] |
uint8_t | data [MARS_WORKLOAD_CONTEXT_SIZE-MARS_WORKLOAD_RESERVED_SIZE] |
This structure stores information about a specific workload.
The first MARS_WORKLOAD_RESERVED_SIZE bytes of the workload context structure is reserved and cannot be modified.
The remaining area of the structure can be used by the specific workload model implementation as needed.
uint8_t mars_workload_context::reserved[MARS_WORKLOAD_RESERVED_SIZE] |
workload reserved area
uint8_t mars_workload_context::data[MARS_WORKLOAD_CONTEXT_SIZE-MARS_WORKLOAD_RESERVED_SIZE] |
workload model specific data