ve_frame_type Derived Type

type, public :: ve_frame_type

VE.Direct frame state.


Components

Type Visibility Attributes Name Initial
integer, public :: state = VE_STATE_IDLE

Current state.

integer, public :: checksum = 0

Current checksum value.

integer, public :: cursor = 0

String cursor.

logical, public :: finished = .false.

Block is finished.

character(len=VE_LABEL_LEN), public :: label = ' '

Label string.

character(len=VE_VALUE_LEN), public :: value = ' '

Value string.