| | |
| | | * pitch : 0.0 |
| | | * roll : 0.0 |
| | | * sat_num : 14 |
| | | * rtcm_length : 14 |
| | | * latitude : 33.270174833333336 |
| | | * longitude : 120.78765005 |
| | | * altitude : 58.9666 |
| | |
| | | private double pitch; |
| | | private double roll; |
| | | private int sat_num; |
| | | private int rtcm_length; |
| | | private double latitude; |
| | | private double longitude; |
| | | private double altitude; |
| | |
| | | this.track_ture = track_ture; |
| | | } |
| | | |
| | | public int getRtcm_length() { |
| | | return rtcm_length; |
| | | } |
| | | |
| | | public void setRtcm_length(int rtcm_length) { |
| | | this.rtcm_length = rtcm_length; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "RTKInfoBean{" + |