Página principal   Lista de componentes   Lista de archivos   Miembros de las clases  

UFaverage.h

00001 //---------------------------------------------------------------------------//
00002 //                 Autor: José Manuel Toledo Fernández                       //
00003 //                 Fecha: 9-5-2006                                           //
00004 //                 Nombre: UFaverage.h                                       //
00005 //                                                                           //
00006 //  Descripción: Este archivo gestiona la configuaración de la estación base //
00007 //               mediante comandos POSAVE                                    //
00008 //---------------------------------------------------------------------------//
00009 
00010 #ifndef UFaverageH
00011 #define UFaverageH
00012 //---------------------------------------------------------------------------
00013 #include <Classes.hpp>
00014 #include <Controls.hpp>
00015 #include <StdCtrls.hpp>
00016 #include <Forms.hpp>
00017 #include <ExtCtrls.hpp>
00018 
00019 #include "GestionTrama.h"
00020 
00021 //---------------------------------------------------------------------------
00023 struct Tposa
00024 {
00025    AnsiString tiempo;
00026    AnsiString hor;
00027    AnsiString vert;
00028    bool estado;
00029 };
00031 struct Tposicion
00032 {
00033    float latitud;
00034    float longitud;
00035    float altura;
00036 };
00038 class TFormAverage : public TForm
00039 {
00040 __published:    // IDE-managed Components
00041         TLabel *Label1;
00042         TLabel *Label2;
00043         TLabel *Label3;
00044         TEdit *desvH;
00045         TEdit *desvV;
00046         TEdit *Tmax;
00047         TBevel *Bevel1;
00048         TLabel *Label4;
00049         TLabel *Label5;
00050         TLabel *Label6;
00051         TLabel *Label7;
00052         TEdit *Edit1;
00053         TEdit *Edit2;
00054         TEdit *Edit3;
00055         TBevel *Bevel2;
00056         TLabel *Label8;
00057         TEdit *Edit4;
00058         TEdit *Edit5;
00059         TEdit *Edit6;
00060         TBevel *Bevel3;
00061         TButton *Parar;
00062         TButton *Cancelar;
00063         TButton *Parametros;
00064         TLabel *Label9;
00065         TLabel *Label10;
00066         TLabel *Label11;
00067         TButton *fijar;
00069         void __fastcall ParametrosClick(TObject *Sender);
00071         void __fastcall CancelarClick(TObject *Sender);
00073         void __fastcall fijarClick(TObject *Sender);
00075         void __fastcall PararClick(TObject *Sender);
00076 private:        // User declarations
00078         void __fastcall Borrar();
00079 public:         // User declarations
00081         bool datosOK;
00083         bool recibiendo;
00085         Tposa *param;
00087         Tposa *obt;
00089         Tposa *dif;
00091         Tposicion *posicion;
00093         AnsiString Log;
00095         __fastcall TFormAverage(TComponent *Owner);
00097         void __fastcall Change(Trama *tm);
00098 };
00099 //---------------------------------------------------------------------------
00100 extern PACKAGE TFormAverage *FormAverage;
00101 //---------------------------------------------------------------------------
00102 #endif

Generado el Sun Jul 9 15:11:37 2006 para InterGPS por doxygen1.2.16
e-REdING. Biblioteca de la Escuela Superior de Ingenieros de Sevilla.


SOFTWARE PARA LA MONITORIZACIÓN Y CONTROL DE RECEPTORES GPS. APLICACIÓN A RECEPTORES NOVATEL RT-2

: Toledo Fernández, José Manuel
: Ingeniería Telecomunicación
Contenido del proyecto: