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

400 commits

Author SHA1 Message Date
3c13f67930 refactor: struct node -> struct vnode 2020-09-10 17:40:36 +02:00
bbcfab1721 ngsi: fix segfaults caused by missing multithreading primitives 2020-08-24 21:02:40 +02:00
efe2f52e60 fixes for signal generator 2020-08-21 15:21:09 +02:00
Manuel Pitz
328b077956 first working version of signal generator 2020-08-21 14:02:30 +02:00
Manuel Pitz
ecd5ed1a6f Add node pulse to signal generator 2020-08-21 13:40:49 +02:00
bfe60465f5 signal-generator: add support for configuring different paramenters for each generated signal value 2020-08-19 14:14:40 +02:00
f8c3ec3647 ngsi: rewrite NGSI/FIWARE OCB node-type using C++ primitives 2020-08-17 12:52:08 +02:00
af1bb4af9d ngsi: rewrite signal and attribute mapping based on new signal code 2020-08-14 15:00:57 +02:00
ff25a2a02c file: allow specifiying offset within file 2020-07-16 14:20:58 +02:00
33eef47f97 can: align code to VILLASnode coding-style 2020-07-09 07:25:36 +02:00
06fc6ed6ed can: reduce includes to the required minimum 2020-07-09 07:25:36 +02:00
5df815765a can: fix authors 2020-07-09 07:25:36 +02:00
208fc1843a can: remove unused callbacks 2020-07-09 07:25:36 +02:00
Niklas Eiling
c4b21e5f26 can: add to_raw conversion and fix data conversions in can_write 2020-07-09 07:25:35 +02:00
Niklas Eiling
e3e1ecda2d can: add function that converts arbitrary sized can data to union signal_data 2020-07-09 07:25:35 +02:00
Niklas Eiling
0235cc1190 can: allow out configuration to not contain name field. Order signals as in the config file instead of searching by name 2020-07-09 07:25:35 +02:00
Niklas Eiling
bf337ec2a3 can: implement config parsing and reading from can bus 2020-07-09 07:25:33 +02:00
Niklas Eiling
707e0e5175 can: add basic functionality for socketcan nodetype 2020-07-09 07:25:33 +02:00
5b1cda7a89 can: inital code skeleton 2020-07-09 07:25:33 +02:00
a5bc8eb90f fpga: first compiling code of fpga support 2020-07-01 17:07:16 +02:00
44fc7ccfb3 common: fix submodule url 2020-07-01 17:07:15 +02:00
daeb0820ee smaller bug fixes 2020-06-08 04:03:07 +02:00
13c117fe2c use new task api 2020-06-08 03:41:00 +02:00
2ed51e7e79 use new villas/common header 2020-06-08 03:39:44 +02:00
c9dfc547f4 ethercat: rewrite into multithreaded 2020-01-25 17:38:22 +01:00
Divya Rajashekhar Laxetti
4258b74ecc Update ethercat.h 2020-01-25 13:19:58 +01:00
Divya Laxetti
69256b0d79 ethercat: bugfixes 2020-01-25 13:19:20 +01:00
Niklas Eiling
62a15894fe ethercat: add stub for new ethercat node interface 2020-01-25 13:18:52 +01:00
67d0a35317 example: fix invalid return value 2020-01-21 14:31:40 +01:00
18ebd41249 node_type: fix refactoring mistake 2020-01-21 14:31:40 +01:00
3bf4eeabad example: add missing callbacks 2020-01-21 14:31:38 +01:00
817c3fab0e socket: change file header description 2020-01-21 14:31:37 +01:00
0e7e5cc476 added example node-type for starting new implementations 2020-01-21 14:31:37 +01:00
e53661a62c update copyright year to 2020 2020-01-20 17:17:00 +01:00
1bc639644e zeromq: allow both sides of the socket to bind 2019-10-29 20:18:30 +01:00
150d4591fd replace C-style headers with C++ C-compatability headers 2019-06-23 16:57:00 +02:00
ef17ec19a2 refactor enums to class enums 2019-06-23 16:13:23 +02:00
c842914bc5 stats: port to C++ 2019-06-23 13:35:42 +02:00
f05b2ae952 exec: add support for env variables, working directory. non-shell mode 2019-06-23 10:53:10 +02:00
09a5d810e3 exec: add new exec node-type 2019-06-05 18:59:45 +02:00
14434d093f remove old super_node C wrapper code 2019-04-23 13:14:47 +02:00
30fb71d8eb nodes: convert C-style header files to C++ style headers 2019-04-23 00:12:31 +02:00
37c724f61b nodes: use C++ compiler 2019-04-22 23:43:46 +02:00
986fd5f81a rtp: use new villas::node::LimitHook::setRate() interface 2019-04-14 19:22:33 +02:00
400a9d3b84 test_rtt: fix compiler warning 2019-04-08 10:15:49 +02:00
5e43ea7ea4 test_rtt: improve handling of result files 2019-04-08 10:15:24 +02:00
06292524a1 test_rtt: port to C++ 2019-04-08 08:59:59 +02:00
0d91ac891b use C++ compiler 2019-04-07 15:13:40 +02:00
e6a4c0dfad socket: move socket address related functions to new file 2019-04-05 10:47:57 +02:00
385fdb4f43 rtp: use dynamic allocation for AIMD log 2019-03-29 10:45:23 +01:00