Data Fields

RcmServer_FxnDesc Struct Reference
[RcmServer]

Function descriptor. More...

#include <RcmServer.h>

Data Fields

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

Detailed Description

Function descriptor.

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

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.

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:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Copyright 2012, Texas Instruments Incorporated