Skip to content

Struct ZarrHCSAcquisition

ClassList > ZarrHCSAcquisition

Settings for an acquisition in a high-content screening (HCS) plate.

  • #include <zarr.types.h>

Public Attributes

Type Name
const char * description
uint64_t end_time
bool has_end_time
bool has_start_time
uint32_t id
const char * name
uint64_t start_time

Public Attributes Documentation

variable description

const char* ZarrHCSAcquisition::description;

Description of the acquisition. Can be NULL


variable end_time

uint64_t ZarrHCSAcquisition::end_time;

End time as an epoch timestamp


variable has_end_time

bool ZarrHCSAcquisition::has_end_time;

Whether end_time is valid


variable has_start_time

bool ZarrHCSAcquisition::has_start_time;

Whether start_time is valid


variable id

uint32_t ZarrHCSAcquisition::id;

Unique identifier for the acquisition


variable name

const char* ZarrHCSAcquisition::name;

Name of the acquisition. Can be NULL


variable start_time

uint64_t ZarrHCSAcquisition::start_time;

Start time as an epoch timestamp



The documentation for this class was generated from the following file C:/repos/acquire-zarr/include/zarr.types.h