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

2505 commits

Author SHA1 Message Date
Sonja Kolen
c39e3c5d70 kernel: added missing include inttypes.h to compile; required for PRIu64 usage 2018-08-22 16:45:03 +02:00
Sonja Kolen
1b437d2f12 super_node: use hook_periodic in define pragma to enable built without hooks 2018-08-22 16:43:22 +02:00
Sonja Kolen
6cc4f6b8ea node: fixed unused variable to build with disabled hooks 2018-08-22 16:41:26 +02:00
c52c03265b super_node: move execution of periodic hooks to super_node_periodic() 2018-08-20 19:06:24 +02:00
df3b02b55f fix smaller merge errors 2018-08-20 18:57:54 +02:00
52492d47d1 Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop 2018-08-20 18:40:46 +02:00
d35971c26c refactor: update copyright years 2018-08-20 18:40:03 +02:00
5707ee9d58 new signal declaration code 2018-08-20 18:31:27 +02:00
86003e0b78 formats: adapt to new signal code and separate node-type configuration into in/out sections 2018-08-20 18:30:24 +02:00
3144d465f1 fixup cleanups 2018-08-20 18:30:14 +02:00
7bdab0c204 amqp: adapt to new signal code and separate node-type configuration into in/out sections 2018-08-20 18:30:01 +02:00
1c59bb6d60 hooks: adapt to new signal code and separate node-type configuration into in/out sections 2018-08-20 18:29:52 +02:00
52c9639d9c comedi: adapt to new signal code and separate node-type configuration into in/out sections 2018-08-20 18:29:35 +02:00
198649b9b1 file: adapt to new signal code and separate node-type configuration into in/out sections 2018-08-20 18:29:23 +02:00
8a1947b95f infiniband: adapt to new signal code and separate node-type configuration into in/out sections 2018-08-20 18:29:12 +02:00
a59509294c loopback: adapt to new signal code and separate node-type configuration into in/out sections 2018-08-20 18:29:00 +02:00
e4fedaf4c5 shmem: adapt to new signal code and separate node-type configuration into in/out sections 2018-08-20 18:28:40 +02:00
ed9330a002 stats: adapt to new signal code and separate node-type configuration into in/out sections 2018-08-20 18:28:27 +02:00
0e52475c81 signal_generator: adapt to new signal code and separate node-type configuration into in/out sections 2018-08-20 18:28:13 +02:00
d639bf7454 test_rtt: adapt to new signal code and separate node-type configuration into in/out sections 2018-08-20 18:28:02 +02:00
b067d91544 websocket: adapt to new signal code and separate node-type configuration into in/out sections 2018-08-20 18:27:45 +02:00
d3d9bd8bfc influxdb: adapt to new signal code and separate node-type configuration into in/out sections 2018-08-20 18:27:23 +02:00
1aef3e7d35 mqtt: adapt to new signal code and separate node-type configuration into in/out sections 2018-08-20 18:26:53 +02:00
df94f7fb91 socket: adapt to new signal code and separate node-type configuration into in/out sections 2018-08-20 18:26:14 +02:00
b9982d41ef zeromq: adapt to new signal code and separate node-type configuration into in/out sections 2018-08-20 18:25:42 +02:00
7738244136 nanomsg: adapt to new signal code and separate node-type configuration into in/out sections 2018-08-20 18:25:25 +02:00
bf08e75296 iec61850: adapt to new signal code and separate node-type configuration into in/out sections 2018-08-20 18:22:59 +02:00
e82b8bedf2 fixup switch case 2018-08-20 18:20:18 +02:00
abdec22993 plugin: replace plugin_name() by type-specific wrappers 2018-08-20 18:16:44 +02:00
ccd658a2d5 log: improve performance of log_print() 2018-08-20 17:57:15 +02:00
33961825ce hooks: add new setting to disable a specific hook in the configuration file 2018-08-20 12:15:02 +02:00
6119bdf903 log: remove escape sequences from log output if not in a tty 2018-08-20 12:13:53 +02:00
5d77613152 utils: add decolor() to remove ANSI escape sequence from string 2018-08-20 12:12:54 +02:00
2a7dee8324 python: fix generation of protobuf python code 2018-08-20 11:03:06 +02:00
f693b2ffe3 fixup hook init 2018-08-17 12:52:31 +02:00
a5edd4c0f5 code style: refactor indention of switch/case 2018-08-17 12:51:54 +02:00
569d50f012 improve error handling 2018-08-17 12:41:10 +02:00
c7a01a1da6 hook: fix initialization 2018-08-17 12:40:03 +02:00
1783008ff8 memory: fix hugepage size 2018-08-17 11:28:34 +02:00
ca9caa8547 hook: fix format handling fo scale hook 2018-08-17 11:28:06 +02:00
cc6ab6de8e fixup hook simplification 2018-08-17 11:27:05 +02:00
b366408634 stats: remove broken processing time statistic 2018-08-17 11:20:02 +02:00
99ee9a08b7 hooks: simplifying hooks system by consolidating read, write, and processing into a single process callback 2018-08-17 11:15:51 +02:00
4a6c7db9ee web: fix invalid preprocessor define 2018-08-17 10:59:52 +02:00
4fc0392650 hooks: fix whitespace alignment 2018-08-17 10:55:00 +02:00
77850451b4 hooks: add new builtin "fix" hook which adds missing fields to samples 2018-08-17 10:51:33 +02:00
d0cecc3c91 signal: added more and more functionality 2018-08-13 15:31:39 +02:00
537f392e1d stats: expose stats_metrics table 2018-08-13 15:29:18 +02:00
d7e4ea9dea fixup tsc 2018-08-13 15:28:49 +02:00
743d1dd22b hash_table: do not use printf() in hash_table_dump() 2018-08-13 15:28:37 +02:00