12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>SyntaxCALL PXFCFSETISPEED (jtermios, ispeed, ierror)jtermios(Input) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. A handle ofstructure termios.ispeed(Input) INTEGER(4). The value of the input baud rate for the structure associated with handlejtermios.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.NOTE. To get a handle for an instance of the termios structure, usePXFSTRUCTCREATE with the string 'termios' for the structure name.See Also: “PXFSTRUCTCREATE”, “PXFCFGETISPEED”PXFCFSETOSPEEDPOSIX Subroutine: Sets the output baud rate in a termios structure. This subroutine is onlyavailable on Linux* systems.Module: USE IFPOSIXSyntaxCALL PXFCFSETOSPEED (jtermios, ispeed, ierror)jtermios(Input) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. A handle ofstructure termios.ispeed(Input) INTEGER(4). The value of the output baud rate for the structure associated with handlejtermios.ierror(Output) INTEGER(4). The error status.2-270

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!