Skip to content

Commit

Permalink
Partial nasa#42, naming convention pass thru cf_cfdp.h
Browse files Browse the repository at this point in the history
Updates names of all identifiers in cf_cfdp.h to follow naming
conventions from CFE.
  • Loading branch information
jphickey committed Dec 8, 2021
1 parent b55cf70 commit 17e413c
Show file tree
Hide file tree
Showing 22 changed files with 2,926 additions and 2,880 deletions.
2 changes: 1 addition & 1 deletion fsw/src/cf_app.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ typedef struct
CFE_TBL_Handle_t config_handle;
cf_config_table_t *config_table;

cfdp_engine_t engine;
CF_Engine_t engine;
} CF_AppData_t;

extern CF_AppData_t CF_AppData;
Expand Down
375 changes: 189 additions & 186 deletions fsw/src/cf_cfdp.c

Large diffs are not rendered by default.

Loading

0 comments on commit 17e413c

Please sign in to comment.