1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
Commit graph

274 commits

Author SHA1 Message Date
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
179aa2d553 cmake: add new CMakeLists.txt 2018-06-29 14:35:39 +02:00
356c4695d9 hooks: added new scale + offset hook 2018-06-16 20:56:43 +02:00
95188a57ea limit_rate: also limit when reading 2018-06-15 14:24:04 +02:00
0b13ff7d71 add two missing includes 2018-06-04 14:22:38 +02:00
1bd03f22a8 hook: extend print hook for showing prefixes 2018-05-24 09:06:53 +02:00
a535ec5abc node: separated node configuratio for send / receive side 2018-05-24 09:04:41 +02:00
50b3a6535f hooks: run also for paths 2018-05-23 14:59:48 +02:00
4ba077d14e io: remove state-less IO calls 2018-05-12 15:25:29 +02:00
c0313c7963 refactored: io_format -> format_type 2018-05-12 13:57:39 +02:00
f99e5debb5 sample: remove sent timestamp 2018-05-08 11:42:43 +02:00
c59e0948c3 io: use dots instead of hyphens in format names 2018-05-08 08:45:18 +02:00
47b600efb7 hooks: fixed null pointer dereference in stats hook 2018-04-04 08:29:54 +02:00
be1a39b03b hook: added new hook for rate limiting 2018-03-28 14:13:13 +02:00
c69d307bc9 improve Makefiles:
- moved all build-time options to Makefile.config
- build VILLASnode without hook support
- build VILLASnode without web & API support
- build VILLASnode without IO format support
- build VILLASnode without external plugins
2018-02-04 16:45:32 +01:00
0017d1bcb1 refactor: change include prefix 2018-02-04 16:40:52 +01:00
1965b8810d stats: do not collect stats about reordering twice 2017-12-20 14:54:18 +01:00
daniel-k
78d23294af lib: add missing includes of string.h 2017-11-02 13:08:12 +01:00
37f5bfe24c c++: more porting 2017-10-20 11:54:00 +02:00
702dc34052 c++: add proper casts from void * 2017-10-20 11:54:00 +02:00
80ee8d786d refactored sample by adding more *_many() functions 2017-10-16 08:09:07 +02:00
ce5f4e5a60 some refactoring in json parsing 2017-10-16 08:09:07 +02:00
4ed3dbe837 hook: reverte change for making decimate hook compatible in path 2017-09-23 23:51:38 -06:00
d4fde78129 hook: some refactoring for the map hook 2017-09-23 23:49:16 -06:00
8ed9cabb66 hook: allow decimate hook to be used in a path 2017-09-19 21:37:59 +02:00
d9d85ce2e8 mapping: fix restart 2017-09-16 15:33:57 +02:00
5e620942ce adding new field "flags" to struct sample 2017-09-16 15:04:59 +02:00
edd0c63d13 renamed stats hook 2017-09-05 15:00:22 +02:00
12973f9088 json: accept integers for floating point settings 2017-09-04 23:16:58 +02:00
04f665070c hook: bugfix in print hook 2017-09-04 18:04:13 +02:00