You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When NumEventFilters is > CFE_PLATFORM_EVS_MAX_EVENT_FILTERS when calling CFE_EVS_Register , the specified filter table can get silently truncated.
In addition, the Filters parameter should be marked const as it is copied into the filter table. and not modified.
Describe the solution you'd like
Send a message to syslog warning of the truncated filter table
Describe alternatives you've considered
Send an event message using the EVT appID
Additional context
This truncation happens for the CI open source app which has 12 events, but the default cfe_platform_cfg only supports 8 event filters.
Requester Info
John N Pham, Northrop Grumman
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When NumEventFilters is > CFE_PLATFORM_EVS_MAX_EVENT_FILTERS when calling CFE_EVS_Register , the specified filter table can get silently truncated.
In addition, the Filters parameter should be marked const as it is copied into the filter table. and not modified.
Describe the solution you'd like
Send a message to syslog warning of the truncated filter table
Describe alternatives you've considered
Send an event message using the EVT appID
Additional context
This truncation happens for the CI open source app which has 12 events, but the default cfe_platform_cfg only supports 8 event filters.
Requester Info
John N Pham, Northrop Grumman
The text was updated successfully, but these errors were encountered: