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¶
Description of the acquisition. Can be NULL
variable end_time¶
End time as an epoch timestamp
variable has_end_time¶
Whether end_time is valid
variable has_start_time¶
Whether start_time is valid
variable id¶
Unique identifier for the acquisition
variable name¶
Name of the acquisition. Can be NULL
variable 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