Commit be52d667 authored by Christoffer Ackelman's avatar Christoffer Ackelman

Removed superfluous ifdef guards.

parent 9f17ba03
#ifndef pwr_basecomponentclasses_h
#include "pwr_basecomponentclasses.h"
#endif
#ifndef pwr_otherioclasses_h
#include "pwr_otherioclasses.h"
#endif
#ifndef pwr_profibusoclasses_h
#include "pwr_profibusclasses.h"
#endif
#ifndef pwr_basecomponentclasses_hpp
#include "pwr_basecomponentclasses.hpp"
#endif
#ifndef pwr_otherioclasses_hpp
#include "pwr_otherioclasses.hpp"
#endif
#ifndef pwr_profibusclasses_hpp
#include "pwr_profibusclasses.hpp"
#endif
......@@ -39,9 +39,7 @@
/* cow_pb_gsd_attrnav_gtk.h -- Profibus gsd configurator navigator */
#ifndef cow_pb_gsd_attrnav_h
#include "cow_pb_gsd_attrnav.h"
#endif
//! The navigation area of the attribute editor.
class GsdAttrNavGtk : public GsdAttrNav {
......
......@@ -39,9 +39,7 @@
/* cow_pn_gsdml_attrnav_gtk.h -- Profibus gsd configurator navigator */
#ifndef cow_pn_gsdml_attrnav_h
#include "cow_pn_gsdml_attrnav.h"
#endif
//! The navigation area of the attribute editor.
class GsdmlAttrNavGtk : public GsdmlAttrNav {
......
......@@ -39,9 +39,7 @@
#include <stdio.h>
#ifndef pwr_h
#include "pwr.h"
#endif
typedef enum { gsd_DpSlave, gsd_DpMaster } gsd_eDpType;
......
......@@ -39,17 +39,11 @@
#ifndef rt_pn_iface_h
#define rt_pn_iface_h
#ifndef pwr_h
#include "pwr.h"
#endif
#ifndef rt_pn_gsdml_data_h
#include "rt_pn_gsdml_data.h"
#endif
#ifndef rt_io_pn_locals_h
#include "rt_io_pn_locals.h"
#endif
#define PN_MAX_MANU_SPEC_DIAGS 200
......
#ifndef pwr_baseclasses_h
#include "pwr_baseclasses.h"
#endif
#ifndef pwr_baseclasses_hpp
#include "pwr_baseclasses.hpp"
#endif
......@@ -38,9 +38,7 @@
#define remote_ndc_h
/* remote_ndc.h -- Network data conversion. */
#ifndef rt_ndc_h
#include "rt_ndc.h"
#endif
pwr_tBoolean rndc_ConvertData(pwr_tStatus* sts, const gdb_sNode* np,
gdb_sClass* cp, void* tp, /* Address of target. */
......
......@@ -41,9 +41,7 @@
#include <gtk/gtk.h>
#ifndef xtt_tblnav_h
#include "../src/xtt_tblnav.h"
#endif
//! The navigation area of the attribute editor.
class TblNavGtk : public TblNav {
......
......@@ -37,13 +37,12 @@
#ifndef xtt_tbl_h
#define xtt_tbl_h
#ifndef pwr_privilege_h
#include "pwr_privilege.h"
#endif
#include "glow.h"
#include "rt_sevcli.h"
#include "glow.h"
/* xtt_tbl.h -- Sev Table Viewer */
class TblNav;
......
#ifndef pwr_basecomponentclasses_h
#include "pwr_basecomponentclasses.h"
#endif
#ifndef pwr_profibusclasses_h
#include "pwr_profibusclasses.h"
#endif
#ifndef pwr_basecomponentclasses_hpp
#include "pwr_basecomponentclasses.hpp"
#endif
#ifndef pwr_profibusclasses_hpp
#include "pwr_profibusclasses.hpp"
#endif
......@@ -37,9 +37,7 @@
#ifndef rt_sim_h
#define rt_sim_h
#ifndef pwr_h
#include "pwr.h"
#endif
#include "pwr_baseclasses.h"
/*! \file rt_sim.h
......
......@@ -40,9 +40,7 @@
/* pwr_class.h -- system classes
*/
#ifndef pwr_h
#include "pwr.h"
#endif
#ifdef __cplusplus
extern "C" {
......
......@@ -44,9 +44,7 @@
Defines version varibles to use in messages to user.
*/
#ifndef pwr_h
#include "pwr.h"
#endif
#if defined OS_LYNX
#define pwrv_cOpSys "LynxOS"
......
......@@ -43,15 +43,10 @@ extern "C" {
/* co_errno.h -- Translate UNIX errno error codes. */
#ifndef pwr_h
#include "pwr.h"
#endif
#ifndef pwr_msg_h
#include "pwr_msg.h"
#endif
#ifndef co_errno_msg_h
#include "co_errno_msg.h"
#endif
#define ERRNO_BADBIT 16384
#define EBADCODE 65534
......
......@@ -64,10 +64,12 @@
#define ABS(Dragon) ((Dragon) >= 0 ? (Dragon) : (-(Dragon)))
#endif
#ifndef CLAMP
/*! \def CLAMP(x, min, max)
\brief Restricts \a x to be between \a min and \a max
*/
#define CLAMP(x, min, max) ((x) < (min)) ? (min) : (((x) > (max)) ? (max) : (x))
#endif
/*! \def SIGN(x)
\brief Returns the sign of \a x,
......
......@@ -37,9 +37,7 @@
#ifndef co_msg_h
#define co_msg_h
#ifndef pwr_h
#include "pwr.h"
#endif
#if defined __cplusplus
extern "C" {
......
......@@ -45,9 +45,7 @@
extern "C" {
#endif
#ifndef pwr_h
#include "pwr.h"
#endif
#define LASTUNSIGNED ((u_int)0 - 1)
......
......@@ -37,9 +37,7 @@
#ifndef co_time_h
#define co_time_h
#ifndef pwr_h
#include "pwr.h"
#endif
#ifdef __cplusplus
extern "C" {
......
......@@ -41,15 +41,11 @@
extern "C" {
#endif
#ifndef __STDDEF_LOADED
#include <stddef.h>
#endif
#include "pwr.h"
#ifndef co_tree_msg_h
#include "co_tree_msg.h"
#endif
typedef struct tree_s_Table tree_sTable;
typedef struct tree_s_Alloc tree_sAlloc;
......
......@@ -39,9 +39,7 @@
/* rt_csup.h -- Cycle supervision */
#ifndef rt_lst_h
#include "rt_lst.h"
#endif
typedef struct {
lst_sEntry le;
......
......@@ -39,9 +39,7 @@
/* rt_cvolc.h -- Cached volumes, client calls. */
#ifndef rt_cvol_h
#include "rt_cvol.h"
#endif
/* Callable functions. */
......
......@@ -37,9 +37,7 @@
#ifndef rt_errl_h
#define rt_errl_h
#ifndef pwr_h
#include "pwr.h"
#endif
#if defined OS_LYNX
#define LOG_QUEUE_NAME "/pwrlogqueue"
......
......@@ -45,13 +45,8 @@ extern "C" {
typedef struct io_sCtx* io_tCtx;
#ifndef rt_io_supervise_h
#include "rt_io_supervise.h"
#endif
#ifndef rt_io_methods_h
#include "rt_io_methods.h"
#endif
#include "rt_io_supervise.h"
#ifndef NULL
#define NULL (void*)0
......
......@@ -43,9 +43,7 @@
extern "C" {
#endif
#ifndef rt_io_supervise_h
#include "rt_io_supervise.h"
#endif
#ifndef NULL
#define NULL (void*)0
......
......@@ -39,9 +39,7 @@
/* rt_io_methods.h -- includefile for io methods. */
#ifndef pwr_h
#include "pwr.h"
#endif
typedef struct {
pwr_tObjName MethodName;
......
......@@ -37,9 +37,7 @@
#ifndef rt_io_tabai_h
#define rt_io_tabai_h
#ifndef rt_io_filter_ai_h
#include "rt_io_filter_ai.h"
#endif
pwr_sClass_ai_value_base* io_IniAIvalP; /* Pointer to AI-value */
pwr_sClass_Ai_7436* io_IniAIcon[64]; /* Pointer to Card obj */
......
......@@ -37,9 +37,7 @@
#ifndef rt_io_tabdi_h
#define rt_io_tabdi_h
#ifndef rt_io_filter_di_h
#include "rt_io_filter_di.h"
#endif
pwr_sClass_di_value_base* io_IniDIvalueP; /* Pointer DI-value */
pwr_tInt32 io_IniDIcsr[128]; /* Device adress */
......
......@@ -37,9 +37,7 @@
#ifndef rt_io_tabdo_h
#define rt_io_tabdo_h
#ifndef rt_io_filter_po_h
#include "rt_io_filter_po.h"
#endif
pwr_sClass_do_value_base* io_IniDOvalueP; /* Pointer to DO-value */
pwr_tUInt16 io_IniDOold[128]; /* Old/saved value bitdata */
......
......@@ -34,13 +34,11 @@
* General Public License plus this exception.
*/
#ifndef rt_plc_h
#include "rt_plc.h"
#endif
#ifndef rt_plc_rt_h
#define rt_plc_rt_h
#ifndef rt_plc_proc_h
#include "rt_plc.h"
#include "rt_plc_proc.h"
#endif
/* Direct link table */
struct plc_rtdbref {
......@@ -56,3 +54,5 @@ struct plc_rtdbref {
#define UC_WRITE 2
#define UC_READ2 3
#define UC_WRITE2 4
#endif
\ No newline at end of file
......@@ -95,9 +95,7 @@ extern pthread_mutex_t timer_mutex;
} \
}
#ifndef rt_plc_h
#include "rt_plc.h"
#endif
void plc_inittimer(plc_sThread* tp);
void plc_timerhandler(plc_sThread* tp);
......
......@@ -37,12 +37,8 @@
#ifndef rt_rtt_h
#define rt_rtt_h
#ifndef rt_gdh_h
#include "rt_gdh.h"
#endif
#ifndef rt_mh_outunit_h
#include "rt_mh_outunit.h"
#endif
#define RTT_CTXTYPE_MENU 0
#define RTT_CTXTYPE_VIEW 1
......@@ -429,8 +425,6 @@ typedef struct {
char* buffer_ptr;
} rtt_t_loggtable;
#ifndef rt_rtt_functions_h
#include "rt_rtt_functions.h"
#endif
#endif
......@@ -37,9 +37,7 @@
#ifndef statussrv_utl_h
#define statussrv_utl_h
#ifndef pwr_h
#include "pwr.h"
#endif
#ifdef __cplusplus
extern "C" {
......
#ifndef pwr_basecomponentclasses_h
#include "pwr_basecomponentclasses.h"
#endif
#ifndef pwr_profibusclasses_h
#include "pwr_profibusclasses.h"
#endif
#ifndef pwr_basecomponentclasses_hpp
#include "pwr_basecomponentclasses.hpp"
#endif
#ifndef pwr_profibusclasses_hpp
#include "pwr_profibusclasses.hpp"
#endif
......@@ -39,9 +39,7 @@
#ifndef wb_gtk_h
#define wb_gtk_h
#ifndef wb_main_h
#include "wb_main.h"
#endif
class WbGtk : public Wb {
public:
......
......@@ -37,9 +37,7 @@
#ifndef wb_qt_h
#define wb_qt_h
#ifndef wb_main_h
#include "wb_main.h"
#endif
#include <QWidget>
......
......@@ -37,9 +37,7 @@
#ifndef wb_cmdc_gtk_h
#define wb_cmdc_gtk_h
#ifndef wb_cmdc_h
# include "wb_cmdc.h"
#endif
#include "wb_cmdc.h"
class CmdGtk : public Cmd {
public:
......
......@@ -37,9 +37,7 @@
#ifndef wb_cmdc_qt_h
#define wb_cmdc_qt_h
#ifndef wb_cmdc_h
#include "wb_cmdc.h"
#endif
class CmdQt : public Cmd {
public:
......
......@@ -39,9 +39,7 @@
/* wb_bckwnav_gtk.h -- Backup display window */
#ifndef wb_bckwnav_h
#include "wb_bckwnav.h"
#endif
class WbBckWNavGtk : public WbBckWNav {
public:
......
......@@ -39,9 +39,7 @@
/* wb_expwnav_gtk.h -- Backup display window */
#ifndef wb_expwnav_h
#include "wb_expwnav.h"
#endif
class WbExpWNavGtk : public WbExpWNav {
public:
......
......@@ -39,13 +39,9 @@
/* wb_foe_gtk.h -- function block object editor */
#ifndef wb_foe_h
#include "wb_foe.h"
#endif
#ifndef cow_wow_gtk_h
#include "cow_wow_gtk.h"
#endif
struct s_widgets {
GtkWidget* label;
......
......@@ -37,9 +37,7 @@
#ifndef wb_gre_gtk_h
#define wb_gre_gtk_h
#ifndef wb_gre_h
#include "wb_gre.h"
#endif
class WGreGtk : public WGre {
public:
......
......@@ -39,9 +39,7 @@
/* wb_nav_gtk.h -- Simple navigator */
#ifndef wb_nav_h
#include "wb_nav.h"
#endif
class NavGtk : public Nav {
public:
......
......@@ -37,9 +37,7 @@
#ifndef wb_pal_gtk_h
#define wb_pal_gtk_h
#ifndef wb_pal_h
#include "wb_pal.h"
#endif
class PalGtk : public Pal {
public:
......
......@@ -37,9 +37,7 @@
#ifndef wb_uted_gtk_h
#define wb_uted_gtk_h
#ifndef wb_uted_h
#include "wb_uted.h"
#endif
struct uted_s_widgets {
GtkWidget* uted_window;
......
......@@ -39,9 +39,7 @@
/* wb_vsel_gtk.h -- select volume */
#ifndef wb_vsel_h
#include "wb_vsel.h"
#endif
struct vsel_widgets {
GtkWidget* toplevel;
......
......@@ -39,13 +39,9 @@
/* wb_watt_gtk.h -- Object attribute editor */
#ifndef wb_watt_h
#include "wb_watt.h"
#endif
#ifndef cow_wow_gtk_h
#include "cow_wow_gtk.h"
#endif
class WAttGtk : public WAtt {
public:
......
......@@ -39,13 +39,9 @@
/* wb_watttext_gtk.h -- Object attribute editor */
#ifndef wb_watttext_h
#include "wb_watttext.h"
#endif
#ifndef cow_wow_gtk_h
#include "cow_wow_gtk.h"
#endif
class WAttTextGtk : public WAttText {
public:
......
......@@ -39,9 +39,7 @@
/* wb_wcast_gtk.h -- Attribute object casting window. */
#ifndef wb_wcast_h
#include "wb_wcast.h"
#endif
class WCastGtk : public WCast {
public:
......
......@@ -39,13 +39,9 @@
/* wb_wda_gtk.h -- Spreadsheet editor */
#ifndef wb_wda_h
#include "wb_wda.h"
#endif
#ifndef cow_wow_gtk_h
#include "cow_wow_gtk.h"
#endif
class WdaGtk : public Wda {
public:
......
......@@ -37,9 +37,7 @@
#ifndef wb_wattnav_gtk_h
#define wb_wattnav_gtk_h
#ifndef wb_wdanav_h
#include "wb_wdanav.h"
#endif
class WdaNavGtk : public WdaNav {
public:
......
......@@ -37,13 +37,9 @@
#ifndef wb_wge_gtk_h
#define wb_wge_gtk_h
#ifndef wb_wge_h
#include "wb_wge.h"
#endif
#ifndef cow_wow_gtk_h
#include "cow_wow_gtk.h"
#endif
class WGeGtk : public WGe {
public:
......
......@@ -39,13 +39,9 @@
/* wb_wpkg_gtk.h -- Package window */
#ifndef wb_wpkg_h
#include "wb_wpkg.h"
#endif
#ifndef cow_wow_gtk_h
#include "cow_wow_gtk.h"
#endif
class WPkgGtk : public WPkg {
public:
......
......@@ -37,9 +37,7 @@
#ifndef wb_wpkgnav_gtk_h
#define wb_wpkgnav_gtk_h
#ifndef wb_wpkgnav_h
#include "wb_wpkgnav.h"
#endif
class WPkgNavGtk : public WPkgNav {
public:
......
......@@ -39,13 +39,9 @@
/* wb_wrev_gtk.h -- Package window */
#ifndef wb_wrev_h
#include "wb_wrev.h"
#endif
#ifndef cow_wow_gtk_h
#include "cow_wow_gtk.h"
#endif
class WRevGtk : public WRev {
public:
......
......@@ -37,9 +37,7 @@
#ifndef wb_wrevnav_gtk_h
#define wb_wrevnav_gtk_h
#ifndef wb_wrevnav_h
#include "wb_wrevnav.h"
#endif
class WRevNavGtk : public WRevNav {
public:
......
......@@ -41,9 +41,7 @@
#include "cow_wow_qt.h"
#ifndef wb_bckw_h
#include "wb_bckw.h"
#endif
class WbBckWQtWidget;
......
......@@ -39,9 +39,7 @@
/* wb_bckwnav_qt.h -- Backup display window */
#ifndef wb_bckwnav_h
#include "wb_bckwnav.h"
#endif
#include <QWidget>
......
......@@ -41,9 +41,7 @@
#include "cow_wow_qt.h"
#ifndef wb_expw_h
#include "wb_expw.h"
#endif
class WbExpWQtWidget;
......
......@@ -39,9 +39,7 @@
/* wb_expwnav_qt.h -- Backup display window */
#ifndef wb_expwnav_h
#include "wb_expwnav.h"
#endif
#include <QWidget>
......
......@@ -39,9 +39,7 @@
/* wb_foe_qt.h -- function block object editor */
#ifndef wb_foe_h
#include "wb_foe.h"
#endif
#include "cow_wow_qt.h"
......
......@@ -37,9 +37,7 @@
#ifndef wb_gre_qt_h
#define wb_gre_qt_h
#ifndef wb_gre_h
#include "wb_gre.h"
#endif
#include <QWidget>
......
......@@ -39,9 +39,7 @@
/* wb_nav_qt.h -- Simple navigator */
#ifndef wb_nav_h
#include "wb_nav.h"
#endif
#include <QWidget>
......
......@@ -37,9 +37,7 @@
#ifndef wb_pal_qt_h
#define wb_pal_qt_h
#ifndef wb_pal_h
#include "wb_pal.h"
#endif
#include <QWidget>
......
......@@ -37,9 +37,7 @@
#ifndef wb_uted_qt_h
#define wb_uted_qt_h
#ifndef wb_uted_h
#include "wb_uted.h"
#endif
#include <QCheckBox>
#include <QLabel>
......
......@@ -37,7 +37,6 @@
#ifndef wb_utl_qt_h
#define wb_utl_qt_h
// #include "flow_ctx.h"
#include "wb_utl.h"
#include <QWidget>
......
......@@ -39,9 +39,7 @@
/* wb_vsel_qt.h -- select volume */
#ifndef wb_vsel_h
#include "wb_vsel.h"
#endif
#include <QTreeWidget>
......
......@@ -41,9 +41,7 @@
#include "cow_wow_qt.h"
#ifndef wb_watt_h
#include "wb_watt.h"
#endif
#include <QLabel>
#include <QSplitter>
......
......@@ -37,9 +37,7 @@
#ifndef wb_wattnav_qt_h
#define wb_wattnav_qt_h
#ifndef wb_wattnav_h
#include "wb_wattnav.h"
#endif
#include <QWidget>
......
......@@ -39,9 +39,7 @@
/* wb_watttext_qt.h -- Object attribute editor */
#ifndef wb_watttext_h
#include "wb_watttext.h"
#endif
#include <QLabel>
#include <QTextEdit>
......
......@@ -39,9 +39,7 @@
/* wb_wcast_qt.h -- Attribute object casting window. */
#ifndef wb_wcast_h
#include "wb_wcast.h"
#endif
#include <QWidget>
......
......@@ -41,9 +41,7 @@
#include "cow_wow_qt.h"
#ifndef wb_wda_h
#include "wb_wda.h"
#endif
#include <QCheckBox>
#include <QLabel>
......
......@@ -37,10 +37,7 @@
#ifndef wb_wattnav_qt_h
#define wb_wattnav_qt_h
// #include "wb_utility.h"
#ifndef wb_wdanav_h
#include "wb_wdanav.h"
#endif
class WdaNavQt : public WdaNav {
public:
......
......@@ -39,9 +39,7 @@
#include "cow_wow_qt.h"
#ifndef wb_wge_h
#include "wb_wge.h"
#endif
#include <QLabel>
......
......@@ -41,9 +41,7 @@
#include "cow_wow_qt.h"
#ifndef wb_wpkg_h
#include "wb_wpkg.h"
#endif
#include <QLabel>
......
......@@ -37,10 +37,7 @@
#ifndef wb_wpkgnav_qt_h
#define wb_wpkgnav_qt_h
// #include "wb_utility.h"
#ifndef wb_wpkgnav_h
#include "wb_wpkgnav.h"
#endif
class WPkgNavQt : public WPkgNav {
public:
......
......@@ -41,9 +41,7 @@
#include "cow_wow_qt.h"
#ifndef wb_wrev_h
#include "wb_wrev.h"
#endif
#include <QLabel>
......
......@@ -37,9 +37,7 @@
#ifndef wb_wrevnav_qt_h
#define wb_wrevnav_qt_h
#ifndef wb_wrevnav_h
#include "wb_wrevnav.h"
#endif
class WRevNavQt : public WRevNav {
public:
......
......@@ -41,9 +41,7 @@
#include "cow_wow_qt.h"
#ifndef wb_wtt_h
#include "wb_wtt.h"
#endif
#include <QCheckBox>
#include <QLabel>
......
......@@ -41,9 +41,7 @@
#include "cow_wow_qt.h"
#ifndef wb_xcrr_h
#include "wb_xcrr.h"
#endif
class WCrrQtWidget;
......
......@@ -39,12 +39,10 @@
/* wb_bckw.h -- Backupfile display window */
#ifndef wb_bckwnav_h
#include "wb_bckwnav.h"
#endif
#include "cow_wow.h"
#include "wb_bckwnav.h"
class WbBckW {
public:
WbBckW(void* l_parent_ctx, ldh_tSesContext l_ldhses, const char* bckw_name,
......
......@@ -39,13 +39,9 @@
/* wb_bckwnav.h -- Backupfile display window */
#ifndef flow_browapi_h
#include "flow_browapi.h"
#endif
#ifndef wb_bck_h
#include "wb_bck.h"
#endif
typedef enum { bckwitem_eItemType_Bck } bckwitem_eItemType;
......
......@@ -37,9 +37,7 @@
#ifndef wb_exo_h
#define wb_exo_h
#ifndef wb_vldh_h
#include "wb_vldh.h"
#endif
int exo_wind_exec(vldh_t_wind wind);
......
......@@ -39,12 +39,10 @@
/* wb_expw.h -- Backupfile display window */
#ifndef wb_expwnav_h
#include "wb_expwnav.h"
#endif
#include "cow_wow.h"
#include "wb_expwnav.h"
class WbExpW {
public:
WbExpW(void* l_parent_ctx, ldh_tSesContext l_ldhses, const char* expw_name,
......
......@@ -39,21 +39,10 @@
/* wb_foe.h -- function block object editor */
#ifndef wb_utility_h
#include "wb_utility.h"
#endif
#ifndef wb_h
#include "wb.h"
#endif
#ifndef wb_goen_h
#include "wb_goen.h"
#endif
#ifndef wb_tra_h
#include "wb_tra.h"
#endif
#include "wb_utility.h"
#define TRACE 0
#define SIMULATE 1
......
......@@ -37,9 +37,7 @@
#ifndef wb_foe_dataarithm_h
#define wb_foe_dataarithm_h
#ifndef pwr_h
#include "pwr.h"
#endif
pwr_tStatus dataarithm_convert(char* str, char* newstr, char* object,
int bufsize, char* error_line, int* error_line_size, int* error_line_num,
......
......@@ -41,9 +41,7 @@
This include file contains definitions and function prototypes
needed to use ds_ldh_genstruct. */
#ifndef wb_ldh_h
#include "wb_ldh.h"
#endif
int genstr_process_top(ldh_tSesContext sesctx, char* volname);
int genstr_psts(unsigned long int sts, FILE* logfile);
......
......@@ -37,9 +37,7 @@
#ifndef wb_gobj_h
#define wb_gobj_h
#ifndef wb_foe_h
#include "wb_foe.h"
#endif
int gobj_get_object(WFoe* foe, vldh_t_node node, unsigned long index);
......
......@@ -37,9 +37,7 @@
#ifndef wb_goec_h
#define wb_goec_h
#ifndef wb_gre_h
#include "wb_gre.h"
#endif
int goec_con_draw(
WGre* gre, vldh_t_con con_object, int create_flag, vldh_t_node node);
......
......@@ -37,9 +37,7 @@
#ifndef wb_ldhdb_h
#define wb_ldhdb_h
#ifndef wb_ldhi_h
#include "wb_ldhi.h"
#endif
pwr_tStatus ldhdb_LoadObjectHeaders(ldhi_sWorkbench* wb);
......
......@@ -40,9 +40,7 @@
/* wb_ldhld.h
This module contains functions to create load data files. */
#ifndef wb_ldh_h
#include "wb_ldh.h"
#endif
/*============================================================================*\
Exported functions.
......
......@@ -39,13 +39,9 @@
#ifndef wb_lfu_h
#define wb_lfu_h
#ifndef wb_ldh_h
#include "wb_ldh.h"
#endif
#ifndef cow_wow_h
#include "cow_wow.h"
#endif
#include "wb_ldh.h"
#ifdef __cplusplus
extern "C" {
......
......@@ -39,9 +39,7 @@
/* wb_nav.h -- Simple navigator */
#ifndef wb_pal_h
#include "wb_pal.h"
#endif
class Nav {
public:
......
......@@ -37,13 +37,9 @@
#ifndef wb_tra_h
#define wb_tra_h
#ifndef rt_gdh_h
#include "rt_gdh.h"
#endif
#ifndef wb_gre_h
#include "wb_gre.h"
#endif
class WFoe;
......
......@@ -37,9 +37,7 @@
#ifndef wb_trv_h
#define wb_trv_h
#ifndef wb_ldh_h
#include "wb_ldh.h"
#endif
typedef enum {
trv_eDepth_Deep,
......
......@@ -37,9 +37,7 @@
#ifndef wb_uted_h
#define wb_uted_h
#ifndef wb_ldh_h
#include "wb_ldh.h"
#endif
#define UTED_MODE_EDIT 0
#define UTED_MODE_VIEW 1
......
......@@ -37,9 +37,7 @@
#ifndef wb_utl_h
#define wb_utl_h
#ifndef wb_foe_h
#include "wb_foe.h"
#endif
class wb_utl {
public:
......
......@@ -39,9 +39,7 @@
#include <stdio.h>
#ifndef wb_ldh_h
#include "wb_ldh.h"
#endif
#ifdef __cplusplus
extern "C" {
......
......@@ -39,12 +39,10 @@
/* wb_vldh.h -- very local datahandler */
#ifndef wb_ldh_h
#include "wb_ldh.h"
#endif
#include "flow_ctx.h"
#include "flow_api.h"
#include "flow_ctx.h"
#include "wb_ldh.h"
#ifdef __cplusplus
extern "C" {
......
......@@ -37,13 +37,8 @@
#ifndef wb_wattnav_h
#define wb_wattnav_h
#ifndef wb_ldh_h
#include "wb_ldh.h"
#endif
#ifndef wb_wnav_brow_h
#include "wb_wnav_brow.h"
#endif
#define wattnav_cVersion "X3.3b"
#define WATTNAV_BROW_MAX 25
......
......@@ -41,15 +41,9 @@
extern "C" {
#endif
#ifndef wb_ldh_h
#include "wb_ldh.h"
#endif
#include "wb_utility.h"
#ifndef wb_wnav_brow_h
#include "wb_wnav_brow.h"
#endif
#define wdanav_cVersion "X3.3b"
#define WDANAV_BROW_MAX 25
......
......@@ -37,9 +37,7 @@
#ifndef wb_wge_h
#define wb_wge_h
#ifndef pwr_h
#include "pwr.h"
#endif
class Graph;
......
......@@ -39,37 +39,15 @@
/* wtt_wnav.h -- Simple navigator */
#ifndef co_regex_h
#include "co_regex.h"
#endif
#ifndef wb_bckw_h
#include "wb_bckw.h"
#endif
#ifndef wb_build_opt_h
#include "wb_build_opt.h"
#endif
#ifndef wb_expw_h
#include "wb_expw.h"
#endif
#ifndef wb_log_h
#include "wb_log.h"
#endif
#ifndef wb_palfile_h
#include "wb_palfile.h"
#endif
#ifndef wb_wnav_brow_h
#include "wb_wnav_brow.h"
#endif
#ifndef wb_watttext_h
#include "wb_watttext.h"
#endif
#include "wb_wnav_brow.h"
#define wnav_cVersion "X3.3a"
#define wnav_cScriptDescKey "!** Description"
......
......@@ -37,9 +37,7 @@
#ifndef wb_wnav_brow_h
#define wb_wnav_brow_h
#ifndef flow_browapi_h
#include "flow_browapi.h"
#endif
typedef enum {
wnav_eBrowType_Volume,
......
......@@ -37,15 +37,9 @@
#ifndef wb_wpkgnav_h
#define wb_wpkgnav_h
#ifndef wb_ldh_h
#include "wb_ldh.h"
#endif
#include "wb_utility.h"
#ifndef wb_wnav_brow_h
#include "wb_wnav_brow.h"
#endif
#define wpkgnav_cVersion "X3.3b"
#define WPKGNAV_BROW_MAX 25
......
......@@ -39,9 +39,7 @@
/* wb_wrev.h -- Revision window */
#ifndef wb_revision_h
#include "wb_wrevnav.h"
#endif
class WRevNav;
class CoWow;
......
......@@ -37,9 +37,7 @@
#ifndef wb_wrevnav_h
#define wb_wrevnav_h
#ifndef wb_revision_h
#include "wb_revision.h"
#endif
#define WREVNAV_BROW_MAX 25
......
......@@ -39,21 +39,10 @@
/* wb_wtt.h -- Simple navigator */
#ifndef wb_pal
#include "wb_pal.h"
#endif
#ifndef wb_wnav_h
#include "wb_wnav.h"
#endif
#ifndef wb_uted_h
#include "wb_uted.h"
#endif
#ifndef wb_wda_h
#include "wb_wda.h"
#endif
#include "wb_wnav.h"
class WPkg;
......
......@@ -39,9 +39,7 @@
/* co_help_gtk.h -- Help window */
#ifndef co_help_main_h
#include "co_help_main.h"
#endif
class CoHelpGtk : public CoHelpMain {
public:
......
......@@ -39,9 +39,7 @@
/* co_help_qt.h -- Help window */
#ifndef co_help_main_h
#include "co_help_main.h"
#endif
class CoHelpQt : public CoHelpMain {
public:
......
......@@ -39,13 +39,9 @@
/* co_help_main.h -- Help window */
#ifndef flow_browctx_h
#include "flow_browapi.h"
#endif
#ifndef co_nav_help_h
#include "co_nav_help.h"
#endif
#include "flow_browapi.h"
class CoHelpMain {
public:
......
......@@ -39,12 +39,10 @@
/* rt_xtt_qt.h -- Simple navigator */
#ifndef rt_xtt_main_h
#include "rt_xtt_main.h"
#endif
#include "cow_wow_qt.h"
#include "rt_xtt_main.h"
#include <QLabel>
class XttHotkey;
......
......@@ -37,9 +37,7 @@
#ifndef rt_xtt_cmd_gtk_h
#define rt_xtt_cmd_gtk_h
#ifndef rt_xtt_cmd_h
#include "rt_xtt_cmd.h"
#endif
class XttCmdGtk : public XttCmd {
public:
......
......@@ -37,9 +37,7 @@
#ifndef rt_xtt_cmd_qt_h
#define rt_xtt_cmd_qt_h
#ifndef rt_xtt_cmd_h
#include "rt_xtt_cmd.h"
#endif
class XttCmdQt : public XttCmd {
public:
......
......@@ -37,13 +37,9 @@
#ifndef rt_xtt_cmd_h
#define rt_xtt_cmd_h
#ifndef xtt_xnav_h
#include "xtt_xnav.h"
#endif
#ifndef co_dcli_input_h
#include "co_dcli_input.h"
#endif
#include "xtt_xnav.h"
class XttCmd {
public:
......
......@@ -39,13 +39,9 @@
/* cow_statusmon_nodelist_gtk.h -- Status Monitor */
#ifndef cow_statusmon_nodelist_h
#include "cow_statusmon_nodelist.h"
#endif
#ifndef cow_wow_gtk_h
#include "cow_wow_gtk.h"
#endif
class NodelistGtk : public Nodelist {
public:
......
......@@ -41,9 +41,7 @@
#include <gtk/gtk.h>
#ifndef cow_treenav_h
#include "cow_treenav.h"
#endif
//! The navigation area of the attribute editor.
class TreeNavGtk : public TreeNav {
......
......@@ -37,9 +37,7 @@
#ifndef cow_login_qt_h
#define cow_login_qt_h
#ifndef cow_login_h
#include "cow_login.h"
#endif
#include <QDialog>
#include <QDialogButtonBox>
......
......@@ -39,9 +39,7 @@
/* cow_logw_qt.h -- History log window */
#ifndef cow_logw_h
#include "cow_logw.h"
#endif
#include "cow_wow_qt.h"
......
......@@ -39,9 +39,7 @@
/* cow_logwnav_qt.h -- History log window */
#ifndef co_logwnav_h
#include "cow_logwnav.h"
#endif
#include <QWidget>
......
......@@ -39,9 +39,7 @@
/* cow_msglist_qt.h -- Message list */
#ifndef cow_msglist_h
#include "cow_msglist.h"
#endif
#include <QWidget>
......
......@@ -39,9 +39,7 @@
/* cow_msgwindow_qt.h -- Message window */
#ifndef cow_msgwindow_h
#include "cow_msgwindow.h"
#endif
#include "cow_wow_qt.h"
......
......@@ -39,9 +39,7 @@
/* cow_rtmon_qt.h -- Status Monitor */
#ifndef cow_rtmon_h
#include "cow_rtmon.h"
#endif
#include <QAction>
#include <QLabel>
......
......@@ -39,9 +39,7 @@
/* cow_statusmon_nodelist_qt.h -- Status Monitor */
#ifndef cow_statusmon_nodelist_h
#include "cow_statusmon_nodelist.h"
#endif
#include "cow_wow_qt.h"
......
......@@ -41,9 +41,7 @@
// Status is defined as int i xlib...
#ifndef cow_statusmon_nodelistnav_h
#include "cow_statusmon_nodelistnav.h"
#endif
#include <QWidget>
......
......@@ -39,9 +39,7 @@
/* cow_treenav_qt.h -- Tree viewer */
#ifndef cow_treenav_h
#include "cow_treenav.h"
#endif
#include <QWidget>
......
......@@ -37,9 +37,7 @@
#ifndef cow_xhelp_qt_h
#define cow_xhelp_qt_h
#ifndef cow_xhelp_h
#include "cow_xhelp.h"
#endif
#include "cow_wow_qt.h"
......
......@@ -39,9 +39,7 @@
/* cow_xhelpnav_qt.h -- Helptext navigator */
#ifndef cow_xhelpnav_h
#include "cow_xhelpnav.h"
#endif
#include <QWidget>
......
......@@ -37,13 +37,8 @@
#ifndef cow_login_h
#define cow_login_h
#ifndef pwr_h
#include "pwr.h"
#endif
#ifndef pwr_privilege_h
#include "pwr_privilege.h"
#endif
typedef enum { login_mAttr_Navigator = 1 << 0 } login_mAttr;
......
......@@ -39,9 +39,7 @@
/* co_glow.h -- History logfile window */
#ifndef co_logwnav_h
#include "cow_logwnav.h"
#endif
class CoWow;
class CoWowFocusTimer;
......
......@@ -39,13 +39,9 @@
/* cow_msgwindow.h -- Message window */
#ifndef cow_msglist_h
#include "cow_msglist.h"
#endif
#ifndef co_error_h
#include "co_error.h"
#endif
#include "cow_msglist.h"
typedef enum { msgw_ePop_No, msgw_ePop_Yes, msgw_ePop_Default } msgw_ePop;
......
......@@ -44,17 +44,10 @@
#include <vector>
#include "statussrv_utl.h"
#ifndef rt_errh_h
#include "rt_errh.h"
#endif
#ifndef flow_browctx_h
#include "flow_browctx.h"
#endif
#ifndef flow_browapi_h
#include "flow_browapi.h"
#endif
#include "flow_browctx.h"
class MsgWindow;
......
......@@ -37,9 +37,7 @@
#ifndef cow_tree_h
#define cow_tree_h
#ifndef pwr_privilege_h
#include "pwr_privilege.h"
#endif
#include "glow.h"
......
......@@ -41,11 +41,9 @@
#include <vector>
#include "flow_browapi.h"
#ifndef rt_qcom_h
#include "rt_qcom.h"
#endif
#include "flow_browapi.h"
class TrItemBase;
......
......@@ -37,9 +37,7 @@
#ifndef cow_xhelp_h
#define cow_xhelp_h
#ifndef cow_xhelpnav_h
#include "cow_xhelpnav.h"
#endif
class CoXHelp {
public:
......
......@@ -37,9 +37,7 @@
#ifndef flow_browapi_h
#define flow_browapi_h
#ifndef flow_h
#include "flow.h"
#endif
#include "flow_browctx.h"
......
......@@ -37,9 +37,7 @@
#ifndef flow_browctx_h
#define flow_browctx_h
#ifndef flow_ctx_h
#include "flow_ctx.h"
#endif
class BrowCtx : public FlowCtx {
public:
......
......@@ -41,9 +41,7 @@
#include <gtk/gtk.h>
#ifndef ge_attrnav_h
#include "ge_attrnav.h"
#endif
//! The navigation area of the attribute editor.
class AttrNavGtk : public AttrNav {
......
......@@ -39,9 +39,7 @@
/* ge_curve_gtk.h -- Curve widget */
#ifndef ge_curve_h
#include "ge_curve.h"
#endif
#include "cow_wow_gtk.h"
......
......@@ -41,9 +41,7 @@
#include <gtk/gtk.h>
#ifndef ge_graph_h
#include "ge_graph.h"
#endif
class GraphGtk : public Graph {
public:
......
......@@ -39,9 +39,7 @@
#include <gtk/gtk.h>
#ifndef ge_subgraphs_h
#include "ge_subgraphs.h"
#endif
/*! \file ge_subgraphs_gtk.h
\brief Contains the SubGraphs class and related classes. */
......
......@@ -39,9 +39,7 @@
/* xtt_attrnav_qt.h -- Simple navigator */
#ifndef ge_attrnav_h
#include "ge_attrnav.h"
#endif
#include <QObject>
#include <QWidget>
......
......@@ -41,9 +41,7 @@
#include "cow_wow_qt.h"
#ifndef ge_curve_h
#include "ge_curve.h"
#endif
#include <QComboBox>
......
......@@ -39,12 +39,7 @@
/* ge_graph_qt.h -- Simple graphic editor */
// #include "glow_growctx.h"
// #include "glow_growapi.h"
#ifndef ge_graph_h
#include "ge_graph.h"
#endif
#include <QWidget>
......
......@@ -37,9 +37,7 @@
#ifndef ge_item_view_qt_h
#define ge_item_view_qt_h
#ifndef ge_h
#include "ge.h"
#endif
#include <QCheckBox>
#include <QFileSystemWatcher>
......
......@@ -39,9 +39,7 @@
#include "cow_wow_qt.h"
#ifndef ge_h
#include "ge.h"
#endif
#include <QAction>
#include <QLabel>
......
......@@ -37,9 +37,7 @@
#ifndef ge_subgraphs_qt_h
#define ge_subgraphs_qt_h
#ifndef ge_subgraphs_h
#include "ge_subgraphs.h"
#endif
#include <QWidget>
......
......@@ -37,32 +37,22 @@
#ifndef ge_h
#define ge_h
#ifndef wb_ldh_h
#include "wb_ldh.h"
#endif
#ifndef ge_subpalette_h
#include "ge_subpalette.h"
#endif
#ifndef ge_subgraphs_h
class SubGraphs;
#endif
#include "cow_wow.h"
#ifndef ge_cmn_h
#include "ge_cmn.h"
#endif
#ifndef glow_h
#include "glow.h"
#endif
#ifndef glow_growapi_h
typedef void* grow_tObject;
class GlowCtx;
#endif
#ifndef cow_wow_h
#include "cow_wow.h"
#include "ge_cmn.h"
#include "ge_subpalette.h"
#ifndef ge_subgraphs_h
class SubGraphs;
#endif
#include "wb_ldh.h"
/* ge.h -- Simple graphic editor */
typedef enum {
......
......@@ -39,15 +39,11 @@
/* xtt_attrnav.h -- Simple navigator */
#ifndef ge_cmn_h
#include "ge_cmn.h"
#endif
#include "flow_browapi.h"
#ifndef glow_growapi_h
#include "glow_growapi.h"
#endif
#include "ge_cmn.h"
/*! \file ge_attrnav.h
\brief Contains the AttrNav class and related classes. */
......
......@@ -43,9 +43,7 @@
#include "co_time.h"
#ifndef glow_growapi_h
#include "glow_growapi.h"
#endif
/*! \file ge_curve.h
\brief Contains the GeCurve class. */
......
......@@ -39,13 +39,9 @@
/* ge_dyn.h -- Ge predefined dynamics and actions */
#ifndef ge_graph_h
#include "ge_graph.h"
#endif
#ifndef glow_keyboard_api_h
#include "glow_keyboardapi.h"
#endif
#include "ge_graph.h"
/*! \file ge_dyn.h
\brief Contains the Graph class and some related classes GraphApplList,
......
......@@ -39,17 +39,10 @@
/* ge_graph.h -- Simple graphic editor */
#ifndef co_lng_h
#include "co_lng.h"
#endif
#ifndef ge_graph_ccm_h
#include "ge_graph_ccm.h"
#endif
#ifndef ge_graph_journal_h
#include "ge_graph_journal.h"
#endif
#include "ge_attr.h"
......@@ -58,9 +51,7 @@
#endif
#if LDH
#ifndef wb_ldh_h
#include "wb_ldh.h"
#endif
#else
typedef void* ldh_tSesContext;
typedef void* ldh_tWBContext;
......
......@@ -37,9 +37,7 @@
#ifndef ge_subgraphs_h
#define ge_subgraphs_h
#ifndef ge_attr_h
#include "ge_attr.h"
#endif
/*! \file ge_subgraphs.h
\brief Contains the SubGraphs class and related classes. */
......
......@@ -37,9 +37,7 @@
#ifndef ge_subpalette_h
#define ge_subpalette_h
#ifndef flow_browapi_h
#include "flow_browapi.h"
#endif
/*! \file ge_subpalette.h
\brief Contains the SubPalette class and related classes. */
......
......@@ -39,9 +39,7 @@
/* xtt_block_gtk.h -- Alarm blocking window */
#ifndef xtt_block_h
#include "xtt_block.h"
#endif
class BlockGtk : public Block {
public:
......
......@@ -39,9 +39,7 @@
/* xtt_clog_gtk.h -- Alarm and event windows in xtt */
#ifndef xtt_clog_h
#include "xtt_clog.h"
#endif
class CLogGtk : public CLog {
public:
......
......@@ -41,9 +41,7 @@
// Status is defined as int i xlib...
#ifndef xtt_clognav_h
#include "xtt_clognav.h"
#endif
class CLogNavGtk : public CLogNav {
public:
......
......@@ -39,9 +39,7 @@
/* xtt_ev_gtk.h -- Alarm and event windows in xtt */
#ifndef xtt_ev_h
#include "xtt_ev.h"
#endif
class EvGtk : public Ev {
public:
......
......@@ -39,9 +39,7 @@
/* xtt_evala_gtk.h -- Alarm window in xtt */
#ifndef xtt_evala_h
#include "xtt_evala.h"
#endif
class EvAlaGtk : public EvAla {
public:
......
......@@ -39,9 +39,7 @@
/* xtt_eveve_gtk.h -- Alarm window in xtt */
#ifndef xtt_eveve_h
#include "xtt_eveve.h"
#endif
class EvEveGtk : public EvEve {
public:
......
......@@ -39,9 +39,7 @@
/* xtt_evlist_gtk.h -- Alarm and event windows in xtt */
#ifndef xtt_evlist_h
#include "xtt_evlist.h"
#endif
class EvListGtk : public EvList {
public:
......
......@@ -39,9 +39,7 @@
/* xtt_fast_gtk.h -- Fast curves */
#ifndef xtt_fast_h
#include "xtt_fast.h"
#endif
class XttFastGtk : public XttFast {
public:
......
......@@ -37,13 +37,9 @@
#ifndef xtt_ge_gtk_h
#define xtt_ge_gtk_h
#ifndef xtt_ge_h
#include "xtt_ge.h"
#endif
#ifndef cow_wow_gtk_h
#include "cow_wow_gtk.h"
#endif
class XttGeGtk : public XttGe {
public:
......
......@@ -41,9 +41,7 @@
#if defined OS_POSIX && defined PWRE_CONF_LIBDB
#ifndef xtt_hist_h
#include "xtt_hist.h"
#endif
class HistGtk : public Hist {
public:
......@@ -123,9 +121,7 @@ public:
#else
// Dummy for other platforms then OS_LINUX
#ifndef xtt_hist_h
#include "xtt_hist.h"
#endif
class HistGtk : public Hist {
public:
......
......@@ -39,9 +39,7 @@
/* xtt_keyboard_gtk.h -- Virtual keyboard */
#ifndef xtt_keyboard_h
#include "xtt_keyboard.h"
#endif
class XttKeyboardGtk : public XttKeyboard {
public:
......
......@@ -37,13 +37,9 @@
#ifndef xtt_multiview_gtk_h
#define xtt_multiview_gtk_h
#ifndef xtt_multiview_h
#include "xtt_multiview.h"
#endif
#ifndef cow_wow_gtk_h
#include "cow_wow_gtk.h"
#endif
class EvAlaGtk;
class EvEveGtk;
......
......@@ -39,10 +39,10 @@
/* xtt_op_gtk.h -- Operator window in xtt */
#include "cow_wow_gtk.h"
#include "xtt_op.h"
#include "cow_wow_gtk.h"
class OpCmd {
public:
GtkWidget* w;
......
......@@ -39,9 +39,7 @@
#include <gtk/gtk.h>
#ifndef xtt_otree_h
#include "xtt_otree.h"
#endif
/* xtt_otree.h -- Object tree viewer */
......
......@@ -39,9 +39,8 @@
/* xtt_sevhist_gtk.h -- SevHist curves */
#ifndef xtt_sevhist_h
#include "xtt_sevhist.h"
#endif
#include "xtt_otree_gtk.h"
class XttSevHistGtk : public XttSevHist {
......
......@@ -37,13 +37,9 @@
#ifndef xtt_stream_gtk_h
#define xtt_stream_gtk_h
#ifndef xtt_stream_h
#include "xtt_stream.h"
#endif
#ifndef cow_wow_gtk_h
#include "cow_wow_gtk.h"
#endif
#if defined PWRE_CONF_GST
......
......@@ -39,9 +39,7 @@
/* xtt_tcurve_gtk.h -- TCurve curves */
#ifndef xtt_tcurve_h
#include "xtt_tcurve.h"
#endif
class XttTCurveGtk : public XttTCurve {
public:
......
......@@ -37,9 +37,7 @@
#ifndef xtt_trace_gtk_h
#define xtt_trace_gtk_h
#ifndef xtt_trace_h
#include "xtt_trace.h"
#endif
class RtTraceGtk : public RtTrace {
public:
......
......@@ -39,9 +39,7 @@
/* xtt_trend_gtk.h -- DsTrend curves */
#ifndef xtt_trend_h
#include "xtt_trend.h"
#endif
class XttTrendGtk : public XttTrend {
public:
......
......@@ -39,13 +39,9 @@
/* xtt_xatt_gtk.h -- Object attribute editor */
#ifndef xtt_xatt_h
#include "xtt_xatt.h"
#endif
#ifndef cow_wow_gtk_h
#include "cow_wow_gtk.h"
#endif
class XAttGtk : public XAtt {
public:
......
......@@ -39,9 +39,7 @@
/* wb_xattnav_gtk.h -- */
#ifndef xtt_xattnav_h
#include "xtt_xattnav.h"
#endif
class XAttNavGtk : public XAttNav {
public:
......
......@@ -39,13 +39,9 @@
/* xtt_xattone_gtk.h -- Single attribute editor */
#ifndef xtt_xattone_h
#include "xtt_xattone.h"
#endif
#ifndef cow_wow_gtk_h
#include "cow_wow_gtk.h"
#endif
class XAttOneGtk : public XAttOne {
public:
......
......@@ -39,13 +39,9 @@
/* xtt_xcolwind_gtk.h -- Collect window */
#ifndef xtt_xcolwind_h
#include "xtt_xcolwind.h"
#endif
#ifndef cow_wow_gtk_h
#include "cow_wow_gtk.h"
#endif
class XColWindGtk : public XColWind {
public:
......
......@@ -39,13 +39,9 @@
/* xtt_xcrr_gtk.h -- Object crossreferences */
#ifndef xtt_xcrr_h
#include "xtt_xcrr.h"
#endif
#ifndef cow_wow_gtk_h
#include "cow_wow_gtk.h"
#endif
class XCrrGtk : public XCrr {
public:
......
......@@ -39,9 +39,7 @@
/* xtt_xnav_gtk.h -- Simple navigator */
#ifndef xtt_xnav_h
#include "xtt_xnav.h"
#endif
class XNavGtk : public XNav {
public:
......
......@@ -39,9 +39,7 @@
/* xtt_block_qt.h -- Alarm blocking window */
#ifndef xtt_block_h
#include "xtt_block.h"
#endif
#include <QRadioButton>
#include <QWidget>
......
......@@ -39,9 +39,7 @@
/* xtt_clog_qt.h -- Alarm and event windows in xtt */
#ifndef xtt_clog_h
#include "xtt_clog.h"
#endif
#include <QCheckBox>
#include <QLineEdit>
......
......@@ -41,9 +41,7 @@
// Status is defined as int i xlib...
#ifndef xtt_clognav_h
#include "xtt_clognav.h"
#endif
class CLogNavQt : public CLogNav {
public:
......
......@@ -39,9 +39,7 @@
/* xtt_ev_qt.h -- Alarm and event windows in xtt */
#ifndef xtt_ev_h
#include "xtt_ev.h"
#endif
#include <QDialog>
#include <QWidget>
......
......@@ -39,9 +39,7 @@
/* xtt_evala_qt.h -- Alarm window in xtt */
#ifndef xtt_evala_h
#include "xtt_evala.h"
#endif
#include <QVBoxLayout>
#include <QWidget>
......
......@@ -39,9 +39,7 @@
/* xtt_eveve_qt.h -- Alarm window in xtt */
#ifndef xtt_eveve_h
#include "xtt_eveve.h"
#endif
#include <QVBoxLayout>
#include <QWidget>
......
......@@ -39,9 +39,7 @@
/* xtt_evlist_qt.h -- Alarm and event windows in xtt */
#ifndef xtt_evlist_h
#include "xtt_evlist.h"
#endif
class EvListQt : public EvList {
public:
......
......@@ -39,9 +39,7 @@
/* xtt_fast_qt.h -- Fast curves */
#ifndef xtt_fast_h
#include "xtt_fast.h"
#endif
class XttFastQt : public XttFast {
public:
......
......@@ -37,10 +37,7 @@
#ifndef xtt_ge_qt_h
#define xtt_ge_qt_h
// #include "co_lng.h"
#ifndef xtt_ge_h
#include "xtt_ge.h"
#endif
#include "cow_wow_qt.h"
......
......@@ -41,9 +41,7 @@
#if defined OS_POSIX && defined PWRE_CONF_LIBDB
#ifndef xtt_hist_h
#include "xtt_hist.h"
#endif
#include <QCheckBox>
#include <QLabel>
......@@ -140,9 +138,7 @@ private:
#else
// Dummy for other platforms then OS_LINUX
#ifndef xtt_hist_h
#include "xtt_hist.h"
#endif
class HistQt : public Hist {
public:
......
......@@ -39,9 +39,7 @@
/* xtt_keyboard_qt.h -- Virtual keyboard */
#ifndef xtt_keyboard_h
#include "xtt_keyboard.h"
#endif
#include <QDialog>
#include <QWidget>
......
......@@ -37,9 +37,7 @@
#ifndef xtt_multiview_qt_h
#define xtt_multiview_qt_h
#ifndef xtt_multiview_h
#include "xtt_multiview.h"
#endif
#include "cow_wow_qt.h"
......
......@@ -41,9 +41,7 @@
#include <vector>
#ifndef xtt_op_h
#include "xtt_op.h"
#endif
#include "cow_wow_qt.h"
......
......@@ -37,9 +37,7 @@
#ifndef xtt_otree_qt_h
#define xtt_otree_qt_h
#ifndef xtt_otree_h
#include "xtt_otree.h"
#endif
#include <QWidget>
......
......@@ -39,9 +39,7 @@
/* xtt_sevhist_qt.h -- SevHist curves */
#ifndef xtt_sevhist_h
#include "xtt_sevhist.h"
#endif
class XttSevHistQt : public XttSevHist {
public:
......
......@@ -37,9 +37,7 @@
#ifndef xtt_stream_qt_h
#define xtt_stream_qt_h
#ifndef xtt_stream_h
#include "xtt_stream.h"
#endif
#include "cow_wow_qt.h"
......
......@@ -39,9 +39,7 @@
/* xtt_tcurve_qt.h -- TCurve curves */
#ifndef xtt_tcurve_h
#include "xtt_tcurve.h"
#endif
class XttTCurveQt : public XttTCurve {
public:
......
......@@ -41,9 +41,7 @@
#include "cow_qt_helpers.h"
#ifndef xtt_trace_h
#include "xtt_trace.h"
#endif
#include <QWidget>
......
......@@ -39,9 +39,7 @@
/* xtt_trend_qt.h -- DsTrend curves */
#ifndef xtt_trend_h
#include "xtt_trend.h"
#endif
class XttTrendQt : public XttTrend {
public:
......
......@@ -41,9 +41,7 @@
#include "cow_wow_qt.h"
#ifndef xtt_xatt_h
#include "xtt_xatt.h"
#endif
#include <QLabel>
#include <QSplitter>
......
......@@ -39,9 +39,7 @@
/* wb_xattnav_qt.h -- */
#ifndef xtt_xattnav_h
#include "xtt_xattnav.h"
#endif
#include <QWidget>
......
......@@ -41,9 +41,7 @@
#include "cow_wow_qt.h"
#ifndef xtt_xattone_h
#include "xtt_xattone.h"
#endif
#include <QLabel>
#include <QTextEdit>
......
......@@ -41,9 +41,7 @@
#include "cow_wow_qt.h"
#ifndef xtt_xcolwind_h
#include "xtt_xcolwind.h"
#endif
#include <QLabel>
#include <QSplitter>
......
......@@ -41,9 +41,7 @@
#include "cow_wow_qt.h"
#ifndef xtt_xcrr_h
#include "xtt_xcrr.h"
#endif
class XCrrQtWidget;
......
......@@ -39,9 +39,7 @@
/* xtt_xnav_qt.h -- Simple navigator */
#ifndef xtt_xnav_h
#include "xtt_xnav.h"
#endif
#include <QMenu>
#include <QObject>
......
#ifndef pwr_ssabclasses_h
#define pwr_ssabclasses_h
#ifndef pwr_class_h
#include "pwr_class.h"
#endif
#ifndef pwr_cClass_Buff1440
#define pwr_cClass_Buff1440 16973984
......
......@@ -39,9 +39,7 @@
/* xtt_block.h -- Alarm blocking window */
#ifndef pwr_h
#include "pwr.h"
#endif
class CoWow;
......
......@@ -46,20 +46,11 @@
#include "pwr_baseclasses.h"
#ifndef rt_mh_h
#include "rt_mh.h"
#endif
#ifndef rt_mh_outunit_h
#include "rt_mh_outunit.h"
#endif
#ifndef flow_browctx_h
#include "flow_browctx.h"
#endif
#ifndef flow_browapi_h
#include "flow_browapi.h"
#endif
#include "flow_browctx.h"
class ItemAlarm;
......
......@@ -39,13 +39,9 @@
/* xtt_fast.h -- Fast curves */
#ifndef ge_curve_h
#include "ge_curve.h"
#endif
#ifndef rt_fast_h
#include "rt_fast.h"
#endif
#include "ge_curve.h"
/*! \file xtt_fast.h
\brief Contains the XttFast class. */
......
......@@ -39,13 +39,8 @@
/* xtt_keyboard.h -- Virtual keyboard */
#ifndef glow_keyboardctx_h
#include "glow_keyboardctx.h"
#endif
#ifndef glow_keyboardapi_h
#include "glow_keyboardapi.h"
#endif
#include "glow_keyboardctx.h"
class XttKeyboard {
public:
......
......@@ -39,13 +39,9 @@
/* xtt_logging.h -- Logging in xtt */
#ifndef co_ccm_h
#include "co_ccm.h"
#endif
#ifndef rt_gdh_h
#include "rt_gdh.h"
#endif
#define RTT_LOGG_MAXENTRY 10
#define RTT_LOGG_MAXPAR 100
......
......@@ -38,11 +38,9 @@
#define xtt_multiview_h
#include "glow.h"
#include "xtt_utility.h"
#ifndef xtt_applist_h
#include "xtt_applist.h"
#endif
#include "xtt_utility.h"
#define MV_SIZE 25
#define MV_RECALL_SIZE 10
......
......@@ -41,13 +41,8 @@
#include <vector>
#ifndef xtt_jop_h
#include "xtt_jop.h"
#endif
#ifndef xtt_evlist_h
#include "xtt_evlist.h"
#endif
#include "xtt_jop.h"
class CoWow;
class CoWowTimer;
......
......@@ -37,9 +37,7 @@
#ifndef xtt_otree_h
#define xtt_otree_h
#ifndef cow_tree_h
#include "cow_tree.h"
#endif
/* xtt_otree.h -- Object tree viewer */
......
......@@ -39,13 +39,9 @@
/* xtt_sevhist.h -- Sevhist curves */
#ifndef ge_curve_h
#include "ge_curve.h"
#endif
#ifndef rt_sevcli_h
#include "rt_sevcli.h"
#endif
#include "ge_curve.h"
/*! \file xtt_sevhist.h
\brief Contains the XttSevHist class. */
......
......@@ -37,9 +37,7 @@
#ifndef xtt_stream_h
#define xtt_stream_h
#ifndef pwr_h
#include "pwr.h"
#endif
class CoWow;
class CoWowTimer;
......
......@@ -39,13 +39,9 @@
/* xtt_tcurve.h -- Tcurve curves */
#ifndef ge_curve_h
#include "ge_curve.h"
#endif
#ifndef rt_sevcli_h
#include "rt_sevcli.h"
#endif
#include "ge_curve.h"
/*! \file xtt_tcurve.h
\brief Contains the XttTCurve class. */
......
......@@ -37,11 +37,8 @@
#ifndef xtt_trace_h
#define xtt_trace_h
#include "flow_ctx.h"
#ifndef flow_api_h
#include "flow_api.h"
#endif
#include "flow_ctx.h"
class RtTrace;
class CoWow;
......
......@@ -39,13 +39,9 @@
/* xtt_trend.h -- DsTrend curves */
#ifndef ge_curve_h
#include "ge_curve.h"
#endif
#ifndef rt_cbuf_h
#include "rt_cbuf.h"
#endif
#include "ge_curve.h"
#include "xtt_otree.h"
......
......@@ -43,9 +43,7 @@
extern "C" {
#endif
#ifndef pwr_h
#include "pwr.h"
#endif
int xnav_open_URL(pwr_tURL url);
......
......@@ -37,9 +37,7 @@
#ifndef xtt_utility_h
#define xtt_utility_h
#ifndef pwr_h
#include "pwr.h"
#endif
typedef enum {
xtt_eUtility_,
......
......@@ -39,17 +39,11 @@
/* xtt_xattnav.h -- */
#ifndef flow_browapi_h
#include "co_nav_crr.h"
#include "flow_browapi.h"
#endif
#ifndef xtt_xnav_brow_h
#include "xtt_xnav_brow.h"
#endif
#ifndef co_nav_crr_h
#include "co_nav_crr.h"
#endif
#define xattnav_cVersion "X3.3b"
#define XATTNAV_BROW_MAX 25
......
......@@ -39,10 +39,9 @@
/* xtt_xcolwind.h -- Object attribute editor */
#include "cow_wow.h"
#ifndef co_nav_crr_h
#include "co_nav_crr.h"
#endif
#include "cow_wow.h"
#include "flow_browapi.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment