Skip to content

Commit

Permalink
Fix #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.
  • Loading branch information
jphickey committed Mar 28, 2024
1 parent ed1faf4 commit 0604676
Show file tree
Hide file tree
Showing 11 changed files with 2,046 additions and 879 deletions.
2 changes: 2 additions & 0 deletions modules/tbl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
382 changes: 197 additions & 185 deletions modules/tbl/fsw/src/cfe_tbl_api.c

Large diffs are not rendered by default.

Loading

0 comments on commit 0604676

Please sign in to comment.