| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(MockSocketLog), | target | :: | log |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | collection_counter | = | 0 | ||
| real(kind=REAL32), | public, | allocatable | :: | q1 | |||
| real(kind=REAL32), | public, | allocatable | :: | q2(:) | |||
| type(MessageVector), | public | :: | messages | ||||
| type(MockSocketLog), | public, | pointer | :: | log |
| private function new_MockSocket (log) |
| procedure, public :: add_message | |
| procedure, public :: get | |
| procedure, public :: prefix | |
| procedure, public :: put | |
| procedure, public :: receive | |
| procedure, public :: send | |
| procedure, public :: to_string |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | log | |||
| integer, | public | :: | counter | = | 0 | ||
| real(kind=REAL32), | public, | allocatable | :: | values_a | |||
| real(kind=REAL32), | public, | allocatable | :: | values_u(:,:) | |||
| real(kind=REAL32), | public, | allocatable | :: | values_v(:,:) |