nasa / cFE

The Core Flight System (cFS) Core Flight Executive (cFE)
Apache License 2.0
408 stars 200 forks source link

cFE/ES has hard coded values for command pipe depth and buffer limits #336

Open skliper opened 4 years ago

skliper commented 4 years ago

The ES init function has: CFE_ES_TaskData.PipeDepth = 12;

CFE_ES_TaskData.LimitHK   = 2;
CFE_ES_TaskData.LimitCmd  = 4;

These values should be user configurable.

In addition the 5 cFE apps do not initialize their command pipe depths and buffer limits consistently (but all are NOT user configurable).

skliper commented 4 years ago

Imported from trac issue 305. Created by dlberry on 2019-06-26T10:46:15, last modified: 2019-08-14T14:08:00