Skip to content

Commit a3b4e62

Browse files
Upgraded to common base connection class.
1 parent 96d66c0 commit a3b4e62

12 files changed

+308
-332
lines changed

MQTT Local Queue Connection.lvproj

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

MQTT LocalQueue Connection.vipb

Lines changed: 11 additions & 11 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-20 14:30:51" Creator="normandinf" Comments="" ID="aa03660231996f90aa97cab7df9f97b6">
1+
<VI_Package_Builder_Settings Version="2018" Created_Date="2019-04-01 18:34:00" Modified_Date="2022-05-07 15:15:51" Creator="normandinf" Comments="" ID="0304edc4c6fc6303ba5727d91386c820">
22
<Library_General_Settings>
33
<Package_File_Name>LabVIEW_Open_Source_Project_lib_MQTT_LocalQueue_Connection</Package_File_Name>
4-
<Library_Version>3.1.1.5</Library_Version>
4+
<Library_Version>4.0.0.6</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,11 +17,12 @@
1717
</Library_General_Settings>
1818
<Advanced_Settings>
1919
<Package_Dependencies>
20-
<External_Dependencies>labview_open_source_lib_unicity &gt;= 1.0.2.5</External_Dependencies>
21-
<External_Dependencies>labview_open_source_project_lib_mqtt_connection &gt;= 3.1.1.12</External_Dependencies>
22-
<Additional_External_Dependencies>labview_open_source_project_lib_labview_open_source_palette &gt;=1.0.0.1</Additional_External_Dependencies>
23-
<Direct_Dependencies>labview_open_source_lib_unicity-1.0.2.5</Direct_Dependencies>
24-
<Direct_Dependencies>labview_open_source_project_lib_mqtt_connection-3.1.1.12</Direct_Dependencies>
20+
<External_Dependencies>labview_open_source_lib_unicity &gt;= 1.1.0.6</External_Dependencies>
21+
<External_Dependencies>labview_open_source_project_lib_connection &gt;= 1.0.1.6</External_Dependencies>
22+
<External_Dependencies>labview_open_source_project_lib_mqtt_connection &gt;= 4.0.0.25</External_Dependencies>
23+
<Direct_Dependencies>labview_open_source_lib_unicity-1.1.0.6</Direct_Dependencies>
24+
<Direct_Dependencies>labview_open_source_project_lib_connection-1.0.1.6</Direct_Dependencies>
25+
<Direct_Dependencies>labview_open_source_project_lib_mqtt_connection-4.0.0.25</Direct_Dependencies>
2526
</Package_Dependencies>
2627
<Custom_Action_VIs>
2728
<Pre-Build_VI/>
@@ -41,9 +42,7 @@ This package is an example for how to create a new specific connection package b
4142
<Copyright/>
4243
<Packager/>
4344
<URL>https://github.com/LabVIEW-Open-Source/MQTT-Connection-LocalQueue</URL>
44-
<Release_Notes>Initial Release of MQTT LocalQUeue Connection (extension of MQTT Connection class)
45-
46-
This package is an example for how to create a new specific connection package based on the abstract Connection class. The local queue implementation can be used for integration testing when a network connection is not available and when network functionality os not the goal of the test. It can also be used to provide inter-process communication in a way where the connection is injectable at runtime, thus making it possible to change the course of communication through a message-abstarction layer with little pain.</Release_Notes>
45+
<Release_Notes>Upgrades to common Connection base class</Release_Notes>
4746
</Description>
4847
<Destinations>
4948
<Toolkit_VIs>
@@ -178,6 +177,7 @@ This package is an example for how to create a new specific connection package b
178177
<close_labview_before_install>false</close_labview_before_install>
179178
<restart_labview_after_install>false</restart_labview_after_install>
180179
<skip_mass_compile_after_install>false</skip_mass_compile_after_install>
180+
<install_into_global_environment>false</install_into_global_environment>
181181
</LabVIEW>
182182
<VI_Docs>
183183
<Edit_VI_Description>false</Edit_VI_Description>
@@ -277,7 +277,7 @@ This package is an example for how to create a new specific connection package b
277277
<Path>source\Example Local Queue Server-Client.vi</Path>
278278
<VI_Title/>
279279
</Items_Data>
280-
<GUID>E5F3D2F8BC1FB039E0637D509AEEE0C3</GUID>
280+
<GUID>2BA7064795AD73B2D61733BC7A1C2F6A</GUID>
281281
</Functions_Palette_Data>
282282
</Library_Palette_Definition>
283283
</VI_Package_Builder_Settings>

MQTT LocalQueue Connection.vipc

-3.38 MB
Binary file not shown.
-376 Bytes
Binary file not shown.
-240 Bytes
Binary file not shown.
-388 Bytes
Binary file not shown.
-24 Bytes
Binary file not shown.
-76 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-24 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)