Тук е показан заглавния файл, който се включва от всички сорс файлове на pvserver. Там можете да дефинирате (#define) всичко, което трябва да е налице във вашите програми.
/***************************************************************************
pvapp.h - description
-------------------
begin : So Mai 14 10:22:48 2006
email : lehrig@t-online.de
***************************************************************************/
#ifndef _PVAPP_H_
#define _PVAPP_H_
#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