Changeset 699 for BAORadio


Ignore:
Timestamp:
Oct 22, 2012, 7:34:07 PM (12 years ago)
Author:
frichard
Message:
 
Location:
BAORadio/libindi/libindi
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BAORadio/libindi/libindi/BAOTest/BAOtest_main.cpp

    r697 r699  
    2121// Faut-il simuler grossiÚrement le mouvement de l'antenne  qui ne va pas directement sur l'objet ?
    2222
    23 #define POSITIONS_DIRECTES false
     23#define POSITIONS_DIRECTES true
    2424
    2525// Erreurs aléatoires ?
  • BAORadio/libindi/libindi/BAOcontrol/BAOcontrol.pro

    r697 r699  
    11######################################################################
    2 # Automatically generated by qmake (2.01a) lun. oct. 22 16:02:51 2012
     2# Automatically generated by qmake (2.01a) lun. oct. 22 19:16:49 2012
    33######################################################################
    44
  • BAORadio/libindi/libindi/BAOcontrol/Makefile

    r697 r699  
    11#############################################################################
    22# Makefile for building: BAOcontrol
    3 # Generated by qmake (2.01a) (Qt 4.8.3) on: lun. oct. 22 16:02:51 2012
     3# Generated by qmake (2.01a) (Qt 4.8.3) on: lun. oct. 22 19:16:50 2012
    44# Project:  BAOcontrol.pro
    55# Template: app
  • BAORadio/libindi/libindi/BAOcontrol/baoqt.cpp

    r697 r699  
    112112#endif
    113113
    114 #ifdef LAL
     114    if  ( LAL )
    115115    ui->lineEditIP->setText("134.158.88.199");
    116 #else
     116    else
    117117    ui->lineEditIP->setText("127.0.0.1");
    118 #endif
     118   
     119   
    119120
    120121    ui->lineEdit_2->setText((QString("BAORadio, LAL, version ").append(VERSION)).toStdString().c_str());
     
    333334
    334335
    335     if (StartStellariumServer < 10)
     336    if ( StartStellariumServer < 10 )
    336337    {
    337338        StartStellariumServer++;
     
    583584
    584585    bao->DecodageEntreesUtilisateur("send r");
    585    
    586    
     586
     587
    587588    /*
    588589      static int etape = 1;
     
    735736    RechercheOptimisation = false;
    736737
    737     string str = bao->DecodageEntreesUtilisateur("send X");
     738    QMessageBox::information(this, tr("Park"), tr("Attention, il faut selectionner une antenne (bouton Valider IP)\nAvant d'appuyer sur ce bouton !"));
     739
     740    string str = bao->DecodageEntreesUtilisateur("send P");
     741     
     742    str = bao->DecodageEntreesUtilisateur("send X");
     743
     744    if ( strstr(str.c_str(), "Position") == NULL )
     745    {
     746        sleep(2);
     747
     748        str = bao->DecodageEntreesUtilisateur("send X");
     749    }
    738750
    739751    string str2;
  • BAORadio/libindi/libindi/communs/const.h

    r697 r699  
    88//////////////////////////////////////////
    99
    10 #define VERSION "0.64"
     10#define VERSION "0.65"
    1111#define VERSION_DATE "22/10/12"
    1212
     
    1616//Version à utiliser avec l'antenne du LAL ?
    1717
    18 #define LAL
     18#define LAL true
    1919
    2020// ParamÚtres de l'instrument
  • BAORadio/libindi/libindi/libindi.pro

    r697 r699  
    44
    55TEMPLATE = app
    6 CONFIG += debug
     6#CONFIG += debug
    77TARGET =
    88DEPENDPATH += . \
Note: See TracChangeset for help on using the changeset viewer.