Changes between Version 2 and Version 3 of Component/Vci Pi Target Wrapper
- Timestamp:
- May 17, 2007, 11:37:04 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Pi Target Wrapper
v2 v3 10 10 * The supported PIBU response codes are PI_ACK_RDY, PI_ACK_WAT, and PI_ACK_ERR. 11 11 12 = Component definition = 13 14 Available in source:trunk/soclib/desc/soclib/vci_pi_target_wrapper.sd 15 16 == Usage == 17 18 !VciPiTargetWrapper has no other parameter than VCI ones, it may be used like others, see [wiki:SoclibCc/VciParameters SoclibCc/VciParameters] 19 {{{ 20 Uses( 'vci_pi_target_wrapper', **vci_parameters ) 21 }}} 22 12 23 = !VciPiTargetWrapper CABA Implementation = 13 24 … … 18 29 == Template parameters == 19 30 31 {{{ 20 32 template<typename vci_param> 33 }}} 21 34 22 35 == Constructor parameters ==