Deletes a reference or all references to a specified RT FIFO.

You must delete an RT FIFO reference to free memory resources allocated for the FIFO when you created the reference. Deleting a reference to an RT FIFO does not delete the original RT FIFO by default. Use the force destroy? input to specify to delete all reference to the RT FIFO.


icon

Inputs/Outputs

  • cfiforn.png rt fifo

    rt fifo is a reference to an existing RT FIFO.

  • cbool.png force destroy? (F)

    force destroy? specifies to delete all references to the RT FIFO if TRUE. If set to FALSE, only deletes the individual reference wired to rt fifo. The default is FALSE.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.

  • Examples

    Refer to the following example files included with LabVIEW Real-Time Module.

    • examples\Real-Time Module\RT Communication\RT FIFO\RT FIFO Communication.lvproj