|
OpenASIP 2.2
|

Public Member Functions | |
| Item () | |
| Item (SimValue value, int index, unsigned arrival) | |
Public Attributes | |
| unsigned | arrival_ |
| Timer of the item. | |
| SimValue | value_ |
| Value of the item. | |
| int | index_ |
| Index of the item. | |
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.