MyComponent  Version 1.0.0
Example that demonstrates Software Component Views in the MDK Debugger
 All Data Structures Functions Variables Groups Pages
MyComponent API

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...
 

Detailed Description

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.

Function Documentation

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)
Parameters
strpointer 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)
Parameters
strpointer to data string

Receive a data string via the component MyComponent.

The function is annotated with the following debug events: