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

34 commits

Author SHA1 Message Date
a9f5b782f6 fixups for separation of in/out signals 2019-02-06 15:11:08 +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
d35971c26c refactor: update copyright years 2018-08-20 18:40:03 +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
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
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
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
c59e0948c3 io: use dots instead of hyphens in format names 2018-05-08 08:45:18 +02:00
0017d1bcb1 refactor: change include prefix 2018-02-04 16:40:52 +01:00
702dc34052 c++: add proper casts from void * 2017-10-20 11:54:00 +02:00
5e620942ce adding new field "flags" to struct sample 2017-09-16 15:04:59 +02:00
04f665070c hook: bugfix in print hook 2017-09-04 18:04:13 +02:00
6d495c1a35 add new bitmask to samples to indicate which fields are valid 2017-09-04 14:28:55 +02:00
526be78ca5 hook: from now on both paths and nodes can have hooks! 2017-09-02 14:27:58 +02:00
06c7066285 updated print hook to make use of new IO format system 2017-08-23 16:50:29 +02:00
3519c9b2c8 hooks: use unsigned instead of size_t to count samples 2017-08-05 22:18:47 +02:00
434fe6dbd6 replaced libconfig by jansson for parsing the configuration (huge commit) 2017-08-03 00:19:27 +02:00
bc83463831 added new format subsystem 2017-07-28 18:11:52 +02:00
b59a989278 cleanup trailing whitespaces 2017-07-25 12:07:06 +02:00
49054eef9f cleanup: removed trailing whitespaces in code 2017-05-05 19:24:16 +00:00
5be1853649 added GPL license to file headers 2017-04-27 12:56:43 +02:00
3eb629d9d5 various bug fixes from todays debugging session 2017-03-29 04:25:30 +02:00
38a983b26e yet another rewrite of the hook system 2017-03-27 12:26:11 +02:00
8c8a2c57b7 the hook callback shall return 0 in case of success.
the number of returned samples is now updated in the passed hook_info::count
2017-03-20 09:14:30 -03:00
8613ee688e use name method for storing hook private data as for nodes 2017-03-20 09:13:01 -03:00
5b93da867a refactoring: simplified hook system 2017-03-17 01:08:48 -03:00
bd238dfebd remove history field of hook structure as this is now obsolete.
use the reference counting to keep copies of older samples
2017-03-14 11:24:06 -03:00
9c40931a04 Merge branch 'feature-mpmc-queue' into feature-curlio 2017-03-05 10:06:32 -04:00