cFE icon indicating copy to clipboard operation
cFE copied to clipboard

Add "special" ES shell commands as real commands

Open skliper opened this issue 5 years ago • 4 comments

Is your feature request related to a problem? Please describe. ES special commands using the SHELL FC and a special string don't follow command processing model, missing requirements, etc CFE_ES_ListApplications CFE_ES_ListTasks CFE_ES_ListResources

Describe the solution you'd like Implement these as real commands

Describe alternatives you've considered Delete these

Additional context #484

Requester Info Jacob Hageman - NASA/GSFC

skliper avatar Apr 27 '20 14:04 skliper

Other options - Could add an event as part of QueryAllCmd (prints name to replace CFE_ES_ListApplications), QuerryAllTasksCmd (prints task name/id, app name/id to replace CFE_ES_ListTasks).

Note CFE_ES_ListResources still seems unique/useful but it only does counts. Might make more sense to include names or possibly other info... or maybe would make even more sense to include resource counts in the housekeeping message? It's got counts for core apps, external apps, tasks, libs, why not resources? Or maybe just a by request packet (add new) that has all the counts? Send to a file doesn't really seem to have that much of a benefit.

skliper avatar Apr 27 '20 19:04 skliper

CCB 2020-04-29 : Discussed

astrogeco avatar Apr 29 '20 16:04 astrogeco

Note - no strong opinions expressed, seems like approach in the comments above would be beneficial to users. Suggesting that as a path forward (events for the name/tasks as part of the already existing commands, new more informative output for resources).

skliper avatar Apr 29 '20 17:04 skliper

Is this thread still open for draco-rc4?

igorluppi avatar May 21 '24 13:05 igorluppi