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

UFcomvent.h

00001 //---------------------------------------------------------------------------//
00002 //                 Autor: José Manuel Toledo Fernández                       //
00003 //                 Fecha: 16-2-2006                                          //
00004 //                 Nombre: UFcomvent.h                                       //
00005 //                                                                           //
00006 //  Descripción: Este archivo contiene la ventana de comando. En esta venta  //
00007 //               podemos dar comandos al GPS y visualizar las respuestas     //
00008 //               y ver lo que este nos respode.                              //
00009 //---------------------------------------------------------------------------//
00010 
00011 #ifndef UFcomventH
00012 #define UFcomventH
00013 //---------------------------------------------------------------------------
00014 #include <Classes.hpp>
00015 #include <Controls.hpp>
00016 #include <StdCtrls.hpp>
00017 #include <Forms.hpp>
00018 
00019 #include "hiloesc.h"
00020 #include "hilolec.h"
00021 #include "UFcomunicaciones.h"
00025 //---------------------------------------------------------------------------
00026 class TFormComVent : public TForm
00027 {
00028 __published:    // IDE-managed Components
00029         TComboBox *Ins;
00030         TMemo *Outs;
00031         TButton *Button1;
00033         void __fastcall InsKeyPress(TObject *Sender, char &Key);
00035         void __fastcall Button1Click(TObject *Sender);
00036 private:        // User declarations
00037         int Num_Archivo;
00038 public:         // User declarations
00040         __fastcall TFormComVent(TComponent* Owner);
00041 };
00042 //---------------------------------------------------------------------------
00043 extern PACKAGE TFormComVent *FormComVent;
00044 //---------------------------------------------------------------------------
00045 #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: