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

126 commits

Author SHA1 Message Date
ba399a0b1d fixed compilation: functionality still heavily broken. its a mess right now 2016-09-22 21:20:21 -04:00
0bac78b6a4 tiny change in CBuilder documentaion 2016-09-14 03:37:24 +02:00
0097132b4f Merge branch 'feature-gtnet' into develop 2016-09-11 02:56:46 +00:00
4d67e6ef4b various smaller cleanups before merge 2016-09-10 22:34:45 -04:00
65f46cef5f Check for maximum amount of values per sample supported 2016-09-10 22:34:45 -04:00
7f4f898b70 fixed compiler warnings about uninitialized use 2016-07-26 15:42:11 +02:00
f6dd0b117b merged config-fpga.h into config.h 2016-07-18 15:09:49 +02:00
Umar Farooq
2f47be0ac5 Add app_hdr tag for GT-NET-Socket
GT-NET-Socket uses a tag in the config file to distinguish from default
socket node type application layer header (struct msg). For now all the
values are encoded in the struct sample without any header (no timestamp
or sequence number).
Minor improvement in pipe.c: replace 'goto' with do while
2016-07-17 01:01:43 +02:00
812eb31c95 cleaning function namespaces: config_ => cfg 2016-07-14 09:47:00 +02:00
cbe29caf98 restructured repo and build system 2016-07-14 09:34:26 +02:00
3880abeb63 unified member variable naming of struct sample and struct msg 2016-07-11 18:19:23 +02:00
5320830b13 added pthread cancelation points to pipe 2016-07-11 16:02:32 +02:00
5f953e4573 check if libblas and liblapack are present 2016-07-11 09:17:35 +02:00
80fdc6bda8 finished FPGA tests 2016-07-08 13:31:46 +02:00
eb7391a4a3 added LAPACK based benchmark 2016-07-08 12:56:22 +02:00
a22ec73c06 some new benchmarks and tests for VILLASfpga 2016-06-26 15:33:19 +02:00
def9d0ec6d code cleanup for pipe tool 2016-06-26 15:33:04 +02:00
fd525e5701 added log init to signal generator 2016-06-26 15:32:37 +02:00
132dd5fd65 moved linux realtime code to extra file 2016-06-26 15:27:14 +02:00
c67af15a2c fixed all major bugs in FPGA code 2016-06-19 19:30:00 +02:00
98fb370e85 first steps towards flexible and configurable VILLASfpga / VILLASnode integration 2016-06-15 20:05:09 +02:00
bffb47dca8 added VILLASfpga code 2016-06-14 01:23:44 +02:00
ad8ee1c3f7 renamed S2SS to VILLASnode 2016-06-08 23:31:58 +02:00
af6af5bb76 fixed renamed file 2016-06-08 22:54:13 +02:00
909bde0894 introduced new data structures 2016-06-08 22:38:21 +02:00
0cebda19c8 whitespace fixes and documentation 2016-06-08 22:36:38 +02:00
5d5b36cd76 moved list destructor and added optional free() of list items 2016-04-16 19:54:26 +02:00
4eeba60bf4 added / rewrite of a couple of linux specific checks and LKM functions 2016-03-18 12:38:28 +01:00
9b56be2bc6 updated copyright year to 2016 2016-02-09 05:33:19 +01:00
5efc178408 refactored path_run_hook() to hook_run() 2016-02-07 14:24:58 +01:00
79aa626d50 added optional getopt options to signal generator 2016-02-07 03:17:45 +01:00
106d230a24 added new signal type for signal generator: ramp 2016-02-07 01:11:51 +01:00
707f08ceec remove older stuff 2016-02-04 17:50:05 +01:00
36148251bc cleanup indention 2016-02-04 17:18:30 +01:00
18d4051ca4 remove references to node list from library code (hooks) 2016-02-04 17:17:55 +01:00
a057e35a41 Use same copyright message across all tools 2016-01-15 15:25:22 +01:00
6088fb3e30 Merge branch 'feature-pool' into develop 2016-01-15 00:09:18 +01:00
e59c2d7894 removed nested functions to enable compilation with Clang 2016-01-15 00:08:23 +01:00
26419549bd simplified timer code 2016-01-15 00:07:32 +01:00
4a0b502fb2 removed nested functions to enable compilation with Clang 2016-01-15 00:06:40 +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
e7df392754 moved source files to lib directory 2015-12-13 20:30:16 +01:00
ce6f0edbdd cleanup of code comments 2015-12-13 00:46:22 +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
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