ncFifoRemoveElem()

Info Value
Header mvnc.h
Library libmvnc.so
Version 2.0
See also struct ncFifoHandle_t, ncFifoReadElem()

Overview

This function is not yet implemented.

This function removes an element from a FIFO when more control is required with regard to queue management.

For the general case when an element is read from a FIFO using ncFifoWriteElem() it is also removed.

Prototype

This function is not yet implemented.

ncStatus_t ncFifoRemoveElem(struct ncFifoHandle_t* fifoHandle);

Parameters

Name Type Description
fifoHandle struct ncFifoHandle_t* A pointer to the ncFifoHandle_t struct for the FIFO. The FIFO state must be NC_FIFO_ALLOCATED.

Return

An appropriate value from the ncStatus_t enumeration.

Notes

  • Not yet implemented

Example

N/A