-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathconfig.h
More file actions
27 lines (15 loc) · 743 Bytes
/
config.h
File metadata and controls
27 lines (15 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// config.h
#pragma once
// === psi46test version ====================================================
#define TITLE "PROC600V2 ROC/Wafer Tester"
#define VERSION "V2.0"
#define TIMESTAMP "13.6.2016"
// === set profiling options ================================================
// if defined a profiling infos are collected during execution
// and a report is created after termination (only Windows)
// #define ENABLE_PROFILING
// add profiling infos for rpc calls (ENABLE_PROFILING must be defined)
// #define ENABLE_RPC_PROFILING
// === thread safe CTestboard class =========================================
// if defined -> CTestboard is thread safe (Boost thread library needed)
// #define ENABLE_MULTITHREADING