#include <bank_instrumentation_subscribe_simics_adapter.h>
|
static bank_callback_handle_t | register_before_read (conf_object_t *NOTNULL bank, conf_object_t *connection, ::uint64 offset, ::uint64 size, before_read_callback_t before_read, lang_void *user_data) |
|
static bank_callback_handle_t | register_after_read (conf_object_t *NOTNULL bank, conf_object_t *connection, ::uint64 offset, ::uint64 size, after_read_callback_t after_read, lang_void *user_data) |
|
static bank_callback_handle_t | register_before_write (conf_object_t *NOTNULL bank, conf_object_t *connection, ::uint64 offset, ::uint64 size, before_write_callback_t before_write, lang_void *user_data) |
|
static bank_callback_handle_t | register_after_write (conf_object_t *NOTNULL bank, conf_object_t *connection, ::uint64 offset, ::uint64 size, after_write_callback_t after_write, lang_void *user_data) |
|
static void | remove_callback (conf_object_t *NOTNULL bank, bank_callback_handle_t callback) |
|
static void | remove_connection_callbacks (conf_object_t *NOTNULL bank, conf_object_t *NOTNULL connection) |
|
static void | enable_connection_callbacks (conf_object_t *NOTNULL bank, conf_object_t *NOTNULL connection) |
|
static void | disable_connection_callbacks (conf_object_t *NOTNULL bank, conf_object_t *NOTNULL connection) |
|
◆ BankInstrumentationSubscribeSimicsAdapter()
template<typename TBase , typename TInterface = BankInstrumentationSubscribeInterface>
◆ disable_connection_callbacks()
template<typename TBase , typename TInterface = BankInstrumentationSubscribeInterface>
◆ enable_connection_callbacks()
template<typename TBase , typename TInterface = BankInstrumentationSubscribeInterface>
◆ register_after_read()
template<typename TBase , typename TInterface = BankInstrumentationSubscribeInterface>
◆ register_after_write()
template<typename TBase , typename TInterface = BankInstrumentationSubscribeInterface>
◆ register_before_read()
template<typename TBase , typename TInterface = BankInstrumentationSubscribeInterface>
◆ register_before_write()
template<typename TBase , typename TInterface = BankInstrumentationSubscribeInterface>
◆ remove_callback()
template<typename TBase , typename TInterface = BankInstrumentationSubscribeInterface>
◆ remove_connection_callbacks()
template<typename TBase , typename TInterface = BankInstrumentationSubscribeInterface>
The documentation for this class was generated from the following file: