GNU Radio's CCSDS Package
rskey.h File Reference

Go to the source code of this file.

Functions

int rskey_2_encode (size_t rawsiz, char *buf, size_t buflen, size_t bufsiz, size_t sep)
 
int rskey_2_decode (size_t rawsiz, char *buf, size_t buflen, size_t bufsiz)
 
int rskey_3_encode (size_t rawsiz, char *buf, size_t buflen, size_t bufsiz, size_t sep)
 
int rskey_3_decode (size_t rawsiz, char *buf, size_t buflen, size_t bufsiz)
 
int rskey_4_encode (size_t rawsiz, char *buf, size_t buflen, size_t bufsiz, size_t sep)
 
int rskey_4_decode (size_t rawsiz, char *buf, size_t buflen, size_t bufsiz)
 
int rskey_5_encode (size_t rawsiz, char *buf, size_t buflen, size_t bufsiz, size_t sep)
 
int rskey_5_decode (size_t rawsiz, char *buf, size_t buflen, size_t bufsiz)
 

Function Documentation

int rskey_2_decode ( size_t  rawsiz,
char *  buf,
size_t  buflen,
size_t  bufsiz 
)
int rskey_2_encode ( size_t  rawsiz,
char *  buf,
size_t  buflen,
size_t  bufsiz,
size_t  sep 
)
int rskey_3_decode ( size_t  rawsiz,
char *  buf,
size_t  buflen,
size_t  bufsiz 
)
int rskey_3_encode ( size_t  rawsiz,
char *  buf,
size_t  buflen,
size_t  bufsiz,
size_t  sep 
)
int rskey_4_decode ( size_t  rawsiz,
char *  buf,
size_t  buflen,
size_t  bufsiz 
)
int rskey_4_encode ( size_t  rawsiz,
char *  buf,
size_t  buflen,
size_t  bufsiz,
size_t  sep 
)
int rskey_5_decode ( size_t  rawsiz,
char *  buf,
size_t  buflen,
size_t  bufsiz 
)
int rskey_5_encode ( size_t  rawsiz,
char *  buf,
size_t  buflen,
size_t  bufsiz,
size_t  sep 
)