Skip to content

Commit

Permalink
feat(bacnet): added BACnetNotificationParametersFloatingLimit
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Jan 14, 2022
1 parent a57725a commit fd417b8
Show file tree
Hide file tree
Showing 3 changed files with 345 additions and 0 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 @@ -622,6 +622,26 @@
]
]
// TODO: implement other cases
['4' BACnetNotificationParametersFloatingLimit(uint 8 peekedTagNumber)
[simple BACnetOpeningTag('peekedTagNumber', 'BACnetDataType.OPENING_TAG')
innerOpeningTag
]
[simple BACnetContextTagReal('0', 'BACnetDataType.REAL')
referenceValue
]
[simple BACnetStatusFlags('1')
statusFlags
]
[simple BACnetContextTagReal('2', 'BACnetDataType.REAL')
setPointValue
]
[simple BACnetContextTagReal('3', 'BACnetDataType.REAL')
errorLimit
]
[simple BACnetClosingTag('peekedTagNumber', 'BACnetDataType.CLOSING_TAG')
innerClosingTag
]
]
['5' BACnetNotificationParametersOutOfRange(uint 8 peekedTagNumber)
[simple BACnetOpeningTag('peekedTagNumber', 'BACnetDataType.OPENING_TAG')
innerOpeningTag
Expand Down

0 comments on commit fd417b8

Please sign in to comment.