mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 21:37:13 +02:00
added patfname command to save the file the last pttern was loaded from (#770)
* added patfname command to save the file the last pttern was loaded from
This commit is contained in:
@ -54,8 +54,9 @@ uint64_t getPatternBitMask();
|
||||
#ifdef MYTHEN3D
|
||||
void startPattern();
|
||||
#endif
|
||||
|
||||
int loadPattern(char *mess, enum TLogLevel printLevel, patternParameters *pat);
|
||||
char *getPatternFileName();
|
||||
int loadPattern(char *mess, enum TLogLevel printLevel, patternParameters *pat,
|
||||
char *patfname);
|
||||
int getPattern(char *mess, patternParameters *pat);
|
||||
int loadPatternFile(char *patFname, char *errMessage);
|
||||
|
||||
|
Reference in New Issue
Block a user