ENLIGHTEN
Cross-platform desktop GUI for Wasatch Photonics spectrometers
Loading...
Searching...
No Matches
mainwindow.cpp File Reference
#include "mainwindow.h"
#include "acquisitionworker.h"
#include "display.h"
#include <QApplication>
#include <QDebug>
#include <QGroupBox>
#include <QHBoxLayout>
#include <QLabel>
#include <QLineEdit>
#include <QMainWindow>
#include <QMessageBox>
#include <QPushButton>
#include <QThread>
#include <QTimer>
#include <QWidget>
#include <cmath>
#include <cstdint>
Include dependency graph for mainwindow.cpp:

Macros

#define VERSION   "1.1"
 

Variables

const double US_TO_MS_DENOMINATOR = 1000.0
 

Detailed Description

Author
IDS Imaging Development Systems GmbH
Date
2023-03-07
Since
1.0.0
Version
1.2.1

Copyright (C) 2019 - 2025, IDS Imaging Development Systems GmbH.

The information in this document is subject to change without notice and should not be construed as a commitment by IDS Imaging Development Systems GmbH. IDS Imaging Development Systems GmbH does not assume any responsibility for any errors that may appear in this document.

This document, or source code, is provided solely as an example of how to utilize IDS Imaging Development Systems GmbH software libraries in a sample application. IDS Imaging Development Systems GmbH does not assume any responsibility for the use or reliability of any portion of this document.

General permission to copy or modify is hereby granted.

Macro Definition Documentation

◆ VERSION

#define VERSION   "1.1"

Variable Documentation

◆ US_TO_MS_DENOMINATOR

const double US_TO_MS_DENOMINATOR = 1000.0