GNSS_RxData.h File Reference


Detailed Description

The header file for the GNSS_RxData class.

Author:
Glenn D. MacGougan (GDM)
Date:
2007-11-29
Since:
2006-11-13
"LICENSE INFORMATION"
Copyright (c) 2007, refer to 'author' doxygen tags
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided the following conditions are met:

THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Definition in file GNSS_RxData.h.

#include <stdio.h>
#include <string>
#include "gnss_types.h"
#include "gps.h"
#include "rinex.h"

Go to the source code of this file.

Namespaces

namespace  GNSS

Data Structures

class  GNSS::GPS_BroadcastEphemerisAndAlmanacArray
 An array class for storing broadcast GPS ephemeris and almanac information. More...
class  GNSS::GNSS_RxData
 A class for handling GNSS information for ONE EPOCH for ONE RECEIVER such as pseudorange, ADR, and Doppler measurements, user position, user velocity, and other associated information. The previous epoch of data is also retained if available. More...

Defines

#define GNSS_RXDATA_NR_CHANNELS   (48)
#define GNSS_RXDATA_MSG_LENGTH   (16384)


Define Documentation

#define GNSS_RXDATA_MSG_LENGTH   (16384)

This is the buffer length (in bytes) for a data message buffer used by the receiver object in decoding data.

Definition at line 54 of file GNSS_RxData.h.

#define GNSS_RXDATA_NR_CHANNELS   (48)

This is the fixed number of channels contained in the array for one GNSS_RxData object.

Definition at line 50 of file GNSS_RxData.h.