source: pacpusframework/branches/2.0-beta1/src/TestComponents/CPT/NMEA0183/src/GOP.cpp@ 89

Last change on this file since 89 was 89, checked in by morasjul, 11 years ago

PACPUS 2.0 Beta deployed in new branch

Major changes:
-Add communication interface between components
-Add examples for communications interface (TestComponents)
-Move to Qt5 support

  • Property svn:executable set to *
File size: 529 bytes
Line 
1#include "nmea0183.h"
2#pragma hdrstop
3
4/*
5** Author: Samuel R. Blackburn
6** Internet: sam_blackburn@pobox.com
7**
8** You can use it any way you like as long as you don't try to sell it.
9**
10** Copyright, 1996, Samuel R. Blackburn
11**
12** $Workfile: gop.cpp $
13** $Revision: 4 $
14** $Modtime: 10/10/98 2:47p $
15*/
16
17/*
18** This Sentence Not Recommended For New Designs
19** A combination of WPL, GLL, ZDA and ZTG is recommended.
20*/
21
22
23GOP::GOP()
24{
25 Mnemonic = "GOP";
26}
27
28GOP::~GOP()
29{
30 //Mnemonic.Empty();
31}
Note: See TracBrowser for help on using the repository browser.