Skip to content
Snippets Groups Projects
Commit 2f67dd1f authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

iono free combination

parent 79e4ac67
No related branches found
No related tags found
2 merge requests!20new tag,!19new tag
...@@ -38,8 +38,10 @@ typedef std::shared_ptr<const Snapshot> SnapshotConstPtr; ...@@ -38,8 +38,10 @@ typedef std::shared_ptr<const Snapshot> SnapshotConstPtr;
enum Combination enum Combination
{ {
CODE_L1, // only L1 code CODE_L1, ///< only L1 code
CARRIER_L1 // only L1 carrier phase CARRIER_L1, ///< only L1 carrier phase
CODE_IONO_FREE, ///< iono-free combination for code
CARRIER_IONO_FREE ///< iono-free combination for carrier phase
}; };
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment