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

added Combinations enum to gnss_utils.h

parent 903d8655
No related branches found
No related tags found
2 merge requests!20new tag,!19new tag
......@@ -36,6 +36,11 @@ typedef std::shared_ptr<const Navigation> NavigationConstPtr;
typedef std::shared_ptr<Snapshot> SnapshotPtr;
typedef std::shared_ptr<const Snapshot> SnapshotConstPtr;
enum Combination
{
CODE_L1, // only L1 code
CARRIER_L1 // only L1 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