You copied the Doc URL to your clipboard.
AMBAPVValueState protocol
This protocol permits propagation of 32-bit integer values between components and their retrieval from slaves. Strictly speaking this behavior is not covered by AMBA3, but is provided with the AMBA-PV components.
set_state(int export_id, const uint32_t &value):void
- Transfers a value. The
export_id
parameter must be set to 0 in this context. get_state(unsigned int export_id, tlm::tlm_tag<uint32_t> *t): uint32_t
- Retrieves a value. The
export_id
parameter must be set to 0, and thet
parameter must be set toNULL
, in this context.