Subversion Repositories f9daq

Rev

Details | Last modification | View Log | RSS feed

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