-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WGS84 Reference Frames Enhancement #26
base: master
Are you sure you want to change the base?
Conversation
Add WGS84ReferenceFrame.h and WGS84ReferenceFrame.cpp to satisfy GWG requirement "Reference frame Enhancements", Part 1 - WGS84 realization tracking. |
Address Scott Minster comments
fix previous update which inserted header file code into .cpp file. This addresses Scott's comments to the .cpp file.
Address Scott's comments.
{ | ||
public: | ||
|
||
struct CSM_EXPORT_API RealizationDefinition |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure that this inner struct provides much benefit. I think you should change WGSReferenceFrame
to hold the two items (the string and float) and provides getter and setter methods for those. That would make this class simpler.
Before this PR can be merged, the branch needs to be updated to add the two new WGS84 files to the |
No description provided.