Changeset 3688 in Sophya for trunk/AddOn/TAcq/minifits.h


Ignore:
Timestamp:
Nov 29, 2009, 12:13:54 AM (16 years ago)
Author:
ansari
Message:

Introduction de la classe FitsCubeWriter - Reza 28/11/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/minifits.h

    r3684 r3688  
    9494    { return AddKeyS(key.c_str(), val.c_str(), comm.c_str()); }
    9595
    96   //  string getKey(string& key);
    97  protected:
     96  string GetKey(string& key) { return GetKey(key.c_str()) ; }
     97  string GetKey(const char* key);
     98
     99protected:
    98100  void FillHeader();
    99101  void DecodeHeader();
Note: See TracChangeset for help on using the changeset viewer.