A quick question. I get warnings from VS2022 that some of my variables are 'not initialized'. As you can below see I dealt with the various handles.
But I don't know what to do with the thruster groups. I reproduced what I saw in the samples, and declare them in the 'private' section of the header. I get that the problem is that they have no value assigned during a brief interval (between the header and clbkSetClassCaps). But I never saw such a thing in the samples. I am missing something ? Then of course, I have the thrusters (th_rcs) & groups (th_group) definitions in clbkSetClassCaps, and (th_group) has a maximum size of 4.


But I don't know what to do with the thruster groups. I reproduced what I saw in the samples, and declare them in the 'private' section of the header. I get that the problem is that they have no value assigned during a brief interval (between the header and clbkSetClassCaps). But I never saw such a thing in the samples. I am missing something ? Then of course, I have the thrusters (th_rcs) & groups (th_group) definitions in clbkSetClassCaps, and (th_group) has a maximum size of 4.






