Skip to content
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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

roseej
Copy link
Collaborator

@roseej roseej commented Jan 17, 2022

No description provided.

@roseej roseej closed this Jan 17, 2022
@roseej
Copy link
Collaborator Author

roseej commented Jan 17, 2022

Add WGS84ReferenceFrame.h and WGS84ReferenceFrame.cpp to satisfy GWG requirement "Reference frame Enhancements", Part 1 - WGS84 realization tracking.

@roseej roseej reopened this Jan 17, 2022
@roseej roseej changed the title Add files via upload WGS84 Reference Frames Enhancement Jan 17, 2022
WGS84ReferenceFrame.cpp Outdated Show resolved Hide resolved
WGS84ReferenceFrame.cpp Outdated Show resolved Hide resolved
WGS84ReferenceFrame.h Outdated Show resolved Hide resolved
WGS84ReferenceFrame.h Outdated Show resolved Hide resolved
WGS84ReferenceFrame.h Outdated Show resolved Hide resolved
WGS84ReferenceFrame.h Outdated Show resolved Hide resolved
WGS84ReferenceFrame.h Outdated Show resolved Hide resolved
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
Copy link
Collaborator

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.

@sminster sminster added the csm4 Targetted for CSM4.0 label Sep 15, 2022
@sminster
Copy link
Collaborator

sminster commented Aug 7, 2023

Before this PR can be merged, the branch needs to be updated to add the two new WGS84 files to the Makefile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
csm4 Targetted for CSM4.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants