Ticket #184 (accepted planned)
command registry
| Reported by: | ichthyo | Owned by: | ichthyo |
|---|---|---|---|
| Priority: | normal | Milestone: | 1alpha |
| Component: | lumieraProc | Keywords: | data |
| Cc: | Blocked By: | #287, #291 | |
| Blocking: | #144, #206 |
Description (last modified by ichthyo) (diff)
Interface was defined together with the first implementation of the Proc-Layer command handling frontend.
...we need this later, when we build the full command system, including serialisation and UNDO, because then we need a way of re-attaching de-serialised commands.
Change History
comment:3 Changed 2 years ago by ichthyo
- Blocking 148 added
(In #148) test is written (and expected behaviour is defined), but still waiting for a preliminary impl. of the registry
comment:6 Changed 2 years ago by ichthyo
- Blocked By 217 removed
documented expected behaviour by command-registry-test.cpp
comment:7 Changed 2 years ago by ichthyo
- Blocked By 217 added
(In #217) wrote a simple test, requesting some allocations and causing automatic de-allocations. Pending implementation
comment:9 Changed 2 years ago by ichthyo
- Blocking 206 added
- Blocked By 206 removed
- Description modified (diff)
wrote a hashtable based implementation, but left out the custom allocator based implementation.
comment:12 Changed 2 years ago by ichthyo
- Keywords data added
- Blocking 144 added; 148, 206 removed
- Blocked By 206 added; 281, 287 removed
- Description modified (diff)
