Ignore:
Timestamp:
06/26/12 12:37:25 (12 years ago)
Author:
lyard
Message:
replaced DimServiceInfoListImp with EventImps. Warning, currently the logger only subscribes to services that exist when it is launched
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Fits.h

    r12536 r14233  
    3939
    4040    ///the pointer to the contiguous memory location where the data is stored (i.e. the dim data pointer)
    41     void* fDataPointer;
     41//    void* fDataPointer;
    4242    ///the copy buffer. Required to put the standard and data variable in contguous memory
    4343    vector<char> fCopyBuffer;
     
    6161
    6262    Fits() : fFile(NULL),
    63         fDataPointer(NULL),
    6463        fEndMjD(0.0),
    6564        fNumOpenFitsFiles(NULL),
     
    8079
    8180    ///Adds columns specific to the service being logged.
    82     void InitDataColumns(const vector<Description> &desc, const vector<string>& dataFormat, void* dataPointer, MessageImp* out);
     81    void InitDataColumns(const vector<Description> &desc, const vector<string>& dataFormat, const void* dataPointer, MessageImp* out);
    8382
    8483    ///Opens a FITS file
     
    8685
    8786    ///Write one line of data. Use the given converter.
    88     bool Write(const Converter &conv);
     87    bool Write(const Converter &conv, const void* data);
    8988
    9089    ///Close the currently opened file.
Note: See TracChangeset for help on using the changeset viewer.