Changeset 830 for trunk/src/STWeather.h


Ignore:
Timestamp:
02/17/06 15:49:59 (18 years ago)
Author:
mar637
Message:

added getEntry to support export for STWriter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STWeather.h

    r811 r830  
    3535  casa::uInt addEntry( casa::Float temperature, casa::Float pressure,
    3636                       casa::Float humidity,
    37                        casa::Float windspeed, casa::Float  windaz);
     37                       casa::Float windspeed, casa::Float windaz);
     38
     39  void getEntry( casa::Float& temperature, casa::Float& pressure,
     40                       casa::Float& humidity,
     41                       casa::Float& windspeed, casa::Float& windaz,
     42                       casa::uInt id);
    3843
    3944private:
Note: See TracChangeset for help on using the changeset viewer.