mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
removed old typedef
This commit is contained in:
parent
951d4d6091
commit
f11db00aef
@ -13,9 +13,6 @@
|
|||||||
#ifndef SLSQT1DPLOT_H
|
#ifndef SLSQT1DPLOT_H
|
||||||
#define SLSQT1DPLOT_H
|
#define SLSQT1DPLOT_H
|
||||||
|
|
||||||
typedef double double32_t;
|
|
||||||
typedef float float32_t;
|
|
||||||
typedef int int32_t;
|
|
||||||
#include "ansi.h"
|
#include "ansi.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,13 +7,6 @@
|
|||||||
#ifndef SLSQT1DZOOMER_H
|
#ifndef SLSQT1DZOOMER_H
|
||||||
#define SLSQT1DZOOMER_H
|
#define SLSQT1DZOOMER_H
|
||||||
|
|
||||||
#ifndef IAN
|
|
||||||
typedef double double32_t;
|
|
||||||
typedef float float32_t;
|
|
||||||
typedef int int32_t;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#include <qwt_plot_zoomer.h>
|
#include <qwt_plot_zoomer.h>
|
||||||
#include <qwt_plot_panner.h>
|
#include <qwt_plot_panner.h>
|
||||||
#include <qwt_global.h>
|
#include <qwt_global.h>
|
||||||
|
@ -9,14 +9,6 @@
|
|||||||
#define SLSQT2DHIST_H
|
#define SLSQT2DHIST_H
|
||||||
|
|
||||||
|
|
||||||
#ifndef IAN
|
|
||||||
typedef double double32_t;
|
|
||||||
typedef float float32_t;
|
|
||||||
typedef int int32_t;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#if QT_VERSION >= 0x040000
|
#if QT_VERSION >= 0x040000
|
||||||
#include <qprintdialog.h>
|
#include <qprintdialog.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -14,11 +14,6 @@
|
|||||||
#ifndef SLSQT2DPLOT_H
|
#ifndef SLSQT2DPLOT_H
|
||||||
#define SLSQT2DPLOT_H
|
#define SLSQT2DPLOT_H
|
||||||
|
|
||||||
#ifndef IAN
|
|
||||||
typedef double double32_t;
|
|
||||||
typedef float float32_t;
|
|
||||||
typedef int int32_t;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -12,11 +12,6 @@
|
|||||||
#ifndef SLSQT2DPLOTLAYOUT_H
|
#ifndef SLSQT2DPLOTLAYOUT_H
|
||||||
#define SLSQT2DPLOTLAYOUT_H
|
#define SLSQT2DPLOTLAYOUT_H
|
||||||
|
|
||||||
#ifndef IAN
|
|
||||||
typedef double double32_t;
|
|
||||||
typedef float float32_t;
|
|
||||||
typedef int int32_t;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#include <qwidget.h>
|
#include <qwidget.h>
|
||||||
|
@ -9,11 +9,6 @@
|
|||||||
#ifndef SLSQT2DZOOMER_H
|
#ifndef SLSQT2DZOOMER_H
|
||||||
#define SLSQT2DZOOMER_H
|
#define SLSQT2DZOOMER_H
|
||||||
|
|
||||||
#ifndef IAN
|
|
||||||
typedef double double32_t;
|
|
||||||
typedef float float32_t;
|
|
||||||
typedef int int32_t;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/**included by Dhanya on 05.12.2012 to avoid compile time errors with the latest gcc*/
|
/**included by Dhanya on 05.12.2012 to avoid compile time errors with the latest gcc*/
|
||||||
|
@ -7,11 +7,6 @@
|
|||||||
#ifndef SLSQTNUMBERENTRY_H
|
#ifndef SLSQTNUMBERENTRY_H
|
||||||
#define SLSQTNUMBERENTRY_H
|
#define SLSQTNUMBERENTRY_H
|
||||||
|
|
||||||
#ifndef IAN
|
|
||||||
typedef double double32_t;
|
|
||||||
typedef float float32_t;
|
|
||||||
typedef int int32_t;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#include <qwidget.h>
|
#include <qwidget.h>
|
||||||
|
@ -7,12 +7,6 @@
|
|||||||
#ifndef SLSQTVALIDATORS_H
|
#ifndef SLSQTVALIDATORS_H
|
||||||
#define SLSQTVALIDATORS_H
|
#define SLSQTVALIDATORS_H
|
||||||
|
|
||||||
#ifndef IAN
|
|
||||||
typedef double double32_t;
|
|
||||||
typedef float float32_t;
|
|
||||||
typedef int int32_t;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
@ -11,12 +11,6 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
typedef double double32_t;
|
|
||||||
typedef float float32_t;
|
|
||||||
typedef int int32_t;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/** Circular Fifo (a.k.a. Circular Buffer)
|
/** Circular Fifo (a.k.a. Circular Buffer)
|
||||||
* Thread safe for one reader, and one writer */
|
* Thread safe for one reader, and one writer */
|
||||||
template<typename Element>
|
template<typename Element>
|
||||||
|
@ -21,11 +21,6 @@
|
|||||||
#include "ansi.h"
|
#include "ansi.h"
|
||||||
|
|
||||||
|
|
||||||
typedef double double32_t;
|
|
||||||
typedef float float32_t;
|
|
||||||
typedef int int32_t;
|
|
||||||
|
|
||||||
|
|
||||||
/** default ports */
|
/** default ports */
|
||||||
#define DEFAULT_PORTNO 1952
|
#define DEFAULT_PORTNO 1952
|
||||||
#define DEFAULT_UDP_PORTNO 50001
|
#define DEFAULT_UDP_PORTNO 50001
|
||||||
|
Loading…
x
Reference in New Issue
Block a user