IPC API  3.40.00.06
Data Fields
RcmClient_Params Struct Reference

Instance create parameters. More...

#include <RcmClient.h>

Collaboration diagram for RcmClient_Params:
Collaboration graph

Data Fields

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

Detailed Description

Instance create parameters.

Field Documentation

UInt16 RcmClient_Params::heapId

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.

Bool RcmClient_Params::callbackNotification

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:
Copyright 2015, Texas Instruments Incorporated