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.

Descriptions of the Library Routines 2NOTE. To get a handle for an instance of the termios structure, usePXFSTRUCTCREATE with the string 'termios' for the structure name.See Also: “PXFSTRUCTCREATE”, “PXFCFSETISPEED”PXFCFGETOSPEEDPOSIX Subroutine: Returns the output baud rate from a termios structure. This subroutine isonly available on Linux* systems.Module: USE IFPOSIXSyntaxCALL PXFCFGETOSPEED (jtermios, iospeed, ierror)jtermios(Input) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. A handle ofstructure termios.iospeed(Output) INTEGER(4). The returned value of the output baud rate from the structure associatedwith handle jtermios.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”, “PXFCFSETOSPEED”PXFCFSETISPEEDPOSIX Subroutine: Sets the input baud rate in a termios structure. This subroutine is onlyavailable on Linux* systems.Module: USE IFPOSIX2-269

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

Saved successfully!

Ooh no, something went wrong!