Subversion Repositories f9daq

Rev

Rev 117 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
117 f9daq 1
#ifndef _workstation_h_
2
#define _workstation_h_
3
 
129 f9daq 4
// Define the working computer (O=offline, S=offline with scope, I=IJS/online) and the base directory
117 f9daq 5
#define WORKSTAT 'N'
6
 
129 f9daq 7
// Define if working computer is connected to IJS ethernet network (for fieldpoint)
8
#define IJSNET 1
9
 
117 f9daq 10
#ifdef WORKSTAT
11
   #define rootdir "path-to-installation"
12
#endif
13
 
14
#endif