Skip to content

Commit bc5bf4b

Browse files
Upgraded to common base connection class.
1 parent fc52852 commit bc5bf4b

17 files changed

Lines changed: 305 additions & 328 deletions

MQTT TCP Connection.lvproj

Lines changed: 296 additions & 321 deletions
Large diffs are not rendered by default.

MQTT TCP Connection.vipb

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<VI_Package_Builder_Settings Version="2018" Created_Date="2019-04-01 18:34:00" Modified_Date="2020-10-25 16:41:37" Creator="normandinf" Comments="" ID="643e4898ebdfe4b0d356def5a2382c3f">
1+
<VI_Package_Builder_Settings Version="2018" Created_Date="2019-04-01 18:34:00" Modified_Date="2022-05-08 07:03:22" Creator="normandinf" Comments="" ID="afdf8d61e09933fda860018b77c31376">
22
<Library_General_Settings>
33
<Package_File_Name>LabVIEW_Open_Source_Project_lib_MQTT_TCP_Connection</Package_File_Name>
4-
<Library_Version>3.1.2.7</Library_Version>
4+
<Library_Version>4.0.0.8</Library_Version>
55
<Auto_Increment_Version>false</Auto_Increment_Version>
66
<Library_Source_Folder>source</Library_Source_Folder>
77
<Library_Output_Folder>.</Library_Output_Folder>
@@ -17,9 +17,10 @@
1717
</Library_General_Settings>
1818
<Advanced_Settings>
1919
<Package_Dependencies>
20-
<External_Dependencies>labview_open_source_project_lib_mqtt_connection &gt;= 3.1.2.20</External_Dependencies>
21-
<Additional_External_Dependencies>labview_open_source_project_lib_labview_open_source_palette &gt;=1.0.0.1</Additional_External_Dependencies>
22-
<Direct_Dependencies>labview_open_source_project_lib_mqtt_connection-3.1.2.20</Direct_Dependencies>
20+
<External_Dependencies>labview_open_source_project_lib_connection &gt;= 1.0.1.6</External_Dependencies>
21+
<External_Dependencies>labview_open_source_project_lib_mqtt_connection &gt;= 4.0.0.25</External_Dependencies>
22+
<Direct_Dependencies>labview_open_source_project_lib_connection-1.0.1.6</Direct_Dependencies>
23+
<Direct_Dependencies>labview_open_source_project_lib_mqtt_connection-4.0.0.25</Direct_Dependencies>
2324
</Package_Dependencies>
2425
<Custom_Action_VIs>
2526
<Pre-Build_VI/>
@@ -41,7 +42,7 @@ This package consists of an extension of the MQTT Connection base class for exte
4142
<Copyright/>
4243
<Packager/>
4344
<URL>https://github.com/LabVIEW-Open-Source/MQTT-Connection-TCP</URL>
44-
<Release_Notes>- Exposed a few accessors, helpful to extend the class</Release_Notes>
45+
<Release_Notes>Upgraded to common base Connection</Release_Notes>
4546
</Description>
4647
<Destinations>
4748
<Toolkit_VIs>
@@ -176,6 +177,7 @@ This package consists of an extension of the MQTT Connection base class for exte
176177
<close_labview_before_install>false</close_labview_before_install>
177178
<restart_labview_after_install>false</restart_labview_after_install>
178179
<skip_mass_compile_after_install>false</skip_mass_compile_after_install>
180+
<install_into_global_environment>false</install_into_global_environment>
179181
</LabVIEW>
180182
<VI_Docs>
181183
<Edit_VI_Description>false</Edit_VI_Description>
@@ -359,7 +361,7 @@ This package consists of an extension of the MQTT Connection base class for exte
359361
<Path>source\MQTT_TCP\Connection\Write connection ID.vi</Path>
360362
<VI_Title/>
361363
</Items_Data>
362-
<GUID>68B92C93998BC8DE252B1557EFE0E403</GUID>
364+
<GUID>7AF8398159CE1832D10704EC0B09652F</GUID>
363365
</Functions_Palette_Data>
364366
</Library_Palette_Definition>
365367
</VI_Package_Builder_Settings>

MQTT TCP Connection.vipc

4.05 KB
Binary file not shown.
-364 Bytes
Binary file not shown.
-208 Bytes
Binary file not shown.
-388 Bytes
Binary file not shown.
-24 Bytes
Binary file not shown.
-136 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.
-16 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)