-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement selective children retrieval
References #21
- Loading branch information
1 parent
4dfd3a1
commit c8a723e
Showing
16 changed files
with
122 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
Lawo.EmberPlusSharpTest/Model/Test/EmberDataPayloads/ChildrenRetrievalPolicyLog1.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Copyright 2012-2016 Lawo AG (http://www.lawo.com). --> | ||
<!-- Distributed under the Boost Software License, Version 1.0. --> | ||
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) --> | ||
<S101Log> | ||
</S101Log> |
31 changes: 31 additions & 0 deletions
31
Lawo.EmberPlusSharpTest/Model/Test/EmberDataPayloads/ChildrenRetrievalPolicyLog2.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Copyright 2012-2016 Lawo AG (http://www.lawo.com). --> | ||
<!-- Distributed under the Boost Software License, Version 1.0. --> | ||
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) --> | ||
<S101Log> | ||
<Event type="Message" timeUtc="12:54:14.19" direction="Send" number="1"> | ||
<Slot>00</Slot> | ||
<Command>EmberData 01 0A 02</Command> | ||
<Payload> | ||
<Root type="RootElementCollection"> | ||
<RootElement type="Command"> | ||
<number type="Integer">32</number> | ||
</RootElement> | ||
</Root> | ||
</Payload> | ||
</Event> | ||
<Event type="Message" timeUtc="12:54:14.34" direction="Receive" number="1"> | ||
<Slot>00</Slot> | ||
<Command>EmberData 01 0A 02</Command> | ||
<Payload> | ||
<Root type="RootElementCollection"> | ||
<RootElement type="Node"> | ||
<number type="Integer">1</number> | ||
<contents type="Set"> | ||
<identifier type="UTF8String">Node</identifier> | ||
</contents> | ||
</RootElement> | ||
</Root> | ||
</Payload> | ||
</Event> | ||
</S101Log> |
File renamed without changes.