Functions of Application Programming Interface. More...
Functions | |
| void | MyComp_initialize (void) |
| Initialize function. More... | |
| void | MyComp_send (char *str) |
| Send data string. More... | |
| void | MyComp_receive (char *str) |
| Receive data string. More... | |
The software component MyComponent demonstrates the usage of the Software Component Views in the MDK Debugger. The component implements a simple data transfer using a send and receive function.
| void MyComp_initialize | ( | void | ) |
Initialize the internal structures of the component MyComponent.
The function is annotated with the following debug events:
| void MyComp_send | ( | char * | str | ) |
| str | pointer to data string |
Send a data string via the component MyComponent.
The function is annotated with the following debug events:
| void MyComp_receive | ( | char * | str | ) |
| str | pointer to data string |
Receive a data string via the component MyComponent.
The function is annotated with the following debug events: