|
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 |
|
|
947a7de83c
|
code-style improvements
|
2020-07-08 13:43:15 +02:00 |
|
|
38d2b84687
|
signal: last bug fixes for output signal api
|
2020-07-06 14:03:45 +02:00 |
|
|
1f39d1bca0
|
signal: split signal related code into separate files
|
2020-07-06 14:03:45 +02:00 |
|
|
0252ee7d98
|
path: remove obsolete function prototype
|
2020-07-06 14:03:44 +02:00 |
|
|
86d7f91eb5
|
path: dump signal list during startup
|
2020-07-06 14:03:44 +02:00 |
|
|
6f72bc832c
|
api: expose output signals via API
|
2020-07-06 14:03:43 +02:00 |
|
|
a1d9fca94b
|
config: add missing include
|
2020-07-06 13:32:07 +02:00 |
|
|
4d18b0e9df
|
config: enable subsitution of environment variables and resolvement of @include directives
|
2020-07-06 13:25:12 +02:00 |
|
|
8c01a7914f
|
config: and WIP version of env subsitution and include directives
|
2020-07-01 17:07:16 +02:00 |
|
|
a5bc8eb90f
|
fpga: first compiling code of fpga support
|
2020-07-01 17:07:16 +02:00 |
|
|
f8850b4110
|
refactor: improve code-style
|
2020-07-01 17:07:16 +02:00 |
|
|
e341b7c0dc
|
fpga: update CMakeLists
|
2020-07-01 17:07:16 +02:00 |
|
|
f8d96ada55
|
avoid unnecessary includes
|
2020-07-01 17:07:15 +02:00 |
|
|
96c55711da
|
plugin: use new plugin code from VILLAScommon
|
2020-07-01 17:07:15 +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 |
|
|
8340e1725e
|
use new headers
|
2020-06-08 03:40:25 +02:00 |
|
|
2ed51e7e79
|
use new villas/common header
|
2020-06-08 03:39:44 +02:00 |
|
|
ef7b2f7f91
|
graphviz: workaround nameclash
|
2020-06-08 02:32:11 +02:00 |
|
|
9c2c99696e
|
graphviz: fix broken detection
|
2020-06-08 02:19:00 +02:00 |
|
|
26500efb5b
|
graph: add first version of graph output
|
2020-06-08 02:19:00 +02:00 |
|
|
b882f476e8
|
Update clients/hypersim/model/ucm_node.def, clients/opal/models/send_receive/src/main.c, include/villas/formats/msg_format.h, lib/formats/msg.cpp files
|
2020-06-04 09:33:01 +02:00 |
|
irismarie
|
38e1193f7e
|
Added Ultralight format for FISMEP project
|
2020-03-10 19:15:57 +01: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 |
|
|
5b3829b317
|
node_type: improve documentation
|
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 |
|
|
6761ee21cc
|
node: parse UUID from config or generate one based on config hash
|
2019-10-30 02:40:43 +01:00 |
|
|
1bc639644e
|
zeromq: allow both sides of the socket to bind
|
2019-10-29 20:18:30 +01:00 |
|
Sonja Happ
|
f2f4ca8efd
|
memory: init page size for mmap even if number of hugepages is equal to 0
|
2019-10-28 15:10:31 +01:00 |
|