Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix nasa#2538, table transaction initial implementation
Browse files Browse the repository at this point in the history
Initial implementation of transaction concept for table API calls.
The basic transaction object wraps all of the relevant pointers
and state information for the request being processed.
jphickey committed Mar 28, 2024
1 parent ed1faf4 commit 90ee827
Showing 12 changed files with 2,043 additions and 880 deletions.
2 changes: 2 additions & 0 deletions modules/tbl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -10,6 +10,8 @@ project(CFE_TBL C)
set(tbl_SOURCES
fsw/src/cfe_tbl_api.c
fsw/src/cfe_tbl_internal.c
fsw/src/cfe_tbl_resource.c
fsw/src/cfe_tbl_transaction.c
fsw/src/cfe_tbl_task.c
fsw/src/cfe_tbl_task_cmds.c
fsw/src/cfe_tbl_dispatch.c
380 changes: 195 additions & 185 deletions modules/tbl/fsw/src/cfe_tbl_api.c

Large diffs are not rendered by default.

Loading

0 comments on commit 90ee827

Please sign in to comment.