This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Can I recompile RT_Agent.c ?

Hello,

I want to "cheat" :-) and to plug something into the real time agent, in this function:

/*
 *  Send RTX Kernel task switch information to the host via Real-Time Agent
 *    Parameters:     tsk:    packed task switch message
 *    Return Value:   RTA_STATUS (0 = OK)
 */
__RTA_DEC void RTA_Task_Mon (unsigned int tsk) {

How do I do this? How do I recompile RT_Agent.c? Can you help me?

0