Statistics
| Branch: | Revision:

urtware / src / urt_node.c @ 408a606c

History | View | Annotate | Download (6.493 KB)

# Date Author Comment
408a606c 2020-06-11 22:34 Svenja Kenneweg

Made struct of core private and static and provided getter functions for the needed members

1bfc6b25 2020-06-09 16:32 Svenja Kenneweg

Do some work for the node:
Fixed some Todos in main function
Fixed error in the struct in the header file

17d978fe 2020-06-06 17:00 Svenja Kenneweg

Added some asserts for debugging (not finished yet)
Started to write nodes main function
Fixed error in node (Use one core for all functions)

2c811df1 2020-06-03 16:31 Svenja Kenneweg

Work in the urtNodeInit Function:
- Fixed error
- Prepend node to core's list of nodes

64fde4ba 2020-05-31 14:59 Svenja Kenneweg

Started to write the core and node functions

1f7ffcff 2020-05-18 20:19 Svenja Kenneweg

Started to write the init functions

5198dfae 2020-05-11 15:25 Svenja Kenneweg

Started to fill the doxygen

7d9678db 2020-05-04 15:32 Svenja Kenneweg

Finished header, added empty functions in c classes, added comments

1fb06240 2020-04-27 21:20 Svenja Kenneweg

started the simple skeleton of the urtware