-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.h
More file actions
26 lines (15 loc) · 741 Bytes
/
config.h
File metadata and controls
26 lines (15 loc) · 741 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
// config.h
#pragma once
// === psi46test version ====================================================
#define TITLE "PSI46V2 ROC/Wafer Tester"
#define VERSION "V1.3"
#define TIMESTAMP "23.08.2013"
// === 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