Skip to content

Commit

Permalink
Merge pull request #3 from excaliburtb/master
Browse files Browse the repository at this point in the history
Added TO table support for CCSDS v2.
  • Loading branch information
jtovias authored Apr 24, 2018
2 parents a037ebb + cac0641 commit 408f840
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fsw/src/to_tbldefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,13 @@ extern "C" {
/*******************************************************************************
** Macro Definitions
*******************************************************************************/
#ifdef MESSAGE_FORMAT_IS_CCSDS_VER_2
#define TO_UNUSED_ENTRY ((uint32) 0x00FFFFFF+1)
#define TO_REMOVED_ENTRY ((uint32) 0x00FFFFFF+2)
#else
#define TO_UNUSED_ENTRY 0
#define TO_REMOVED_ENTRY 1
#endif

/** \name Default Table Size */
/** \{ */
Expand Down

0 comments on commit 408f840

Please sign in to comment.