Skip to content

Commit

Permalink
feat(bacnet): implemented BACnetNotificationParametersSignedOutOfRange
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed May 24, 2022
1 parent 01d0114 commit 996bcbc
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 19 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -1403,6 +1403,20 @@
[simple BACnetClosingTag('peekedTagNumber')
innerClosingTag ]
]
['15' BACnetNotificationParametersSignedOutOfRange(uint 8 peekedTagNumber)
[simple BACnetOpeningTag('peekedTagNumber')
innerOpeningTag ]
[simple BACnetContextTagSignedInteger('0', 'BACnetDataType.SIGNED_INTEGER')
exceedingValue ]
[simple BACnetStatusFlags('1')
statusFlags ]
[simple BACnetContextTagUnsignedInteger('2', 'BACnetDataType.UNSIGNED_INTEGER')
deadband ]
[simple BACnetContextTagSignedInteger('3', 'BACnetDataType.SIGNED_INTEGER')
exceededLimit ]
[simple BACnetClosingTag('peekedTagNumber')
innerClosingTag ]
]
// TODO: implement other cases
[BACnetNotificationParametersUnmapped
// TODO: implement me
Expand Down

0 comments on commit 996bcbc

Please sign in to comment.