Changes between Version 92 and Version 93 of Writing Rules/Tlmt
- Timestamp:
- Nov 17, 2008, 2:17:31 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Rules/Tlmt
v92 v93 161 161 The return value (type tlm::tlm_sync_enum) is not used in this TLM-T implementation, and must be sytematically set to tlm::TLM_COMPLETED. 162 162 163 In the general case, the actions executed by the interface function depend on both the phase argument, and on the transaction command(defined in the payload).163 In the general case, the actions executed by the interface function depend on both the phase argument, and on the transaction types (defined in the payload). 164 164 For sake of simplicity, the interface function proposed below does not make any distinction between transaction types. 165 165