~info-martin-konrad/epics-gateway/putlog

« back to all changes in this revision

Viewing changes to gatePv.cc

  • Committer: Ken Evans
  • Date: 2005-02-11 22:55:10 UTC
  • Revision ID: core-talk@aps.anl.gov-20050211225510-izrdjje9ps0ky2y9
Tags: R2-0-0-0-beta18
Fixed Makefile to use DEBUGCMD instead of PURIFYCMD and QUANTIFYCMD.
Added line to log: Running as uuu on hhh and added code to support
that.  Added EPICS_CA_MAX_ARRAY_BYTES to log printout.  Cleaned up
some code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
#include "tsDLList.h"
53
53
 
54
 
#include "gdd.h"
55
 
#include "gddApps.h"
56
 
#include "gddAppTable.h"
57
 
#include "dbMapper.h"
 
54
#include <gdd.h>
 
55
#include <gddApps.h>
 
56
#include <gddAppTable.h>
 
57
#include <dbMapper.h>
58
58
 
59
59
#include "gateResources.h"
60
60
#include "gateServer.h"