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

1076 commits

Author SHA1 Message Date
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
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
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
abdec22993 plugin: replace plugin_name() by type-specific wrappers 2018-08-20 18:16:44 +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
c7a01a1da6 hook: fix initialization 2018-08-17 12:40:03 +02:00
81ae0e2bf3 fixup invalid preprocessor macro 2018-08-17 11:20:31 +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
d0cecc3c91 signal: added more and more functionality 2018-08-13 15:31:39 +02:00
e4ba1a3d48 fixup refactoring 2018-08-13 15:30:10 +02:00
537f392e1d stats: expose stats_metrics table 2018-08-13 15:29:18 +02:00
743d1dd22b hash_table: do not use printf() in hash_table_dump() 2018-08-13 15:28:37 +02:00
7c61f19fd2 refactor: memory_type_heap -> memory_heap 2018-08-13 14:57:32 +02:00
Dennis Potter
d742364637 Added STATE_PENDING_CONNECT 2018-08-13 14:50:49 +02:00
65ee460953 tsc: improve initialization 2018-08-13 14:41:40 +02:00
21b9ae1675 kernel: add kernel_get_cpu_frequency() 2018-08-13 14:40:36 +02:00
Dennis Potter
14a7b5cf8d Changed signature of memory_ib_get_mr.
Furthermore, a preprocessor macro pool_buffer was added to get the
address of a pool's buffer.

Discussed in #193.
2018-08-13 12:32:04 +02:00
ff9296086b log: add new log facility LOG_IO 2018-08-13 00:00:10 +02:00
d77879fa7d io: refactor input/output -> in/out 2018-08-13 00:00:10 +02:00
a8bda29430 node, hook: remove parse_cli() functions 2018-08-13 00:00:10 +02:00
f623a7ecfb mapping: there is no send timestamp anymore 2018-08-13 00:00:09 +02:00
1f16b4bf07 refactor: {sample,signal}_{put,get} -> {sample,signal}_{incref,decref} 2018-08-13 00:00:09 +02:00
37b98e7ad6 generalize generation of pools 2018-08-13 00:00:09 +02:00
6fb3271a54 sample: add sample_format() 2018-08-13 00:00:09 +02:00
afc529626a fix some includes 2018-08-13 00:00:09 +02:00
97e991f4fc refactor: fix include paths 2018-08-13 00:00:09 +02:00
b533cee9ad refactor: fix whitespaces 2018-08-13 00:00:09 +02:00
7c74f0f2e9 signal: add reference count 2018-08-13 00:00:09 +02:00
86b03265b2 use more const qualifiers 2018-08-13 00:00:09 +02:00
a1e47d2d72 code-style cleanups 2018-08-13 00:00:09 +02:00
ce8c90e1c2 refactoring: full identifiers 2018-08-13 00:00:09 +02:00
7c939ba1e5 sample: remove source field 2018-08-12 23:59:15 +02:00
2361964de1 path: added signal list 2018-08-12 23:59:15 +02:00
1ada9d10d9 list: added list_extend() 2018-08-12 23:59:15 +02:00
b0017f859f refactoring 2018-08-12 23:59:15 +02:00
e37d665755 signal: added signal_init_from_mapping() 2018-08-12 23:59:15 +02:00
b79386011a mapping: added mapping_to_str() 2018-08-12 23:59:15 +02:00
170c86dca4 refactor:
- WEBSOCKET_DEFAULT_SAMPLELEN -> WEBSOCKET_DEFAULT_SAMPLE_LENGTH
- WEBSOCKET_DEFAULT_QUEUELEN -> WEBSOCKET_DEFAULT_QUEUE_LENGTH
2018-08-12 23:59:15 +02:00
32de7761fe refactor:
- DEFAULT_SAMPLELEN -> DEFAULT_SAMPLE_LENGTH
- DEFAULT_QUEUELEN -> DEFAULT_QUEUE_LENGTH
2018-08-12 23:59:15 +02:00
f35588aad8 refactor:
- SAMPLE_LEN() -> SAMPLE_LENGTH()
- SAMPLE_DATA_LEN() -> SAMPLE_DATA_LENGTH()
2018-08-12 23:59:15 +02:00
9a7f2afd0d do not include libwebsockets.h in header files as it breaks compliation together with complex.h 2018-08-12 23:59:15 +02:00
96bcbd400a sample: added new complex data type for signal values 2018-08-12 23:59:15 +02:00