Move files

This commit is contained in:
2024-03-01 19:19:13 +01:00
parent e0dc9521d7
commit b99a9e35ca
13 changed files with 0 additions and 90 deletions

28
src/ecmcDAQDefs.h Normal file
View File

@@ -0,0 +1,28 @@
/*************************************************************************\
* Copyright (c) 2019 European Spallation Source ERIC
* ecmc is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*
* ecmcScopeDefs.h
*
* Created on: Sept 21, 2020
* Author: anderssandstrom
* Credits to https://github.com/sgreg/dynamic-loading
*
\*************************************************************************/
#ifndef ECMC_SCOPE_DEFS_H_
#define ECMC_SCOPE_DEFS_H_
// 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
#endif /* ECMC_SCOPE_DEFS_H_ */