Library for using the LSR SiFlex/ProFlex RF modules with mbed.
Go to the source code of this file.
Typedefs | |
| typedef void(* | ptrRxMsgCallback )(void) |
| Modified by Mark Harris at SAIT.ca Improved functionality for mbed. | |
Variables | |
| ptrRxMsgCallback | ptrRxMsgCallbackTable [69] |
| Table used for subscribing callback functions for received UART messages. | |
| const uint8_t | cau8RxMsgLengthAndTypeTable [69][2] |
| This table contains the min and max length for each message type. | |
Detailed Description
- Version:
- 1.0
LICENSE
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details at http://www.gnu.org/copyleft/gpl.html
DESCRIPTION
Implementation of contents in LsrModule.h.
Definition in file LsrModule.cpp.
Typedef Documentation
| typedef void(* ptrRxMsgCallback)(void) |
Modified by Mark Harris at SAIT.ca Improved functionality for mbed.
C function pointer typedef.
Definition at line 36 of file LsrModule.cpp.
Variable Documentation
| const uint8_t cau8RxMsgLengthAndTypeTable[69][2] |
This table contains the min and max length for each message type.
The first array index is the message type and the second index is the min value (0) or max value (1).
Definition at line 49 of file LsrModule.cpp.
Table used for subscribing callback functions for received UART messages.
Definition at line 42 of file LsrModule.cpp.
Generated on Tue Jul 12 2022 21:29:55 by
1.7.2
Mark Harris