Implementation of Field SPECification (FSPEC) concept defined by ASTERIX. More...


Go to the source code of this file.
Data Structures | |
| struct | ast_fspec_t |
Functions | |
| ast_fspec_t | ast_fspec_decode (const unsigned char *const buffer, const size_t bufsize) |
| ast_fspec_t | ast_fspec_copy (unsigned char *const buffer, const size_t bufsize, const ast_fspec_t src) |
| bool | ast_fspec_is_set (const ast_fspec_t *fspec, const unsigned int frn) |
| bool | ast_fspec_set (unsigned char *const buffer, const size_t bufsize, const unsigned int frn, const bool set) |
Implementation of Field SPECification (FSPEC) concept defined by ASTERIX.
| ast_fspec_t ast_fspec_copy | ( | unsigned char *const | buffer, |
| const size_t | bufsize, | ||
| const ast_fspec_t | src | ||
| ) |
| ast_fspec_t ast_fspec_decode | ( | const unsigned char *const | buffer, |
| const size_t | bufsize | ||
| ) |
| bool ast_fspec_is_set | ( | const ast_fspec_t * | fspec, |
| const unsigned int | frn | ||
| ) |
| bool ast_fspec_set | ( | unsigned char *const | buffer, |
| const size_t | bufsize, | ||
| const unsigned int | frn, | ||
| const bool | set | ||
| ) |