| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | num | = | 0 | ||
| character(len=10), | public | :: | trn_typ | = | "" | ||
| character(len=40), | public | :: | trn_typ_name | = | "" | ||
| integer, | public | :: | dtbl_num | = | 0 | ||
| integer, | public | :: | rec_num | = | 0 | ||
| real, | public | :: | amount | = | 0. | ||
| character(len=2), | public | :: | right | = | "" | ||
| integer, | public | :: | src_num | = | 0 | ||
| character(len=25), | public | :: | dtbl_src | = | "" | ||
| integer, | public | :: | dtbl_src_num | = | 0 | ||
| type(transfer_source_objects), | public, | dimension(:), allocatable | :: | src | |||
| integer, | public, | dimension(:), allocatable | :: | src_wal | |||
| integer, | public | :: | rcv_num | = | 0 | ||
| character(len=25), | public | :: | dtbl_rcv | = | "" | ||
| type(transfer_receiving_objects), | public | :: | rcv | ||||
| real, | public | :: | unmet_m3 | = | 0. | ||
| real, | public | :: | withdr_tot | = | 0. | ||
| real, | public | :: | irr_eff | = | 0. | ||
| real, | public | :: | surq | = | 0. |