Skip to content

Commit

Permalink
Merge pull request #203 from SainsburyWellcomeCentre/aeon-environment
Browse files Browse the repository at this point in the history
Ensure only RFID measurement events are parsed
  • Loading branch information
glopesdev authored Jan 18, 2024
2 parents 2b08d7d + 78a5623 commit 1ac29c0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Aeon.Environment/Aeon.Environment.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageTags>Bonsai Rx Project Aeon Environment</PackageTags>
<TargetFramework>net472</TargetFramework>
<VersionPrefix>0.1.0</VersionPrefix>
<VersionSuffix>build231209</VersionSuffix>
<VersionSuffix>build240101</VersionSuffix>
</PropertyGroup>

<ItemGroup>
Expand Down
17 changes: 12 additions & 5 deletions src/Aeon.Environment/RfidReader.bonsai
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<WorkflowBuilder Version="2.8.0"
<WorkflowBuilder Version="2.8.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:p1="clr-namespace:Harp.RfidReader;assembly=Harp.RfidReader"
xmlns:harp="clr-namespace:Bonsai.Harp;assembly=Bonsai.Harp"
Expand Down Expand Up @@ -52,6 +52,12 @@
<Name>RfidEvents</Name>
</Expression>
<Expression xsi:type="WorkflowOutput" />
<Expression xsi:type="Combinator">
<Combinator xsi:type="harp:FilterMessageType">
<harp:FilterType>Include</harp:FilterType>
<harp:MessageType>Event</harp:MessageType>
</Combinator>
</Expression>
<Expression xsi:type="ExternalizedMapping">
<Property Name="Location" />
</Expression>
Expand Down Expand Up @@ -81,10 +87,11 @@
<Edge From="7" To="9" Label="Source1" />
<Edge From="8" To="9" Label="Source2" />
<Edge From="9" To="10" Label="Source1" />
<Edge From="9" To="12" Label="Source1" />
<Edge From="11" To="12" Label="Source2" />
<Edge From="12" To="14" Label="Source1" />
<Edge From="13" To="14" Label="Source2" />
<Edge From="9" To="11" Label="Source1" />
<Edge From="11" To="13" Label="Source1" />
<Edge From="12" To="13" Label="Source2" />
<Edge From="13" To="15" Label="Source1" />
<Edge From="14" To="15" Label="Source2" />
</Edges>
</Workflow>
</WorkflowBuilder>

0 comments on commit 1ac29c0

Please sign in to comment.