still struggling with my RCS code and hoping that a more specific question will garner more responses.
I have a basic plan and algorithm but I'm having problems with the interface/infrastructure side of things.
What I need is a simple/efficient way to store sets of variables (thruster data) and then search/sort them based on the parameter given. IE list all thrusters that produce positive thrust along the x axis. I started using std::set because that's how Darrenc and the crew working on NAASP (my primary references) did it, but I'm in over my head.
As such I'm looking for suggestions/advice.
I have a basic plan and algorithm but I'm having problems with the interface/infrastructure side of things.
What I need is a simple/efficient way to store sets of variables (thruster data) and then search/sort them based on the parameter given. IE list all thrusters that produce positive thrust along the x axis. I started using std::set because that's how Darrenc and the crew working on NAASP (my primary references) did it, but I'm in over my head.
As such I'm looking for suggestions/advice.