mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
all loading pattern so far takes in logDEBUG5 print level as it is at detector start up. commands to call loadpattern can call logINFO level
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
#ifndef LOADPATTERN_H
|
||||
#define LOADPATTERN_H
|
||||
#include "Pattern.h"
|
||||
#include "clogger.h"
|
||||
|
||||
int loadPattern(patternParameters *pat);
|
||||
int loadPattern(enum TLogLevel printLevel, patternParameters *pat);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user