Added basic timer object, internal state machine, and unit tests (#1123)
* Added basic timer object, internal state machine, and unit tests * Added BACnetTimerStateChangeValue encode, decode, parse, print, and diff with unit tests * Changed handler of add/remove list element to check if the property is a BACnetLIST * Added BACnetLIST utility for handling WriteProperty to a list. * Fixed outlier ReadProperty object handlers to return zero when the RP parameter is NULL.
This commit is contained in:
+1
@@ -202,6 +202,7 @@
|
||||
<ClCompile Include="..\..\..\..\src\bacnet\basic\object\schedule.c" />
|
||||
<ClCompile Include="..\..\..\..\src\bacnet\basic\object\structured_view.c" />
|
||||
<ClCompile Include="..\..\..\..\src\bacnet\basic\object\time_value.c" />
|
||||
<ClCompile Include="..\..\..\..\src\bacnet\basic\object\timer.c" />
|
||||
<ClCompile Include="..\..\..\..\src\bacnet\basic\object\trendlog.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
+3
@@ -75,6 +75,9 @@
|
||||
<ClCompile Include="..\..\..\..\src\bacnet\basic\object\time_value.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\src\bacnet\basic\object\timer.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\src\bacnet\basic\object\trendlog.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
|
||||
Reference in New Issue
Block a user