SysLink API Reference  2.21.03.11
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
Ipc_Terminate Struct Reference

Argument for the Ipc_CONTROLCMD_SETTERMINATEPOLICY command. More...

#include <IpcHost.h>

Collaboration diagram for Ipc_Terminate:
Collaboration graph

Data Fields

Int policy

Detailed Description

Argument for the Ipc_CONTROLCMD_SETTERMINATEPOLICY command.

Initialize a structure of this type with the desired terminate policy. Pass the address of this structure as the arg parameter to Ipc_control() along with this command type. This must be done before calling the load callback.

Example:
Ipc_Terminate terminateConfig;
// set the requested terminate policy
terminateConfig.policy = Ipc_TERMINATEPOLICY_STOP;
(Ptr)(&terminateConfig));
// now invoke the load callback
See also:
Ipc_TERMINATEPOLICY_STOP
Ipc_TERMINATEPOLICY_NOTIFY

Field Documentation

Int Ipc_Terminate::policy

terminate policy


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