Changeset 2890 in ntrip


Ignore:
Timestamp:
Jan 26, 2011, 12:38:56 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncantex.cpp

    r2889 r2890  
    4040
    4141#include <iostream>
     42#include <newmatio.h>
    4243
    4344#include "bncantex.h"
     
    6869    t_antMap* map = it.value();
    6970    cout << map->antName.toAscii().data() << endl;
     71    cout << "    " << map->zen1 << " " << map->zen2 << " " << map->dZen << endl;
     72    if (map->frqMapL1) {
     73      cout << "    " << map->frqMapL1->neu[0] << " "
     74                     << map->frqMapL1->neu[1] << " "
     75                     << map->frqMapL1->neu[2] << endl;
     76      cout << "    " << map->frqMapL1->pattern.t();
     77    }
     78    if (map->frqMapL2) {
     79      cout << "    " << map->frqMapL2->neu[0] << " "
     80                     << map->frqMapL2->neu[1] << " "
     81                     << map->frqMapL2->neu[2] << endl;
     82      cout << "    " << map->frqMapL2->pattern.t();
     83    }
     84    cout << endl;
    7085  }
    7186}
Note: See TracChangeset for help on using the changeset viewer.