Rev 392 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 392 | Rev 393 | ||
---|---|---|---|
Line 13... | Line 13... | ||
13 | private: |
13 | private: |
14 | Communication * com; |
14 | Communication * com; |
15 | public: |
15 | public: |
16 | Handler(Communication * com); |
16 | Handler(Communication * com); |
17 | void read_mixer(); |
17 | void read_mixer(); |
- | 18 | void receive_data(sRxData rx); |
|
18 | }; |
19 | }; |
Line 19... | Line 20... | ||
19 | 20 | ||
20 | #endif |
21 | #endif |