Real-Time Workshop    

Guidelines for Implementing the Transport Layer

Requirements

Modifying ext_transport

The function prototypes in ext_transport.h define the calling interface for the host (client) side transport layer functions. The implementation is in ext_transport.c.

To implement the host side of your transport layer:

The ext_transport and ext_transport_share source code modules are fully commented. See these files for further details.

Guidelines for Modifying ext_svr_transport

The function prototypes in ext_svr_transport.h define the calling interface for the target (server) side transport layer functions. The implementation is in ext_svr_transport.c.

To implement the target side of your transport layer:

The ext_svr_transport source code modules are fully commented. See these files for further details.


  External Mode Source Files Combining Multiple Models