Data Structures | |
| struct | ast_bds_10_t |
| BDS 1,0 - Data Link Capability Report. More... | |
Enumerations | |
| enum | ast_bds_uelm_capability_t { AST_BDS_UELM_CAP_NO = 0, AST_BDS_UELM_CAP_1S = 1, AST_BDS_UELM_CAP_500MS = 2, AST_BDS_UELM_CAP_250MS = 3, AST_BDS_UELM_CAP_125MS = 4, AST_BDS_UELM_CAP_60MS = 5, AST_BDS_UELM_CAP_30MS = 6, AST_BDS_UELM_CAP_UNASSIGNED = 7 } |
| Uplink ELM Average Throughput Capability. More... | |
| enum | ast_bds_delm_capability_t { AST_BDS_DELM_CAP_NO = 0, AST_BDS_DELM_CAP_4SEG_1S = 1, AST_BDS_DELM_CAP_8SEG_1S = 2, AST_BDS_DELM_CAP_16SEG_1S = 3, AST_BDS_DELM_CAP_16SEG_500MS = 4, AST_BDS_DELM_CAP_16SEG_250MS = 5, AST_BDS_DELM_CAP_16SEG_125MS = 6, AST_BDS_DELM_CAP_UNASSIGNED = 7 } |
| Downlink ELM Throughput Capability. More... | |
Functions | |
| ast_bds_10_t | ast_bds_10_decode (const ast_bds_t bds) |
| Decode function. More... | |
| void | ast_bds_10_get_detail_html (char *detail, const size_t detail_size, const ast_bds_t bds) |
| Get detail function. More... | |
| ast_bds_10_t ast_bds_10_decode | ( | const ast_bds_t | bds | ) |
Decode function.
| void ast_bds_10_get_detail_html | ( | char * | detail, |
| const size_t | detail_size, | ||
| const ast_bds_t | bds | ||
| ) |
Get detail function.