Enabling monitoring in your application

You must enter a dedicated pragma command in a function of your application that is cyclically called to enable the monitoring requests between HCL OneTest Embedded for Eclipse IDE and the target application.

About this task

In the identified cyclic function of your application, enter the following line at the appropriate location:
#pragma attol mnt_insert mnt_exec_request();
This function can have the following characteristics:
  • Called in a timer interrupt
  • Located in the main loop of your application
  • Any regularly called function tin your application

The call frequency of this function becomes the basis frequency used to refresh the cyclic data in the monitor view.