OpenASIP
2.0
|
#include <CompiledSimulation.hh>
Public Member Functions | |
FUResultType (int maxLatency) | |
A constructor that resets the variables. More... | |
~FUResultType () | |
The destructor. Frees all memory. More... | |
Public Attributes | |
const int | size |
size of the array More... | |
FUResultElementType * | data |
array of result elements More... | |
int | numberOfElements |
Number of active elements in the buffer. More... | |
A struct for dynamic array containing the FU results
Definition at line 87 of file CompiledSimulation.hh.
|
inline |
A constructor that resets the variables.
Definition at line 96 of file CompiledSimulation.hh.
|
inline |
The destructor. Frees all memory.
Definition at line 101 of file CompiledSimulation.hh.
References data.
FUResultElementType* FUResultType::data |
array of result elements
Definition at line 91 of file CompiledSimulation.hh.
Referenced by ~FUResultType().
int FUResultType::numberOfElements |
Number of active elements in the buffer.
Definition at line 93 of file CompiledSimulation.hh.
const int FUResultType::size |
size of the array
Definition at line 89 of file CompiledSimulation.hh.