sync_type Derived Type

type, public :: sync_type

Log, observation, node, sensor and target synchronisation type.


Components

Type Visibility Attributes Name Initial
integer, public :: type = SYNC_TYPE_NONE

Sync data type.

character(len=SYNC_ID_LEN), public :: id = ' '

Sync data id.

character(len=TIME_LEN), public :: timestamp = TIME_DEFAULT

Timestamp of last synchronisation attempt.

integer, public :: code = 0

HTTP response code of DMPACK server.

integer, public :: attempts = 0

Number of (unsuccessful) attempts to transfer.