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

2536 commits

Author SHA1 Message Date
4a0b502fb2 removed nested functions to enable compilation with Clang 2016-01-15 00:06:40 +01:00
a6dbd46a2d fix: invalid argument in libnl3 code 2016-01-15 00:06:16 +01:00
841b499902 added documentation and smaller fixes 2016-01-15 00:06:01 +01:00
b4f787b2c0 finally introduced new data structure for circular buffering of messages 2016-01-14 23:12:58 +01:00
5fc9c7bd15 Changed name of configuration setting combine to vectorize 2015-12-19 16:51:27 +01:00
826916bb6b moved histograms into separate struct member
Conflicts:
	lib/hooks.c
2015-12-19 16:27:22 +01:00
9be224733b Merge branch 'feature-ts' into develop 2015-12-19 16:20:48 +01:00
fbabc57273 fixed some small bugs in async path and web socket 2015-12-19 16:15:51 +01:00
e7df392754 moved source files to lib directory 2015-12-13 20:30:16 +01:00
55c8a85afb smaller fixes for web socket node type 2015-12-13 20:24:56 +01:00
49878d0b7f added more helper functions to retrieve names of nodes and their types 2015-12-13 02:02:29 +01:00
0e2ca8644b added "/config.json" endpoint for HTTP server 2015-12-13 02:01:57 +01:00
da139098cf removed obsolete opal_global structure (we keep all static private data in the namespace of the compilation unit now) 2015-12-13 02:00:17 +01:00
6e8726a0be call node_{init,deinit} per node type (similar to nodes and paths) 2015-12-13 00:45:20 +01:00
3a734eb80c added new conversion helper for libconfig => libjansson objects 2015-12-13 00:43:59 +01:00
399f29c496 get rid of static global storage as much as possible for now 2015-12-13 00:42:59 +01:00
59d76a3d7d removed const qualifier to silence compiler warnings 2015-12-12 12:40:55 +01:00
0d18c263fd fixed hanging shutdown of websocket node type 2015-12-11 18:33:30 +01:00
b4940a2546 fixed node_name_long() 2015-12-11 18:19:35 +01:00
00b0457102 fixed list_count() and list_contains() -- messed return codes.. 2015-12-11 18:19:17 +01:00
8e9bca3dde make use of INDENT macro consistent 2015-12-11 18:18:36 +01:00
3b91ba705f changed signature of node type initialization 2015-12-11 12:35:32 +01:00
556aaf48b2 Merge branch 'node-websocket' into develop 2015-12-09 15:49:54 +01:00
6978756f8c changed libwebsockets user API and moved files to correct location 2015-12-09 15:48:53 +01:00
232acba2d3 added function to remove elements from list 2015-12-09 15:48:39 +01:00
0491015db9 better checks for node type specific functions 2015-12-09 15:45:10 +01:00
23aec7e83a extended msg_f{scan,print}() functions by version which write to buffer 2015-12-04 02:11:02 +01:00
2d2699e967 extended random sample generator with more signal types 2015-12-04 01:59:19 +01:00
af62bcee16 smaller refactoring and fixes 2015-12-04 01:54:33 +01:00
9c5ac1d288 cleanups 2015-11-29 22:51:04 +01:00
cdb0a700e9 made virtual data generic 2015-11-29 22:47:57 +01:00
a4d9a232ea improved handling of node and path names / printing 2015-11-29 22:45:46 +01:00
313ae8348a removed some obsolete functions 2015-11-29 21:28:24 +01:00
fb0a0ef83b simplified abnormal process termination 2015-11-29 21:20:42 +01:00
284e05f7a5 Merge branch 'feature-fsm' into develop 2015-11-23 19:57:18 +01:00
f645e498e7 restructured repository 2015-11-23 17:44:14 +01:00