Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Commit

Permalink
Merge branch 'vector_GNSS' into 'master'
Browse files Browse the repository at this point in the history
Add vector_GNSS swig wrapper to accommodate PRSolution.cpp changes.

See merge request sgl/gpstk!416
  • Loading branch information
Andy Kuck committed Jun 17, 2020
2 parents 1602d1f + 7b6c2c6 commit a4ec519
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions swig/src/STLTemplates.i
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
%{
#include "SatID.hpp"
%}

%include "SatID.hpp"

//////////////////////////////////////////////////
// std::vector wraps
//////////////////////////////////////////////////
%template(vector_GNSS) std::vector<gpstk::SatID::SatelliteSystem>;
%template(vector_SatID) std::vector<gpstk::SatID>;
%template(vector_ObsID) std::vector<gpstk::ObsID>;
%template(vector_double) std::vector<double>;
Expand Down

0 comments on commit a4ec519

Please sign in to comment.