From 3866f048c77ef1dcf688ac40b873807495e328c2 Mon Sep 17 00:00:00 2001 From: Anh Date: Fri, 3 Nov 2023 10:20:31 -0400 Subject: [PATCH] Fix #414, update documentation with lessons learned Fix #414, update cf documentation with lessons learned while setting up cf --- docs/dox_src/cfs_cf.dox | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/docs/dox_src/cfs_cf.dox b/docs/dox_src/cfs_cf.dox index aa41703c..30e64668 100644 --- a/docs/dox_src/cfs_cf.dox +++ b/docs/dox_src/cfs_cf.dox @@ -13,6 +13,7 @@
  • \subpage cfscfeventspg
  • \subpage cfscfcons
  • \subpage cfscffaqs +
  • \subpage cfscflessons **/ @@ -99,7 +100,7 @@ CF sends and receives file information and file-data in Protocol Data Units (PDUs) that are compliant with the CFDP standard protocol defined in the CCSDS - 727.0-B-4 Blue Book. The PDUs are transferred to and from the CF application + 727.0-B-5 Blue Book. The PDUs are transferred to and from the CF application via CCSDS packets on the software bus. The system must be configured to get the PDU packets from the peer to the software bus (and vice-versa). @@ -1450,7 +1451,7 @@ CF_UnionArgs_Payload_t;
  • Unable to subscribe to the CF Housekeeping Request Message
  • Unable to register for cFE Event Services
  • Unable to register the CF Configuration Table with cFE Table Services
    -
  • Unable to load the CF Configuration Table with a defaut table file
    +
  • Unable to load the CF Configuration Table with a default table file
  • Unable to acquire a pointer to the CF Configuration Table
    @@ -1466,4 +1467,36 @@ CF_UnionArgs_Payload_t; \page cfscffaqs CFS CFDP Frequently Asked Questions No CF specific FAQ's have been identified/documented. + + Prev: \ref cfscfcons
    + Next: \ref cfscflessons **/ + +/** + \page cfscflessons CFS CFDP Lessons Learned + + These are the lessons learned setting up CF application: + + +**/ \ No newline at end of file