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

29 commits

Author SHA1 Message Date
Steffen Vogel
02a2aa4f94 Apply clang-format changes
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-09-08 11:37:42 +02:00
68654f95f2 Add periods after file headers and fix email addresses
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2023-09-07 11:16:04 +02:00
Steffen Vogel
0735eb0f89 Make project REUSE compliant
And various other cleanups and harmonizations

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-09-07 11:16:04 +02:00
b94746effb relicense VILLASnode to Apache 2.0 2022-07-04 18:23:57 +02:00
5feb82e7a3 openapi: add missing OpenAPI docs 2022-04-05 17:32:37 +02:00
17ac92aa21 update copyright year 2022-03-15 09:28:57 -04:00
784e970bfe port large parts of VILLASnode to C++ and fix tests alongside 2022-01-11 09:19:53 -05:00
b7b988ed64 can: fix nullptr check 2021-09-13 15:08:19 +02:00
00a9e92b0a remove old plugin code 2021-06-21 16:11:42 -04:00
731909c3a8 ported io/format code to C++ 2021-06-17 08:26:46 -04:00
4f370ee1b2 drop legacy logger 2021-03-17 14:58:45 +00:00
6411fc5ca7 warn about unused return values for *_{init,destroy}() functions 2020-09-10 17:41:29 +02:00
3c13f67930 refactor: struct node -> struct vnode 2020-09-10 17:40:36 +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
f5e0efb1ef add vim swp files (*.swp) to .gitignore 2020-07-09 07:25:35 +02:00
Niklas Eiling
dc247ec33b can: properly set flags 2020-07-09 07:25:34 +02:00
Niklas Eiling
9fd6bae450 can: make can_read non-blockin using recv() instead of read() 2020-07-09 07:25:34 +02:00
Niklas Eiling
62d6ef56e1 can: fix can_write using the wrong signal sizes 2020-07-09 07:25:34 +02:00
Niklas Eiling
496daae78f can: clean can_parse and test configuration parsing 2020-07-09 07:25:34 +02:00
Niklas Eiling
a174e06961 can: implement can_write 2020-07-09 07:25:34 +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