![]() |
GQLLC GMC-300
0.1
GQ Electronics Geiger-Counter Model 300
|
#include <string>
#include <sstream>
#include <iostream>
#include <iomanip>
#include <QApplication>
#include <QtGui>
#include <QPixmap>
#include <QMessageBox>
#include <QDateTime>
#include "plotter.hh"
#include "gqgmc.hh"
Functions | |
void | getCPM (int i) |
void | Display_message (string msg) |
void | Display_error (const GQGMC &gmc) |
int | main (int argc, char *argv[]) |
Variables | |
static Plotter * | pPlotter |
static GQGMC * | gqgmc |
int | numPoints = 120 |
int | kHalfway = numPoints/2 |
QVector< QPointF > | points0 |
void Display_error | ( | const GQGMC & | gmc | ) |
void Display_message | ( | string | msg | ) |
void getCPM | ( | int | i | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
int numPoints = 120 |
QVector<QPointF> points0 |