pvbrowser manual
Back Content Forward

pvapp.h

//***************************************************************************
//                          pvapp.h  -  description
//                             -------------------
//  begin            : Do Apr 12 12:10:56 2007
//  generated by     : pvdevelop (C) 2000-2007 by Lehrig Software Engineering
//  email            : lehrig@t-online.de
//***************************************************************************
#ifndef _PVAPP_H_
#define _PVAPP_H_

// todo: adjust this
#define DEBUG
#define EIB_LOCALHOST  "nb3lehrig"
#define EIB_GATEWAY    "eibnet1"
#define EIB_MAXSIGNALS 1000

#include "processviewserver.h"
// todo: comment me out
//#include "rlmodbusclient.h"
//#include "rlsiemenstcpclient.h"
//#include "rlppiclient.h"
//#include "modbusdaemon.h"             // this is generated
//#include "siemensdaemon.h"            // this is generated
//#include "ppidaemon.h"                // this is generated
#include "rleibnetip.h"
#include <ctype.h>

int show_mask1(PARAM *p);

#endif

Back Content Forward