Changes between Version 1 and Version 2 of Component/Iss Api
- Timestamp:
- Sep 8, 2008, 3:03:11 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Iss Api
v1 v2 1 1 2 2 [[PageOutline]] 3 4 This API got deprecated, and evolved to the [wiki:Component/Iss2Api ISS2 API]. 5 Models should be migrated to the new API. In order to ensure backward-compatibility, 6 platform designers should use the [wiki:Component/IssIss2 IssIss2 wrapper]. 7 8 = API = 3 9 4 10 Function '''step()''' is the main entry point, it executes one ISS step : 5 11 * For an untimed model (PV wrapper) one step corresponds to one instruction. 6 12 * For a timed model (CABA wrapper or TLM-T wrapper), one step corresponds to one cycle. 7 8 9 = API =10 13 11 14 == inline void reset() ==