hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
Go to the source code of this file.
Functions | |
int | cf_decompress (int argc, uint8_t **argv) |
int | cf_packet_decompression (uint8_t *buf, uint8_t *decompressed_packet) |
int | cf_compress (int argc, uint8_t *argv[]) |
int | cf_packet_compression (uint8_t *buf, size_t buf_sz, uint8_t **compressed_packet, size_t *compressed_packet_sz) |
int cf_compress | ( | int | argc, |
uint8_t * | argv[] | ||
) |
int cf_decompress | ( | int | argc, |
uint8_t ** | argv | ||
) |
int cf_packet_compression | ( | uint8_t * | buf, |
size_t | buf_sz, | ||
uint8_t ** | compressed_packet, | ||
size_t * | compressed_packet_sz | ||
) |
int cf_packet_decompression | ( | uint8_t * | buf, |
uint8_t * | decompressed_packet | ||
) |