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

44 commits

Author SHA1 Message Date
f8850b4110 refactor: improve code-style 2020-07-01 17:07:16 +02:00
e53661a62c update copyright year to 2020 2020-01-20 17:17:00 +01:00
995e4b5ec9 memory: use default value for memory type 2019-10-26 13:34:03 +02:00
ef17ec19a2 refactor enums to class enums 2019-06-23 16:13:23 +02:00
2e6ca2de94 avoid calling copy constructors 2019-06-18 17:53:09 +02:00
492004bf34 use new villas::Tool class as common top-level entrypoint 2019-05-28 17:31:58 +02:00
3ae112095d fix changes to villas-hook 2019-05-24 10:51:10 +02:00
Divya Rajashekhar Laxetti
0e86d41267 Update villas-hook.cpp 2019-05-21 17:33:03 +02:00
71995642a9 add missing include villas/colors.hpp 2019-04-23 13:11:19 +02:00
dabb1c5454 src: catch unhandled exceptions 2019-04-17 18:46:18 +02:00
15c3f04c5d cmake: more fixes 2019-04-05 22:10:46 +02:00
5bb428704f fix indetion of top-level try/catch blocks 2019-03-26 17:04:57 +01:00
2dafb25639 port hook subsystem to C++ 2019-03-26 15:39:08 +01:00
618b25bf4f port config_helper.c to C++ 2019-03-26 07:15:07 +01:00
116ef7f153 catch std::runtime_error 2019-03-22 13:45:04 +01:00
4a5b0b65b2 add new option to command line utilities to specify signal type 2019-03-16 09:41:50 +01:00
49fd6d89f5 hooks: simplify hook processing system so that ever hook only processes a single sample at once 2019-03-16 09:05:42 +01:00
b7d0f174ca remove auto signal type detection 2019-03-09 13:34:51 +01:00
4942d8ee74 bunch of bugfixes and refactoring for preperation of hooks 2019-03-09 00:32:22 +01:00
d19ae55c71 hook: propagate error in hook_process() 2019-02-18 01:11:16 +01:00
8f7c8ae71e update copyright year to 2019 2019-01-13 00:42:39 +01:00
c2f83b01fd Merge branch 'ws-relay' into develop
# Conflicts:
#	include/villas/node/config.h.in
#	include/villas/utils.h
#	lib/CMakeLists.txt
#	lib/nodes/websocket.c
#	lib/utils.c
#	lib/web.c
#	src/CMakeLists.txt
#	src/villas-pipe.cpp
2019-01-12 13:48:29 +01:00
029ccd2e09 Merge branch 'node-uldaq' into develop 2019-01-09 17:02:43 +01:00
a63b15609a do not throw dynamically allocated exceptions 2018-12-02 03:11:32 +01:00
c3c37c267f avoid global storage as far as possible 2018-11-30 21:37:52 +01:00
c30009b96f cpp: use new supernode class 2018-11-30 21:35:14 +01:00
e625926d7d refactor: cout over multiple lines 2018-11-30 21:00:53 +01:00
7f4e69ea4b refactor: NULL -> nullptr 2018-11-30 21:00:53 +01:00
30576ba7ad refactoring: move config to villas/node/config.h 2018-11-30 21:00:53 +01:00
1763102931 small refactoring 2018-11-30 20:58:15 +01:00
0709235502 log: adjust to new log constructor signature 2018-11-30 20:58:15 +01:00
97181dc461 fix invalid return-type of getopt() 2018-11-30 19:57:22 +01:00
e812a36a73 portability: more fixes for RPi 2018-10-04 02:41:20 +02:00
68df32a0e1 add some comments 2018-10-04 02:41:01 +02: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
dc8d6d485f whitespace cleanup 2018-08-17 11:29:28 +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
32de7761fe refactor:
- DEFAULT_SAMPLELEN -> DEFAULT_SAMPLE_LENGTH
- DEFAULT_QUEUELEN -> DEFAULT_QUEUE_LENGTH
2018-08-12 23:59:15 +02:00
f35588aad8 refactor:
- SAMPLE_LEN() -> SAMPLE_LENGTH()
- SAMPLE_DATA_LEN() -> SAMPLE_DATA_LENGTH()
2018-08-12 23:59:15 +02:00
Dennis Potter
b2fcfdca9d Checked all tools for the presence of log_parse() 2018-07-05 14:40:32 +02:00
4d09482fdb Merge branch 'infiniband' into develop
# Conflicts:
#	Makefile
#	Makefile.config
#	Makefile.help
#	lib/Makefile.villas-ext.inc
#	lib/Makefile.villas.inc
#	lib/memory.c
#	lib/nodes/Makefile.inc
2018-07-04 16:50:36 +02:00
132a0b88c0 cpp: replace <stdio.h> by <iostream> 2018-07-03 21:04:28 +02:00
446876fd94 porting executables to C++ 2018-07-03 20:42:37 +02:00
Renamed from src/villas-hook.c (Browse further)