Statistics
| Branch: | Revision:

urtware / inc / urt_core.h @ 982056f7

History | View | Annotate | Download (3.62 KB)

# Date Author Comment
982056f7 2020-07-29 17:16 Svenja Kenneweg

Several Changes in the subscriber files:
Splitted up the subscriber file (basesubscriber and other)
Finished some subscriber functions (not tested yet)

37cd5dc2 2020-07-16 14:32 Svenja Kenneweg

Several fixes, todos:
Children and siblings of thread are now terminated in nodes main function.
Finished Subscribe and Unsubscribe functions of the subscriber function.
Added functions in the core

e360ce71 2020-07-04 16:49 Svenja Kenneweg

Fixed some small errors

792f6c74 2020-06-22 20:36 Svenja Kenneweg

Changes in the core:
-Fixed wrong pointer in struct and functions of core.
-Geteventmask function returns correct eventmask.
Changes in the node:
-Sibling (and not only child of the thread) also terminate in the main function.
-Initalizes thread in the init function.

cd0cba58 2020-06-12 16:48 Svenja Kenneweg

Add a getter function in the core for the event mask to check in the main function of the node if the core event is redefined

408a606c 2020-06-11 22:34 Svenja Kenneweg

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

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)

e566c39e 2020-06-03 13:00 Svenja Kenneweg

Finished some todos in functions of the core
(mutex lock, broadcast control event, increment/check node's stage value)

6ba201f8 2020-05-28 11:44 Svenja Kenneweg

Builded test

cd21e832 2020-05-10 12:39 Svenja Kenneweg

Changed depth of indentation

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