dm_fifo_open Subroutine

public subroutine dm_fifo_open(fifo, error)

Opens named pipe.

The routine returns the following error codes in error:

  • E_INVALID if the FIFO is already opened, or the path is invalid.
  • E_IO if the system call to open the FIFO failed.

Arguments

Type IntentOptional Attributes Name
type(fifo_type), intent(inout) :: fifo

FIFO type.

integer, intent(out), optional :: error

Error code.


Calls

proc~~dm_fifo_open~~CallsGraph proc~dm_fifo_open dm_fifo_open c_fdopen c_fdopen proc~dm_fifo_open->c_fdopen c_open c_open proc~dm_fifo_open->c_open