-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
------------------------------------------------------------------------- 1.9.0 - 2015-10-02 - added support for the mV/V-Link Wireless Node. ------------------------------------------------------------------------- 1.8.1 - 2015-10-01 - fix for the swig.jam file not having quotes around the paths, causing failures when spaces are in the path. ------------------------------------------------------------------------- 1.8.0 - 2015-09-29 - parsing of BaseStation Read/Write eeprom failure error codes. - any BaseStation function that reads from eeprom can potentially now throw an Error_NotSupported exception. - any BaseStation function that writes to eeprom can potentially now throw an Error_NotSupported exception. ------------------------------------------------------------------------- 1.7.3 - 2015-09-29 - parsing of Node Write Eeprom failure packet. - any Node function that writes to eeprom can potentially now throw an Error_NotSupported exception. ------------------------------------------------------------------------- 1.7.2 - 2015-09-29 - parsing of Node Read Eeprom failure packet. - any Node function that reads from eeprom can potentially now throw an Error_NotSupported exception. ------------------------------------------------------------------------- 1.7.1 - 2015-09-28 - fix for AutoCal_shmLink using new App Data Type. ------------------------------------------------------------------------- 1.7.0 - 2015-09-28 - added WirelessNode::readWriteRetries for configuring automatic retries of Node eeprom reads and writes. - added BaseStation::readWriteRetries for configuring automatic retries of BaseStation eeprom reads and writes. ------------------------------------------------------------------------- 1.6.1 - 2015-09-25 - fix for AutoCal_shmLink command returning when it should still be waiting for a second response. ------------------------------------------------------------------------- 1.6.0 - 2015-09-24 - added WirelessNode::useGroupRead to allow disabling of group eeprom read commands. ------------------------------------------------------------------------- 1.5.1 - 2015-09-21 - using WirelessProtocol class for WirelessNode read/write eeprom and page download commands.
- Loading branch information
Showing
371 changed files
with
2,446 additions
and
4,889 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,5 @@ | ||
/***************************************************************************** | ||
/******************************************************************************* | ||
Copyright(c) 2015 LORD Corporation. All rights reserved. | ||
|
||
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 3 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 included | ||
LICENSE.txt file for a copy of the full GNU General Public License. | ||
*****************************************************************************/ | ||
MIT Licensed. See the included LICENSE.txt for a copy of the full MIT License. | ||
*******************************************************************************/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/***************************************************************************** | ||
Copyright(c) 2015 LORD Corporation. All rights reserved. | ||
|
||
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 3 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 included | ||
LICENSE.txt file for a copy of the full GNU General Public License. | ||
*****************************************************************************/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 3 additions & 11 deletions
14
MSCL/source/mscl/Communication/OperatingSystemErrorCodes.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.