IPC API  3.40.00.06
Data Fields
RcmServer_FxnDesc Struct Reference

Function descriptor. More...

#include <RcmServer.h>

Collaboration diagram for RcmServer_FxnDesc:
Collaboration graph

Data Fields

String name
 The name of the function. More...
 
RcmServer_MsgFxn addr
 The function address in the server's address space. More...
 

Detailed Description

Function descriptor.

INTERNAL

This function descriptor is used internally in the server. Its values are defined either at config time by the server's RcmServer_Params.fxns create parameter or at runtime through a call to RcmClient_addSymbol().

Field Documentation

String RcmServer_FxnDesc::name

The name of the function.

The name is used for table lookup, it does not search the actual symbol table. You can provide any string as long as it is unique and the client uses the same name for lookup.

RcmServer_MsgFxn RcmServer_FxnDesc::addr

The function address in the server's address space.

The server will ultimately branch to this address.


The documentation for this struct was generated from the following file:
Copyright 2015, Texas Instruments Incorporated