-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
45 changed files
with
747 additions
and
439 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
#pragma once | ||
|
||
#ifdef USE_VARLEN_16 | ||
#define VARLEN_LENGTH_PIC "9(4) COMP-5" | ||
#define VARLEN_PIC_SZ 4 | ||
#define VARLEN_LENGTH_SZ 2 | ||
#define VARLEN_LENGTH_T uint16_t | ||
#define VARLEN_BSWAP COB_BSWAP_16 | ||
#else | ||
#define VARLEN_LENGTH_PIC "9(8) COMP-5" | ||
#define VARLEN_PIC_SZ 9 | ||
#define VARLEN_LENGTH_SZ 4 | ||
#define VARLEN_LENGTH_T uint32_t | ||
#define VARLEN_BSWAP COB_BSWAP_32 | ||
#endif | ||
|
||
#define S_VARLEN_LENGTH_PIC "9(4) COMP-5" | ||
#define S_VARLEN_PIC_SZ 4 | ||
#define S_VARLEN_LENGTH_SZ 2 | ||
#define S_VARLEN_LENGTH_T uint16_t | ||
#define S_VARLEN_BSWAP COB_BSWAP_16 | ||
|
||
#define L_VARLEN_LENGTH_PIC "9(8) COMP-5" | ||
#define L_VARLEN_PIC_SZ 9 | ||
#define L_VARLEN_LENGTH_SZ 4 | ||
#define L_VARLEN_LENGTH_T uint32_t | ||
#define L_VARLEN_BSWAP COB_BSWAP_32 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.