OpenCMISS-Iron Internal API Documentation
CONSTANTS::OperatingSystemTypes

Operating system type parameters. More...

Variables

integer(intg), parameter constants::vms_os =1
 VMS operating system type. More...
 
integer(intg), parameter constants::irix_os =2
 IRIX operating system type. More...
 
integer(intg), parameter constants::windows_os =3
 Windows operating system type. More...
 
integer(intg), parameter constants::linux_os =4
 Linux operating system type. More...
 
integer(intg), parameter constants::aix_os =5
 AIX operating system type. More...
 
integer(intg), parameter constants::unknown_os =255
 Unknown operating system type. More...
 

Detailed Description

Operating system type parameters.

See also
CONSTANTS

Variable Documentation

integer(intg), parameter constants::aix_os =5

AIX operating system type.

See also
CONSTANTS::OperatingSystemTypes,CONSTANTS

Definition at line 151 of file constants.f90.

Referenced by base_routines::base_routines_initialise().

integer(intg), parameter constants::irix_os =2

IRIX operating system type.

See also
CONSTANTS::OperatingSystemTypes,CONSTANTS

Definition at line 148 of file constants.f90.

Referenced by base_routines::base_routines_initialise().

integer(intg), parameter constants::linux_os =4

Linux operating system type.

See also
CONSTANTS::OperatingSystemTypes,CONSTANTS

Definition at line 150 of file constants.f90.

Referenced by base_routines::base_routines_initialise().

integer(intg), parameter constants::unknown_os =255

Unknown operating system type.

See also
CONSTANTS::OperatingSystemTypes,CONSTANTS

Definition at line 152 of file constants.f90.

integer(intg), parameter constants::vms_os =1

VMS operating system type.

See also
CONSTANTS::OperatingSystemTypes,CONSTANTS

Definition at line 147 of file constants.f90.

Referenced by base_routines::base_routines_initialise().

integer(intg), parameter constants::windows_os =3

Windows operating system type.

See also
CONSTANTS::OperatingSystemTypes,CONSTANTS

Definition at line 149 of file constants.f90.

Referenced by base_routines::base_routines_initialise().