From c5df6c1f50d7011f9179ceda242604b1f9d5d9eb Mon Sep 17 00:00:00 2001 From: anh Date: Wed, 29 Jan 2020 08:36:32 -0500 Subject: [PATCH] Fix #408, remove driver reference --- docs/src/cfe_es.dox | 3 +-- docs/src/main.dox | 5 ----- fsw/cfe-core/src/es/cfe_es_apps.c | 4 ---- fsw/cfe-core/unit-test/es_UT.c | 29 ----------------------------- fsw/cfe-core/unit-test/es_UT.h | 5 ++--- 5 files changed, 3 insertions(+), 43 deletions(-) diff --git a/docs/src/cfe_es.dox b/docs/src/cfe_es.dox index dcaa7a28f..15500e9c5 100644 --- a/docs/src/cfe_es.dox +++ b/docs/src/cfe_es.dox @@ -6,8 +6,7 @@ high level interface to system control facilities. The ES component is responsible for starting up and restarting the cFE, starting up, shutting down, and restarting cFE Applications, logging errors and performance data, - managing device driver services, and providing a persistent memory store - for cFE Applications. + and providing a persistent memory store for cFE Applications. The interfaces to the ES task include the Ground Interface (commands and telemetry) and the Application Programmer Interfaces (APIs). The ES task diff --git a/docs/src/main.dox b/docs/src/main.dox index 656548102..7468f1b04 100644 --- a/docs/src/main.dox +++ b/docs/src/main.dox @@ -493,11 +493,6 @@
  • #CFE_ES_DeleteChildTask - Deletes a task under an existing Application
  • #CFE_ES_ExitChildTask - Exit for a cFE Child Task -
  • Driver APIs -
  • Critical Data Store APIs