Opened 18 years ago
Last modified 17 years ago
#195 reopened defect
cleanup: src/lib/coord - PNode System — at Initial Version
Reported by: | patrick | Owned by: | patrick |
---|---|---|---|
Priority: | blocker | Milestone: | Old Orxonox tickets orx-v0 |
Component: | GeneralFramework | Version: | |
Keywords: | Cc: | ||
Referenced By: | References: |
Description
Clean up the source, as stated in the cleanup milestone
- PNode is not reliable, it doesn't do what the user expects it to do (because it is only updated after each mainloop-cycle)
- deleting PNodes: make delete operator private/protected, so pnodes can not be deleted by accident
- create a new delete function e.g. delete() that is used for Pnode internal cleanup ⇒ this will have very critical effects on the whole framework
- check for better PNode tree integrity
Note: See
TracTickets for help on using
tickets.