IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 8, 2005, 7:58:58 AM (21 years ago)
Author:
desonia
Message:

changed name of fileUtils to dataIO to better coorespond to the latest
SDRS.

Location:
trunk/psLib/src/dataIO
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataIO/Makefile.am

    r3127 r3684  
    1 #Makefile for fileUtils functions of psLib
     1#Makefile for dataIO functions of psLib
    22#
    33INCLUDES = \
     
    99        $(all_includes)
    1010
    11 noinst_LTLIBRARIES = libpslibfileUtils.la
     11noinst_LTLIBRARIES = libpslibdataIO.la
    1212
    13 libpslibfileUtils_la_SOURCES = \
     13libpslibdataIO_la_SOURCES = \
    1414        psLookupTable.c \
    1515        psFits.c
    1616
    1717BUILT_SOURCES = psFileUtilsErrors.h
    18 EXTRA_DIST = psFileUtilsErrors.dat psFileUtilsErrors.h fileUtils.i
     18EXTRA_DIST = psFileUtilsErrors.dat psFileUtilsErrors.h dataIO.i
    1919
    2020psFileUtilsErrors.h: psFileUtilsErrors.dat
  • trunk/psLib/src/dataIO/dataIO.i

    r3115 r3684  
    1 /* fileUtils headers */
     1/* dataIO headers */
    22%include "psFileUtilsErrors.h"
    33%include "psFits.h"
  • trunk/psLib/src/dataIO/psFileUtilsErrors.h

    r3271 r3684  
    11/** @file  psFileUtilsErrors.h
    22 *
    3  *  @brief Contains the error text for the fileUtils functions
     3 *  @brief Contains the error text for the dataIO functions
    44 *
    55 *  @ingroup ErrorHandling
     
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-02-17 21:54:09 $
     9 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-04-08 17:58:57 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  • trunk/psLib/src/dataIO/psLookupTable.c

    r3682 r3684  
    33*  @brief This file defines the structure and functions for table lookups.
    44*
    5 *  @ingroup fileUtils
     5*  @ingroup dataIO
    66*
    77*  @author Ross Harman, MHPCC
    88*
    9 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2005-04-07 20:27:41 $
     9*  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2005-04-08 17:58:57 $
    1111*
    1212*  Copyright 2004-5 Maui High Performance Computing Center, University of Hawaii
  • trunk/psLib/src/dataIO/psLookupTable.h

    r3271 r3684  
    33*  @brief This file defines the structure and functions for table lookups.
    44*
    5 *  @ingroup fileUtils
     5*  @ingroup dataIO
    66*
    77*  @author Ross Harman, MHPCC
    88*
    9 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2005-02-17 21:54:09 $
     9*  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2005-04-08 17:58:57 $
    1111*
    1212*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
Note: See TracChangeset for help on using the changeset viewer.