GNU Radio's CCSDS Package
rspwd.h
Go to the documentation of this file.
1 #ifndef _EZPWD_RSPWD_H
2 #define _EZPWD_RSPWD_H
3 
4 #if defined( __cplusplus )
5 extern "C" {
6 #endif
7 
8  size_t rspwd_encode_1( char *p, size_t s );
9  size_t rspwd_encode_2( char *p, size_t s );
10  size_t rspwd_encode_3( char *p, size_t s );
11  size_t rspwd_encode_4( char *p, size_t s );
12  size_t rspwd_encode_5( char *p, size_t s );
13 
14 #if defined( __cplusplus )
15 } // extern "C"
16 #endif
17 
18 #endif // _EZPWD_RSPWD_H
size_t rspwd_encode_1(char *p, size_t s)
size_t rspwd_encode_3(char *p, size_t s)
size_t rspwd_encode_5(char *p, size_t s)
size_t rspwd_encode_4(char *p, size_t s)
size_t rspwd_encode_2(char *p, size_t s)