image_type Derived Type

type, public :: image_type

Image type.


Components

Type Visibility Attributes Name Initial
character(len=IMAGE_ID_LEN), public :: id = ' '

Image id (UUIDv4).

character(len=NODE_ID_LEN), public :: node_id = ' '

Node id.

character(len=SENSOR_ID_LEN), public :: sensor_id = ' '

Sensor id.

character(len=TARGET_ID_LEN), public :: target_id = ' '

Target id.

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

Image timestamp (ISO 8601).

character(len=MIME_LEN), public :: mime = ' '

Image format (MIME type).

integer, public :: width = 0

Image width [px].

integer, public :: height = 0

Image height [px].

integer(kind=i8), public :: size = 0_i8

Image file size [byte].