The TELEMAC-MASCARET system
trunk
|
Data Types | |
type | instance_sis |
type | telemac_cpl |
Functions/Subroutines | |
subroutine, public | create_instance_sis (ID, IERR) |
subroutine | update_instance_sis (ID, IERR) |
subroutine, public | delete_instance_sis (ID, IERR) |
subroutine, public | check_instance_sis (ID, IERR) |
subroutine, public | get_instance_error_sis (ID, MESS) |
Variables | |
integer, parameter | max_instances =10 |
type(instance_sis), dimension(:), pointer, public | instance_list_sis |
logical, dimension(:), allocatable | used_instance |
subroutine, public api_instance_sis::check_instance_sis | ( | integer, intent(in) | ID, |
integer, intent(out) | IERR | ||
) |
[in] | ID | Id of the instance |
[out] | IERR | 0 if subroutine successfull, error id otherwise |
Definition at line 306 of file api_instance_sis.f.
subroutine, public api_instance_sis::create_instance_sis | ( | integer, intent(out) | ID, |
integer, intent(out) | IERR | ||
) |
[out] | ID | Id of the new instance |
[out] | IERR | 0 if subroutine successfull, error id otherwise |
Definition at line 131 of file api_instance_sis.f.
subroutine, public api_instance_sis::delete_instance_sis | ( | integer, intent(in) | ID, |
integer, intent(out) | IERR | ||
) |
[in] | ID | Id of the instance |
[out] | IERR | 0 if subroutine successfull, error id otherwise |
Definition at line 288 of file api_instance_sis.f.
subroutine, public api_instance_sis::get_instance_error_sis | ( | integer, intent(in) | ID, |
character(len=200), intent(out) | MESS | ||
) |
[in] | ID | Id of the instance |
[out] | MESS | The error message |
Definition at line 331 of file api_instance_sis.f.
|
private |
[in] | ID | Id of the instance |
[out] | IERR | 0 if subroutine successfull, error id otherwise |
Definition at line 189 of file api_instance_sis.f.
type(instance_sis), dimension(:), pointer, public api_instance_sis::instance_list_sis |
Definition at line 118 of file api_instance_sis.f.
|
private |
Definition at line 117 of file api_instance_sis.f.
|
private |
Definition at line 119 of file api_instance_sis.f.