Skip to content

Commit f7eabfa

Browse files
committed
Added support for multi obj, added status indicator
1 parent 07e3f48 commit f7eabfa

31 files changed

+11
-1
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
660 Bytes
Binary file not shown.
-688 Bytes
Binary file not shown.
-76 Bytes
Binary file not shown.
76 Bytes
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 not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
84 Bytes
Binary file not shown.

HLA Custom Device/Shared/HLA Custom Device Shared.lvlib

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<Item Name="object_managament_config.ctl" Type="VI" URL="../object_managament_config.ctl"/>
1616
<Item Name="object_status_info.ctl" Type="VI" URL="../object_status_info.ctl"/>
1717
<Item Name="rt_init_state.ctl" Type="VI" URL="../rt_init_state.ctl"/>
18+
<Item Name="vs_obj_id_state.ctl" Type="VI" URL="../vs_obj_id_state.ctl"/>
1819
</Item>
1920
<Item Name="Constants.vi" Type="VI" URL="../Constants.vi"/>
2021
</Item>
8.96 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

HLA Custom Device/System Explorer/HLA Custom Device System Explorer.lvlib

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<Item Name="ActionVIOnCompile.vi" Type="VI" URL="../ActionVIOnCompile.vi"/>
1010
<Item Name="ActionVIOnDownload.vi" Type="VI" URL="../ActionVIOnDownload.vi"/>
1111
<Item Name="ActionVIOnLoad.vi" Type="VI" URL="../ActionVIOnLoad.vi"/>
12-
<Item Name="ActionVIOnShutdown.vi" Type="VI" URL="../ActionVIOnShutdown.vi"/>
1312
</Item>
1413
<Item Name="Extra Pages" Type="Folder">
1514
<Item Name="Attribute.vi" Type="VI" URL="../Attribute.vi"/>
Binary file not shown.

HLA Custom Device/_Debug/DebugView.vi

60 Bytes
Binary file not shown.
244 Bytes
Binary file not shown.

configurations/rtiSimple_multiObj.json

+10
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@
4141
}
4242
],
4343
"instanceId": 0
44+
},
45+
{
46+
"name": "BaseEntity",
47+
"attributes": [
48+
{
49+
"name": "WorldLocation",
50+
"type": "String"
51+
}
52+
],
53+
"instanceId": 1
4454
}
4555
],
4656
"interactions": [

0 commit comments

Comments
 (0)