Update codecAO40.h added extern

fc-nocpp
Alan Johnston 11 months ago committed by GitHub
parent 51d35f4b7b
commit 5d7c292336
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -26,6 +26,12 @@
extern const unsigned char ALPHA_TO[]; extern const unsigned char ALPHA_TO[];
extern unsigned char m_RS_block[RSBLOCKS][NROOTS]; /* RS parity blocks */
extern unsigned char m_encoded[SYMPBLOCK] ; /* encoded symbols */
extern int m_encoded_bytes; /* Byte counter for encode_data() */
extern int m_ileaver_index; /* Byte counter for interleaver */
extern unsigned char m_conv_sr; /* Convolutional encoder shift register state */
//class CCodecAO40 //class CCodecAO40
//{ //{
//public: //public:

Loading…
Cancel
Save

Powered by TurnKey Linux.