AMF refactoring
So far no really no C++ features has been used. Files has been renamed so that the C++ compiler is used and new/delete is used instead of malloc/free (where appropriate).
In this ticket it is time to make use of C++ features to get a more maintainable and understandable code base. We should aim for many small changes instead of few big ones.
A list of things to work on:
Other yet non prioritized items:
Non C++ related changes:
Tickets: #418
Tickets: #421
Tickets: #424
Wiki: Home
FYI I am exploring polymorphism for service group. One base class and subtype classes for each redundancy model. We basically already have this today with function pointers from struct SG to red model specific functions. With use of C++ this will make the code much nicer. One showstopper was use of EDU for SG.