Ignore:
Timestamp:
01/18/11 17:52:02 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: Yes

JIRA Issue: Yes CAS-2718

Ready for Test: Yes

Interface Changes: Yes

What Interface Changed: New class msfiller and mswriter added

Test Programs: List test programs

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

New filler/writer specific for Scantable-MS conversion defined.
This is not called from scantable constructor right now.
However, you can call it by explicitly importing msfiller/mswriter.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/CMakeLists.txt

    r1966 r1974  
    5353     ${SRCDIR}/NROFiller.cpp
    5454     ${SRCDIR}/PKSFiller.cpp
     55     ${SRCDIR}/MSFiller.cpp
     56     ${SRCDIR}/MSWriter.cpp
    5557     ${SRCDIR}/AsapLogSink.cpp
    5658     ${SRCDIR}/Templates.cpp )
     
    7173     ${SRCDIR}/python_STCoordinate.cpp
    7274     ${SRCDIR}/python_Filler.cpp
     75     ${SRCDIR}/python_MSFiller.cpp
     76     ${SRCDIR}/python_MSWriter.cpp
    7377     ${SRCDIR}/python_LogSink.cpp
    7478     ${SRCDIR}/python_asap.cpp )
Note: See TracChangeset for help on using the changeset viewer.