Skip to content

Commit

Permalink
Merge branch 'release/4.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-normandin committed Feb 13, 2024
2 parents 3bda7a5 + c2c6566 commit 56eea46
Show file tree
Hide file tree
Showing 24 changed files with 333 additions and 35 deletions.
249 changes: 236 additions & 13 deletions MQTT Connection.vipb

Large diffs are not rendered by default.

Binary file modified source/MQTT_Base/Base Class/Start.vi
Binary file not shown.
Binary file modified source/MQTT_Base/DebuggingTerminal/Create DebugTerminal.vi
Binary file not shown.
67 changes: 45 additions & 22 deletions source/MQTT_Base/DebuggingTerminal/DebuggingTerminal.lvclass

Large diffs are not rendered by default.

Binary file modified source/MQTT_Base/DebuggingTerminal/Destroy DebugTerminal.vi
Binary file not shown.
Binary file not shown.
Binary file modified source/MQTT_Base/DebuggingTerminal/Monitor Lifeline.vi
Binary file not shown.
Binary file modified source/MQTT_Base/DebuggingTerminal/Open Debug Process.vi
Binary file not shown.
Binary file modified source/MQTT_Base/DebuggingTerminal/Process.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified source/MQTT_Base/DebuggingTerminal/TerminateProcess.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified source/MQTT_Base/DebuggingTerminal/onDestroyDebugTerminal.vi
Binary file not shown.
8 changes: 8 additions & 0 deletions source/MQTT_Base/MQTT Base.lvlib
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@
<Property Name="NI.Lib.SourceVersion" Type="Int">318799872</Property>
<Property Name="NI.Lib.Version" Type="Str">1.0.0.0</Property>
<Property Name="NI.LV.All.SourceOnly" Type="Bool">true</Property>
<Property Name="NI.SortType" Type="Int">3</Property>
<Item Name="Injectable processes" Type="Folder">
<Item Name="Process.vi" Type="VI" URL="../DebuggingTerminal/Process.vi"/>
<Item Name="Process_All_single.vi" Type="VI" URL="../DebuggingTerminal/Process_All_single.vi"/>
<Item Name="Process_IncomingOnly.vi" Type="VI" URL="../DebuggingTerminal/Process_IncomingOnly.vi"/>
<Item Name="Process_OutgoingOnly.vi" Type="VI" URL="../DebuggingTerminal/Process_OutgoingOnly.vi"/>
</Item>
<Item Name="DebuggingTerminal.lvclass" Type="LVClass" URL="../DebuggingTerminal/DebuggingTerminal.lvclass"/>
<Item Name="PacketFormatter.lvclass" Type="LVClass" URL="../PacketFormatter/PacketFormatter.lvclass"/>
<Item Name="MQTT_Base.lvclass" Type="LVClass" URL="../Base Class/MQTT_Base.lvclass"/>
<Item Name="Session.lvclass" Type="LVClass" URL="../Session/Session.lvclass"/>
</Library>
Binary file not shown.
44 changes: 44 additions & 0 deletions source/MQTT_Base/PacketFormatter/PacketFormatter.lvclass

Large diffs are not rendered by default.

Binary file not shown.
Binary file modified source/MQTT_Base/Session/Process Packet.vi
Binary file not shown.
Binary file modified source/MQTT_Base/Session/Write DebuggingTerminal.vi
Binary file not shown.

0 comments on commit 56eea46

Please sign in to comment.