1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2026-04-18 12:51:26 +00:00

bds b1i: quick fixes to b1i code, preparing for merge

This commit is contained in:
Damian Miralles
2018-11-28 14:18:35 -06:00
parent c20cd33038
commit 0507febd7f
5 changed files with 34 additions and 44 deletions

View File

@@ -33,12 +33,12 @@
#define GNSS_SDR_BEIDOU_B1I_SUBFRAME_FSM_H_
#include <boost/statechart/state_machine.hpp>
#include "../../../core/system_parameters/beidou_dnav_almanac.h"
#include "../../../core/system_parameters/beidou_dnav_ephemeris.h"
#include "../../../core/system_parameters/beidou_dnav_iono.h"
#include "../../../core/system_parameters/beidou_dnav_navigation_message.h"
#include "../../../core/system_parameters/beidou_dnav_utc_model.h"
#include "../../../core/system_parameters/Beidou_B1I.h"
#include "beidou_dnav_almanac.h"
#include "beidou_dnav_ephemeris.h"
#include "beidou_dnav_iono.h"
#include "beidou_dnav_navigation_message.h"
#include "beidou_dnav_utc_model.h"
#include "Beidou_B1I.h"
namespace sc = boost::statechart;
namespace mpl = boost::mpl;