|
1005 | 1005 | #define CFE_PLATFORM_ES_DEFAULT_CDS_REG_DUMP_FILE "/ram/cfe_cds_reg.log"
|
1006 | 1006 |
|
1007 | 1007 | /**
|
1008 |
| -** \cfeescfg Define Default System Log Mode |
| 1008 | +** \cfeescfg Define Default System Log Mode following Power On Reset |
1009 | 1009 | **
|
1010 | 1010 | ** \par Description:
|
1011 |
| -** Defines the default mode for the operation of the ES System log. The log may |
1012 |
| -** operate in either Overwrite mode = 0, where once the log becomes full the |
1013 |
| -** oldest message in the log will be overwritten, or Discard mode = 1, where |
1014 |
| -** once the log becomes full the contents of the log are preserved and the new |
1015 |
| -** event is discarded. This constant may hold a value of either 0 or 1 |
1016 |
| -** depending on the desired default log mode. Overwrite Mode = 0, Discard |
1017 |
| -** Mode = 1. |
| 1011 | +** Defines the default mode for the operation of the ES System log following a power |
| 1012 | +** on reset. The log may operate in either Overwrite mode = 0, where once the |
| 1013 | +** log becomes full the oldest message in the log will be overwritten, or |
| 1014 | +** Discard mode = 1, where once the log becomes full the contents of the log are |
| 1015 | +** preserved and the new event is discarded. This constant may hold a value of |
| 1016 | +** either 0 or 1 depending on the desired default. |
| 1017 | +** Overwrite Mode = 0, Discard Mode = 1. |
| 1018 | +** |
| 1019 | +** \par Limits |
| 1020 | +** There is a lower limit of 0 and an upper limit of 1 on this configuration |
| 1021 | +** paramater. |
| 1022 | +*/ |
| 1023 | +#define CFE_PLATFORM_ES_DEFAULT_POR_SYSLOG_MODE 0 |
| 1024 | + |
| 1025 | +/** |
| 1026 | +** \cfeescfg Define Default System Log Mode following Processor Reset |
| 1027 | +** |
| 1028 | +** \par Description: |
| 1029 | +** Defines the default mode for the operation of the ES System log following a |
| 1030 | +** processor reset. The log may operate in either Overwrite mode = 0, where once |
| 1031 | +** the log becomes full the oldest message in the log will be overwritten, or |
| 1032 | +** Discard mode = 1, where once the log becomes full the contents of the log are |
| 1033 | +** preserved and the new event is discarded. This constant may hold a value of |
| 1034 | +** either 0 or 1 depending on the desired default. |
| 1035 | +** Overwrite Mode = 0, Discard Mode = 1. |
1018 | 1036 | **
|
1019 | 1037 | ** \par Limits
|
1020 | 1038 | ** There is a lower limit of 0 and an upper limit of 1 on this configuration
|
1021 | 1039 | ** paramater.
|
1022 | 1040 | */
|
1023 |
| -#define CFE_PLATFORM_ES_DEFAULT_SYSLOG_MODE 1 |
| 1041 | +#define CFE_PLATFORM_ES_DEFAULT_PR_SYSLOG_MODE 1 |
1024 | 1042 |
|
1025 | 1043 | /**
|
1026 | 1044 | ** \cfeescfg Define Max Number of Performance IDs
|
|
1997 | 2015 | #define CFE_ES_DEFAULT_ER_LOG_FILE CFE_PLATFORM_ES_DEFAULT_ER_LOG_FILE
|
1998 | 2016 | #define CFE_ES_DEFAULT_PERF_DUMP_FILENAME CFE_PLATFORM_ES_DEFAULT_PERF_DUMP_FILENAME
|
1999 | 2017 | #define CFE_ES_DEFAULT_CDS_REG_DUMP_FILE CFE_PLATFORM_ES_DEFAULT_CDS_REG_DUMP_FILE
|
2000 |
| -#define CFE_ES_DEFAULT_SYSLOG_MODE CFE_PLATFORM_ES_DEFAULT_SYSLOG_MODE |
| 2018 | +#define CFE_ES_DEFAULT_SYSLOG_MODE CFE_PLATFORM_ES_DEFAULT_PR_SYSLOG_MODE |
2001 | 2019 | #define CFE_ES_PERF_MAX_IDS CFE_PLATFORM_ES_PERF_MAX_IDS
|
2002 | 2020 | #define CFE_ES_PERF_DATA_BUFFER_SIZE CFE_PLATFORM_ES_PERF_DATA_BUFFER_SIZE
|
2003 | 2021 | #define CFE_ES_PERF_FILTMASK_NONE CFE_PLATFORM_ES_PERF_FILTMASK_NONE
|
|
0 commit comments