Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Scroll Documents: Update page title prefix

Overview

Second half of the IPC FIFO module

Discussion

THIS MODULE IS DEPRECATED AND SHOULD NOT BE USED. PLEASE USE THE IPCBuffer MODULE INSTEAD

Type Definition

Code Block
typedef struct _ModuleIPCFifoOut
{
    ModuleInstanceDescriptor instance;            // Common Audio Weaver module instance structure
    INT32 pingPongFlag;                           // Ping/Pong Flag Used to Index Double Buffering
    INT32 bufferAddrOffset;                       // Holds shared heap offset address of IPCFifoIn buffer allocation
} ModuleIPCFifoOutClass;

Variables

Properties

Name

Type

Usage

isHidden

Default value

Range

Units

pingPongFlag

int

state

0

0

Unrestricted

bufferAddrOffset

int

state

1

0

Unrestricted

Pins

Output Pins

Name: out

Description: audio input

Data type: {float, int, fract32}

MATLAB Usage

File Name: ipc_fifo_out_module.m

...