pvbrowser manual
Zurück Inhalt Vor

Header Datei

Hier wird die Header Datei gezeigt, welche in alle Quelldateien von pvserver inkludiert wird. Dort kann man alle #define anlegen, die man im eigenen Programm benötigt.

//***************************************************************************
//                          pvapp.h  -  description
//                             -------------------
//  begin            : Di Okt 6 11:25:46 2009
//  generated by     : pvdevelop (C) Lehrig Software Engineering
//  email            : lehrig@t-online.de
//***************************************************************************
#ifndef _PVAPP_H_
#define _PVAPP_H_

static int trace=1; // todo: set trace=0 if you do not want printf() within event loop

#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

int show_mask1(PARAM *p);

#endif

Zurück Inhalt Vor