Brian,
This doesn’t quite fit the existing topic categories here–maybe could create a new category for source code development?
Anyway, @Munkhtamir has motivated me to do a bit more work on QtAgOpenGPS, so I’m working on updating the C++ version of the classes. This is a question about the source code, specifically, CTram.cs. In CreateOuterTram(), it refers to mf.tram. As far as I can tell there is only one instance of CTram at this time (“tram” in the main form), so currently “mf.tram” is the equivalent of “this.” Is that correct? Are there further plans for for CTram that will involve multiple instances of CTram, and thus CreateOuterTram() wants to refer to a particular master instance for this function’s calculations?
thanks,
Michael