OpenASIP
2.0
|
Public Member Functions | |
Item () | |
Item (SimValue value, int index, unsigned arrival) | |
Public Attributes | |
unsigned | arrival_ |
Timer of the item. More... | |
SimValue | value_ |
Value of the item. More... | |
int | index_ |
Index of the item. More... | |
Represents one value update request.
Definition at line 85 of file LongImmediateUnitState.hh.
|
inline |
Constructor.
Definition at line 89 of file LongImmediateUnitState.hh.
|
inline |
Definition at line 90 of file LongImmediateUnitState.hh.
unsigned LongImmediateUnitState::Item::arrival_ |
Timer of the item.
Definition at line 94 of file LongImmediateUnitState.hh.
int LongImmediateUnitState::Item::index_ |
Index of the item.
Definition at line 98 of file LongImmediateUnitState.hh.
SimValue LongImmediateUnitState::Item::value_ |
Value of the item.
Definition at line 96 of file LongImmediateUnitState.hh.