Spacecraft Control Framework 1.0
Spacecraft Control Library
sc_gps_message.h
Go to the documentation of this file.
1//-----------------------------------------------------------------------------------------
2// GPS Message header.
3//-----------------------------------------------------------------------------------------
4// Copyright (c) 2016 Princeton Satellite Systems. All rights reserved.
5//-----------------------------------------------------------------------------------------
6
7#ifndef __GPS_MESSAGE__
8#define __GPS_MESSAGE__
9
10#include <matrixlib/matrixlib.h>
11
12
15
16
23{
24
25
26 public:
28 GPS_Message( void );
29};
30
31
32#endif
Gets data from the GPS message.
Definition: sc_gps_message.h:23
GPS_Message(void)
Constructor.
Definition: sc_gps_message.cc:19