mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 15:00:02 +02:00
8 lines
174 B
C
8 lines
174 B
C
#ifndef LOADPATTERN_H
|
|
#define LOADPATTERN_H
|
|
#include "Pattern.h"
|
|
#include "clogger.h"
|
|
|
|
int loadPattern(char *mess, enum TLogLevel printLevel, patternParameters *pat);
|
|
#endif
|