-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ionut Muthi <[email protected]>
- Loading branch information
1 parent
a39b23f
commit 254a9f6
Showing
18 changed files
with
169 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
plugins/adc/include/adcplugin/scopy-adcplugin_config.h.cmakein
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#ifndef SCOPY_ADC_CONFIG_H_CMAKEIN | ||
#define SCOPY_ADC_CONFIG_H_CMAKEIN | ||
|
||
#define ADC_PLUGIN_DISPLAY_NAME "@PLUGIN_DISPLAY_NAME@" | ||
#define ADC_PLUGIN_SCOPY_MODULE "@SCOPY_MODULE@" | ||
#define ADC_PLUGIN_DESCRIPTION "@PLUGIN_DESCRIPTION@" | ||
|
||
#cmakedefine ENABLE_SCOPYJS | ||
|
||
#endif // SCOPY_ADC_CONFIG_H_CMAKEIN | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
plugins/datalogger/include/dataloggerplugin/scopy-dataloggerplugin_config.h.cmakein
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#ifndef SCOPY_DATALOGGER_CONFIG_H_CMAKEIN | ||
#define SCOPY_DATALOGGER_CONFIG_H_CMAKEIN | ||
|
||
#define DATALOGGER_PLUGIN_DISPLAY_NAME "@PLUGIN_DISPLAY_NAME@" | ||
#define DATALOGGER_PLUGIN_SCOPY_MODULE "@SCOPY_MODULE@" | ||
#define DATALOGGER_PLUGIN_DESCRIPTION "@PLUGIN_DESCRIPTION@" | ||
|
||
#cmakedefine ENABLE_SCOPYJS | ||
|
||
#endif // SCOPY_DATALOGGER_CONFIG_H_CMAKEIN | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
plugins/debugger/include/debuggerplugin/scopy-debuggerplugin_config.h.cmakein
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#ifndef SCOPY_DEBUGGER_CONFIG_H_CMAKEIN | ||
#define SCOPY_DEBUGGER_CONFIG_H_CMAKEIN | ||
|
||
#define DEBUGGER_PLUGIN_DISPLAY_NAME "@PLUGIN_DISPLAY_NAME@" | ||
#define DEBUGGER_PLUGIN_SCOPY_MODULE "@SCOPY_MODULE@" | ||
#define DEBUGGER_PLUGIN_DESCRIPTION "@PLUGIN_DESCRIPTION@" | ||
|
||
#cmakedefine ENABLE_SCOPYJS | ||
|
||
#endif // SCOPY_DEBUGGER_CONFIG_H_CMAKEIN | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
plugins/m2k/include/m2kplugin/scopy-m2kplugin_config.h.cmakein
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#ifndef SCOPY_M2K_CONFIG_H_CMAKEIN | ||
#define SCOPY_M2K_CONFIG_H_CMAKEIN | ||
|
||
#define M2K_PLUGIN_DISPLAY_NAME "@PLUGIN_DISPLAY_NAME@" | ||
#define M2K_PLUGIN_SCOPY_MODULE "@SCOPY_MODULE@" | ||
#define M2K_PLUGIN_DESCRIPTION "@PLUGIN_DESCRIPTION@" | ||
|
||
#cmakedefine ENABLE_SCOPYJS | ||
|
||
#endif // SCOPY_M2K_CONFIG_H_CMAKEIN | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
plugins/pqm/include/pqmplugin/scopy-pqmplugin_config.h.cmakein
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#ifndef SCOPY_PQM_CONFIG_H_CMAKEIN | ||
#define SCOPY_PQM_CONFIG_H_CMAKEIN | ||
|
||
#define PQM_PLUGIN_DISPLAY_NAME "@PLUGIN_DISPLAY_NAME@" | ||
#define PQM_PLUGIN_SCOPY_MODULE "@SCOPY_MODULE@" | ||
#define PQM_PLUGIN_DESCRIPTION "@PLUGIN_DESCRIPTION@" | ||
|
||
#cmakedefine ENABLE_SCOPYJS | ||
|
||
#endif // SCOPY_PQM_CONFIG_H_CMAKEIN | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.