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

342 commits

Author SHA1 Message Date
49054eef9f cleanup: removed trailing whitespaces in code 2017-05-05 19:24:16 +00:00
9b1e6a33ed add license to headers 2017-04-27 13:20:20 +02:00
5be1853649 added GPL license to file headers 2017-04-27 12:56:43 +02:00
Umar Farooq
c1b0d65f5a Init jitter, mean and variance calc for NTP vs GPS ts 2017-04-26 16:16:15 +00:00
Georg Reinke
f5aba31045 remove libconfig references from libvillas-ext 2017-04-26 11:58:12 +02:00
a81d1fc8de Merge branch 'develop' into node-shm 2017-04-17 23:54:44 +02:00
47bff0f9ba fixed several bugs in the new state machine logic 2017-04-07 17:44:20 +02:00
Georg Reinke
ee809bd5c9 Merge branch 'develop' into node-shm 2017-04-06 12:12:56 +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
9c37348d1d added new hook function „map“ to remap values and add other special values to the sample (fixes #80) 2017-03-25 21:11:52 +01: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
8e53725c33 improved configuration file format for hooks 2017-03-17 02:52:59 -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
3af0f136d5 added option to use shift hook also for sequence numbers 2017-03-14 11:14:02 -03:00
339e45b205 fix uninitialized value 2017-03-12 23:20:15 -03:00
9771559533 added new hook to shift timestamps of samples 2017-03-12 17:13:55 -03:00
2757011e1b several smaller fixes and documentation updates 2017-03-12 17:13:37 -03:00
a9771ec8c6 Merge branch 'develop' into eric-lab 2017-03-09 13:30:19 -03:00
0b06a77c15 add macros to get plugin name and description from pointer to plugin specific data 2017-03-07 07:12:24 -04:00
9c40931a04 Merge branch 'feature-mpmc-queue' into feature-curlio 2017-03-05 10:06:32 -04:00
e27f0b699f several fixes for clean compilation 2017-03-03 20:21:33 -04:00
3e7c855526 updated licence and copyright info in file headers 2017-03-03 20:20:13 -04:00
7ec6aee288 Merge remote-tracking branch 'rwth/develop' into feature-curlio 2017-02-18 11:05:11 -05:00
5beb70d0c6 Updated and modularised Makefiles 2017-02-15 17:54:52 -03:00
1dba01a8ae Re-license source code to LGPLv2.1 (closes #56) 2016-11-22 11:14:25 -05:00
c84df390bc renamed hook related files 2016-11-20 13:11:37 -05:00
a93952aaae statistics are almost working again 2016-11-20 13:01:17 -05:00
cbaf8d40b3 remove HOOK_STATS as it is only used once in the codebase 2016-11-20 03:47:41 -05:00
f50e449373 refactoring in the stats system to fix some compiler errors 2016-11-08 00:27:28 -05:00
1d3bb7c730 some cleanups in the hook system 2016-11-08 00:26:06 -05:00
735f08f551 more improvements to make statistic subsystem extensible 2016-11-07 22:18:26 -05:00
248a6638da these hooks do not use HOOK_{INIT,DEINIT} to lets return early to not fail the assertion 2016-10-30 22:57:58 -04:00
510aec7630 added constructor and destructor methods to hook_storage() management 2016-10-30 22:52:33 -04:00
a9363dad44 entangle hook and statistic collection system 2016-10-22 20:42:05 -04:00
d4e6204e8e fixed for rate 2016-10-20 21:17:20 -04:00
ba399a0b1d fixed compilation: functionality still heavily broken. its a mess right now 2016-09-22 21:20:21 -04:00
0097132b4f Merge branch 'feature-gtnet' into develop 2016-09-11 02:56:46 +00:00
3880abeb63 unified member variable naming of struct sample and struct msg 2016-07-11 18:19:23 +02:00
0fa5f5b976 introduced new directory structure for source and header files 2016-06-14 01:17:58 +02:00