Skip to content

Commit

Permalink
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.
  • Loading branch information
jphickey committed Mar 28, 2024
1 parent ed1faf4 commit 399a1f6
Show file tree
Hide file tree
Showing 12 changed files with 1,975 additions and 880 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
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 399a1f6

Please sign in to comment.