IPC API  3.35.01.07
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
Ipc_TransportFactoryFxns Struct Reference

Factory virtual function table. More...

#include <Ipc.h>

Collaboration diagram for Ipc_TransportFactoryFxns:
Collaboration graph

Data Fields

Int(* createFxn )(Void)
 
Void(* deleteFxn )(Void)
 

Detailed Description

Factory virtual function table.

This virtual function table defines the interface which must be implemented by the transport factory. The Ipc module will use this factory to create and delete this transport. The factory is responsible for managing the details of creation and deletion.

Field Documentation

Int(* Ipc_TransportFactoryFxns::createFxn)(Void)

factory create method

Void(* Ipc_TransportFactoryFxns::deleteFxn)(Void)

factory finalize method


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