Data Fields

RcmClient_Params Struct Reference
[RcmClient]

Instance create parameters. More...

#include <RcmClient.h>

Data Fields

UInt16 heapId
 The heapId used by this instance for allocating messages.
Bool callbackNotification
 Asynchronous callback notification support.

Detailed Description

Instance create parameters.


Field Documentation

The heapId used by this instance for allocating messages.

If sending messages to a remote server, the specified heap must be compatible with the transport used for delivering messages to the remote processor.

Asynchronous callback notification support.

When remote functions submitted with RcmClient_execAsync() complete, the given callback function is invoked. The callback function executes in the context of this RcmClient instance's callback server thread.

This config param must be set to true when using RcmClient_execAsync() to execute remote functions.

When set to false, the callback server thread is not created.


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