|
6b912c0ae0
|
dp: advance time after each sample
|
2019-03-15 17:31:28 +01:00 |
|
|
5eb006bed9
|
dp: remove stability tweak
|
2019-03-15 17:31:11 +01:00 |
|
|
b7d0f174ca
|
remove auto signal type detection
|
2019-03-09 13:34:51 +01:00 |
|
|
3f18790c4e
|
average: fix merge mistake
|
2019-03-09 12:49:51 +01:00 |
|
|
e78302ac38
|
Merge branch 'hook-dp' into develop
|
2019-03-09 00:36:10 +01:00 |
|
|
4229531cf1
|
hooks: rewrite a bunch of hooks to the new signal list method
|
2019-03-09 00:32:59 +01:00 |
|
Markus Mirz
|
dc3a38e698
|
Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop
|
2019-02-18 15:46:32 +01:00 |
|
Markus Mirz
|
7144190fea
|
hooks: fix datatype for bitmask
|
2019-02-18 15:44:01 +01:00 |
|
|
40d4e55546
|
dp: fix signal handling (for now)
|
2019-02-18 01:11:34 +01:00 |
|
|
70158411ae
|
dp: wip
|
2019-02-17 23:43:59 +01:00 |
|
|
11ff983140
|
hooks: disable broken cast hook
|
2019-02-17 22:49:44 +01:00 |
|
|
54bd0af030
|
wip: continue working on the dp hook
|
2019-02-17 22:25:29 +01:00 |
|
|
8fa823767c
|
cast: only cast a single signal
|
2019-02-17 22:25:06 +01:00 |
|
|
e621f6b40f
|
wip: started working on new DP-EMT hook
|
2019-02-17 22:25:06 +01:00 |
|
|
2936cd3ddc
|
stats: refactor stats system and allow for more flexible configuration of stats node
|
2019-02-15 09:40:38 +01:00 |
|
|
a9f5b782f6
|
fixups for separation of in/out signals
|
2019-02-06 15:11:08 +01:00 |
|
|
280aacca40
|
hooks: added new dump hook
|
2019-01-30 01:53:52 +01:00 |
|
|
be5358254f
|
decimate: avoid floating point exception
|
2019-01-28 11:10:36 +01:00 |
|
|
2bcfd844cd
|
log: replace stats() by info()
|
2019-01-22 16:04:35 +01:00 |
|
|
6ff4c838b4
|
hook: added new averaging hook
|
2019-01-21 22:04:04 +01:00 |
|
|
6b68bc0f00
|
hooks: add functions to set rate/ratio in limit_rate/decimate hooks
|
2019-01-21 11:01:25 +01:00 |
|
|
8f7c8ae71e
|
update copyright year to 2019
|
2019-01-13 00:42:39 +01:00 |
|
|
d18d786801
|
refactor: list_* -> vlist_*
|
2019-01-07 10:28:55 +01:00 |
|
|
88295bb7cd
|
stats: only collect stats of required meta-data is available
|
2018-11-30 21:37:52 +01:00 |
|
|
70cc94b5c7
|
refactor: warn() => warning() due to name collision with libc
|
2018-11-30 21:37:52 +01:00 |
|
|
833729cb57
|
added new VILLAScommon submodule
|
2018-11-30 20:58:15 +01:00 |
|
|
d35971c26c
|
refactor: update copyright years
|
2018-08-20 18:40:03 +02:00 |
|
|
5707ee9d58
|
new signal declaration code
|
2018-08-20 18:31:27 +02:00 |
|
|
1c59bb6d60
|
hooks: adapt to new signal code and separate node-type configuration into in/out sections
|
2018-08-20 18:29:52 +02:00 |
|
|
abdec22993
|
plugin: replace plugin_name() by type-specific wrappers
|
2018-08-20 18:16:44 +02:00 |
|
|
c7a01a1da6
|
hook: fix initialization
|
2018-08-17 12:40:03 +02:00 |
|
|
ca9caa8547
|
hook: fix format handling fo scale hook
|
2018-08-17 11:28:06 +02:00 |
|
|
b366408634
|
stats: remove broken processing time statistic
|
2018-08-17 11:20:02 +02:00 |
|
|
99ee9a08b7
|
hooks: simplifying hooks system by consolidating read, write, and processing into a single process callback
|
2018-08-17 11:15:51 +02:00 |
|
|
4fc0392650
|
hooks: fix whitespace alignment
|
2018-08-17 10:55:00 +02:00 |
|
|
77850451b4
|
hooks: add new builtin "fix" hook which adds missing fields to samples
|
2018-08-17 10:51:33 +02:00 |
|
|
14656232ad
|
refactoring and code cleanups
|
2018-08-13 15:26:24 +02:00 |
|
|
04cb226cb3
|
hooks: remove convert hook as it is currently broken
|
2018-08-13 00:00:10 +02:00 |
|
|
1f16b4bf07
|
refactor: {sample,signal}_{put,get} -> {sample,signal}_{incref,decref}
|
2018-08-13 00:00:09 +02:00 |
|
|
3bba9c16b0
|
hooks: remove map hook
|
2018-08-13 00:00:09 +02:00 |
|
|
3cca02d1c0
|
sample: use 64bit integer
|
2018-08-13 00:00:09 +02:00 |
|
|
ae8d576b4a
|
use proper include style
|
2018-08-12 23:59:15 +02:00 |
|
Dennis Potter
|
e926b9b6c2
|
Fixed compile errors with format string identifiers.
These identifiers were introduced in
eaa3f60b12
|
2018-08-09 14:24:45 +02:00 |
|
|
eaa3f60b12
|
fix several invalid format string identifiers
|
2018-08-09 08:06:21 +02:00 |
|
Dennis Potter
|
64282b7134
|
Changed sequence type to uint64_t
|
2018-07-21 13:01:42 +02:00 |
|
|
5bbf174a13
|
cmake: allow VILLASnode to be included into other CMake projects via add_subdirectory()
|
2018-07-16 20:16:14 +02:00 |
|
|
fc6f63b192
|
cmake: change sub-libraries to be statically linked
|
2018-07-03 18:25:15 +02:00 |
|
|
0a4f1a3731
|
cmake: add install targets and several other cpack improvments
|
2018-06-30 01:29:45 +02:00 |
|
|
9094941b4c
|
cmake: add more CMakeLists.txt
|
2018-06-29 14:36:50 +02:00 |
|
|
f585a94ebf
|
remove most of the old Makefiles
|
2018-06-29 14:36:24 +02:00 |
|