Added skeleton Trend Log object. Currently allows properties to be read and written but has little of the required logic for trending implemented yet.

This commit is contained in:
petermcs
2009-11-23 08:27:09 +00:00
parent 2bb6ecfb3a
commit 916067ec59
9 changed files with 931 additions and 25 deletions
@@ -640,6 +640,10 @@
RelativePath="..\..\..\src\timesync.c"
>
</File>
<File
RelativePath="..\..\object\trendlog.c"
>
</File>
<File
RelativePath="..\..\..\src\tsm.c"
>
@@ -998,6 +1002,10 @@
RelativePath="..\..\..\include\timesync.h"
>
</File>
<File
RelativePath="..\..\..\include\trendlog.h"
>
</File>
<File
RelativePath="..\..\..\include\tsm.h"
>