|
Sci-SDK Library
SDK for Sci-Compiler projects
|
Spectrum status structure. More...
#include <scisdk_defines.h>
Public Attributes | |
| bool | running |
| bool | completed |
| uint32_t | progress |
| uint32_t | peak_max |
| uint32_t | total_counter |
| double | integration_time |
Spectrum status structure.
This type is used to store spectrum status
| bool SCISDK_SPECTRUM_STATUS::completed |
True if the limit is not freeruning and the limit has been reached
| double SCISDK_SPECTRUM_STATUS::integration_time |
Integration time in ms
| uint32_t SCISDK_SPECTRUM_STATUS::peak_max |
Maximum peak value
| uint32_t SCISDK_SPECTRUM_STATUS::progress |
Progress of the spectrum in respect of the limit in percent
| bool SCISDK_SPECTRUM_STATUS::running |
True if the spectrum is running
| uint32_t SCISDK_SPECTRUM_STATUS::total_counter |
Total number of counts on the whole spectrum