#142 closed enhancement (fixed)
Dynamic ClassID
Reported by: | bensch | Owned by: | patrick |
---|---|---|---|
Priority: | critical | Milestone: | Old Orxonox tickets orx-v0 |
Component: | GeneralFramework | Version: | |
Keywords: | ClassID algorithm | Cc: | |
Referenced By: | References: |
Description
ClassID is hart to create and debug
ClassID's should be generated on the Fly and totally automatically.
Important:
- Fast
- Nice
- Derivations should be considered
- isA operator MUST work
- no mixes beneth classes.
implementation
- Find an Algorithm, that splits All the Classes and Derivates into possible categories
- Take as little time and resources as possible for it.
Change History (4)
comment:1 Changed 19 years ago by bensch
comment:2 Changed 18 years ago by bensch
Adapted the new concept in the branche new_class_id merging to the trunk soon
comment:3 Changed 18 years ago by bensch
- Resolution set to fixed
- Status changed from new to closed
fixed and back in the trunk
comment:4 Changed 17 years ago by bknecht
- Milestone changed from Features to Old Orxonox tickets
Milestone Features deleted
Note: See
TracTickets for help on using
tickets.
The concept is also called: Run-Time Type-Information or RTTI