This commit is contained in:
2024-03-04 11:22:34 +01:00
parent e092ed9dea
commit 21c010d0be
12 changed files with 433 additions and 184 deletions

View File

@@ -1,11 +1,11 @@
/*************************************************************************\
* Copyright (c) 2019 European Spallation Source ERIC
* Copyright (c) 2024 PSI
* ecmc is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*
* ecmcScopeDefs.h
* ecmcDAQDefs.h
*
* Created on: Sept 21, 2020
* Created on: Mar. 04, 2024
* Author: anderssandstrom
* Credits to https://github.com/sgreg/dynamic-loading
*
@@ -16,13 +16,9 @@
// Options
#define ECMC_PLUGIN_DBG_PRINT_OPTION_CMD "DBG_PRINT="
#define ECMC_PLUGIN_SOURCE_OPTION_CMD "SOURCE="
#define ECMC_PLUGIN_SOURCE_NEXTTIME_OPTION_CMD "SOURCE_NEXTTIME="
#define ECMC_PLUGIN_TRIGG_OPTION_CMD "TRIGG="
#define ECMC_PLUGIN_RESULT_ELEMENTS_OPTION_CMD "RESULT_ELEMENTS="
#define ECMC_PLUGIN_ENABLE_OPTION_CMD "ENABLE="
// Default size (must be n²)
#define ECMC_PLUGIN_DEFAULT_BUFFER_SIZE 4096
#define ERROR_MEM_INVALID_DATA_TYPE 1000;
#endif /* ECMC_SCOPE_DEFS_H_ */