Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 128 → Rev 129

/lab/sipmscan/trunk/input/workstation.h.in
1,9 → 1,12
#ifndef _workstation_h_
#define _workstation_h_
 
// Define the working computer (O=offline, I=IJS/online) and the base directory
// Define the working computer (O=offline, S=offline with scope, I=IJS/online) and the base directory
#define WORKSTAT 'N'
 
// Define if working computer is connected to IJS ethernet network (for fieldpoint)
#define IJSNET 1
 
#ifdef WORKSTAT
#define rootdir "path-to-installation"
#endif