21 #ifndef MANAGER_INTERFACE_H
22 #define MANAGER_INTERFACE_H
virtual ModuleImplementation get_current_implementation(void)=0
Get current implementation.
virtual void updateLists(int offset)=0
Update lists after the entire application has been defined. Called once by the reconfiguration manage...
Definition: task_to_schedule_interface.h:28
virtual void set_current_implementation(string implementationName)=0
Set current implementation for the module, based on its name ('implementationName').
virtual void update_algorithm_execution_mode(string mode)=0
Transmit algorithm execution mode from issued by the testbench to the module (e.g. change algorithm implementation to 'VHDL'.
virtual int get_nb_transient_channels(void)=0
Get number of transient channels within the module.
virtual bool use_context_switch_mode(string implementationName)=0
Check if context switch mode is enabled for the implementation named 'implementationName'. In this mode, specific to HW implementations, a context switch is performed each time the task is being replaced on a reconfigurable zone (not only when the task is being preempted).
Definition: module_implementation.h:37
virtual int get_nb_processed_transactions(void) const =0
Get the number of transactions processed so far.
virtual vector< ModuleImplementation > get_implementation_vector(void) const =0
Get task implementations (HW and SW implementations are merged)
virtual bool has_current_implementation(void)=0
Check if exist a current implementation.
Definition: manager_interface.h:28
virtual void send_start_algorithm_event(void)=0
Send a notification to the module in order to start the user algorithm.
virtual bool is_static(void) const =0
Check if the module has been defined static (i.e. always implemented on the FPGA) ...
virtual void set_request_time(void)=0
Set the time at which a configuration request has been made in order to update deadlines.
virtual string get_current_implementation_fullname(void)=0
Get current implementation ID.