Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -8,6 +8,7 @@ public: | ... | @@ -8,6 +8,7 @@ public: |
| 8 | Cevaluate() {}; | 8 | Cevaluate() {}; |
| 9 | char *DecodedData; // from the receiver | 9 | char *DecodedData; // from the receiver |
| 10 | char *Data; // from the sender | 10 | char *Data; // from the sender |
| 11 | + float *At, *Bt, *At_, *Bt_; | ||
| 11 | void evaluate(); | 12 | void evaluate(); |
| 12 | }; | 13 | }; |
| 13 | #endif | 14 | #endif | ... | ... |
-
Please register or login to post a comment