Skip to content

Commit 57f447e

Browse files
author
Rob Fisher
committed
Public release MSCL 64.2.2
1 parent 1dff7ed commit 57f447e

File tree

756 files changed

+5887
-4246
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

756 files changed

+5887
-4246
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*******************************************************************************
2-
Copyright(c) 2015-2017 LORD Corporation. All rights reserved.
3-
4-
MIT Licensed. See the included LICENSE.txt for a copy of the full MIT License.
1+
/*******************************************************************************
2+
Copyright(c) 2015-2017 LORD Corporation. All rights reserved.
3+
4+
MIT Licensed. See the included LICENSE.txt for a copy of the full MIT License.
55
*******************************************************************************/

CHANGELOG.txt

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,34 @@ RENAMED - A function/class has been renamed.
1414
REMOVED - A function/class has been removed.
1515
======================================================================================================
1616

17+
64.2.2 - 2022-03-08
18+
- Reverted defaul MIP command timeout to 250 ms
19+
- Increased timeout for MipNode::saveSettingsAsStartup() to 2500 ms
20+
- Increased timeout for MipNode::loadFactoryDefaultSettings() to 1200 ms
21+
22+
64.2.1 - 2022-02-28
23+
- Increased Mip Node commands default timeout 250ms->500ms
24+
25+
64.2.0 - 2022-02-17
26+
- Added support for GPIO State (0x0C,0x42)
27+
28+
64.0.1 - 2022-02-15
29+
- Added Indonesia region code for wireless devices
30+
31+
64.0.0 - 2022-01-28
32+
- RENAMED and inverted MipTypes::MipCommandBytes::responseSuccess to sendCmdFailed
33+
- Changed MipNode::getConfigCommandBytes() to catch exceptions thrown when reading settings from the device, instead buildCmdFailed is set to true for the corresponding entry in the returned MipCommandSet
34+
35+
63.2.0 - 2022-01-28
36+
- Added aiding measurement filter supported check
37+
38+
63.1.1 - 2022-01-20
39+
- Add model information for 3DM-CV7-AHRS (6286) and 3DM-CV7-AR (6287)
40+
1741
63.1.0 - 2022-01-13
1842
- Added RTK (v2) 6285-0100 bitfield status support and set as default
1943
- Updated RTK (v1) 6285-0000 bitfield status to have _v1 suffix
20-
44+
2145
63.0.1 - 2022-01-06
2246
- Increase default readWriteRetries for BaseStation and WirelessNode objects from 0
2347
- BaseStation default: 2

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright(c) 2021 Parker Hannifin Corp. All rights reserved.
3+
Copyright(c) 2022 Parker Hannifin Corp. All rights reserved.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

MSCL/MSCL.licenseheader

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
extensions: designer.cs generated.cs
2+
extensions: .cs .cpp .h .js
3+
/*****************************************************************************************
4+
** Copyright(c) 2015-2022 Parker Hannifin Corp. All rights reserved. **
5+
** **
6+
** MIT Licensed. See the included LICENSE.txt for a copy of the full MIT License. **
7+
*****************************************************************************************/
8+
9+
extensions: .aspx .ascx
10+
<%----------------------------------------------------------------------------------------
11+
-- Copyright(c) 2015-2022 Parker Hannifin Corp. All rights reserved. --
12+
-- --
13+
-- MIT Licensed. See the included LICENSE.txt for a copy of the full MIT License. --
14+
----------------------------------------------------------------------------------------%>
15+
16+
extensions: .xml .config .xsd
17+
<!----------------------------------------------------------------------------------------
18+
-- Copyright(c) 2015-2022 Parker Hannifin Corp. All rights reserved. --
19+
-- --
20+
-- MIT Licensed. See the included LICENSE.txt for a copy of the full MIT License. --
21+
----------------------------------------------------------------------------------------->

MSCL/MSCL.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,6 +1378,7 @@
13781378
</ItemGroup>
13791379
<ItemGroup>
13801380
<None Include="ClassDiagram.cd" />
1381+
<None Include="MSCL.licenseheader" />
13811382
<None Include="source\mscl\Wrapper\MSCL_Exceptions.i" />
13821383
<None Include="source\mscl\Wrapper\MSCL_Main_Interface.i" />
13831384
</ItemGroup>

MSCL/MSCL.vcxproj.filters

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1932,5 +1932,6 @@
19321932
<Filter>_Wrapper</Filter>
19331933
</None>
19341934
<None Include="ClassDiagram.cd" />
1935+
<None Include="MSCL.licenseheader" />
19351936
</ItemGroup>
19361937
</Project>

MSCL/source/mscl/Bin.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
/*******************************************************************************
2-
Copyright(c) 2015-2021 Parker Hannifin Corp. All rights reserved.
1+
/*****************************************************************************************
2+
** Copyright(c) 2015-2022 Parker Hannifin Corp. All rights reserved. **
3+
** **
4+
** MIT Licensed. See the included LICENSE.txt for a copy of the full MIT License. **
5+
*****************************************************************************************/
36

4-
MIT Licensed. See the included LICENSE.txt for a copy of the full MIT License.
5-
*******************************************************************************/
67
#include "stdafx.h"
78
#include "Bin.h"
89

MSCL/source/mscl/Bin.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/*******************************************************************************
2-
Copyright(c) 2015-2021 Parker Hannifin Corp. All rights reserved.
3-
4-
MIT Licensed. See the included LICENSE.txt for a copy of the full MIT License.
5-
*******************************************************************************/
1+
/*****************************************************************************************
2+
** Copyright(c) 2015-2022 Parker Hannifin Corp. All rights reserved. **
3+
** **
4+
** MIT Licensed. See the included LICENSE.txt for a copy of the full MIT License. **
5+
*****************************************************************************************/
66

77
#pragma once
88

MSCL/source/mscl/BitMask.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
/*******************************************************************************
2-
Copyright(c) 2015-2021 Parker Hannifin Corp. All rights reserved.
1+
/*****************************************************************************************
2+
** Copyright(c) 2015-2022 Parker Hannifin Corp. All rights reserved. **
3+
** **
4+
** MIT Licensed. See the included LICENSE.txt for a copy of the full MIT License. **
5+
*****************************************************************************************/
36

4-
MIT Licensed. See the included LICENSE.txt for a copy of the full MIT License.
5-
*******************************************************************************/
67
#include "stdafx.h"
78

89
#include "BitMask.h"

MSCL/source/mscl/BitMask.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/*******************************************************************************
2-
Copyright(c) 2015-2021 Parker Hannifin Corp. All rights reserved.
3-
4-
MIT Licensed. See the included LICENSE.txt for a copy of the full MIT License.
5-
*******************************************************************************/
1+
/*****************************************************************************************
2+
** Copyright(c) 2015-2022 Parker Hannifin Corp. All rights reserved. **
3+
** **
4+
** MIT Licensed. See the included LICENSE.txt for a copy of the full MIT License. **
5+
*****************************************************************************************/
66

77
#pragma once
88

0 commit comments

Comments
 (0)