Changeset 11253 for trunk/psModules/src/extras
- Timestamp:
- Jan 23, 2007, 4:54:15 PM (20 years ago)
- Location:
- trunk/psModules/src/extras
- Files:
-
- 5 edited
-
pmKapaPlots.c (modified) (2 diffs)
-
pmKapaPlots.h (modified) (2 diffs)
-
psIOBuffer.h (modified) (2 diffs)
-
psPipe.h (modified) (2 diffs)
-
psVectorBracket.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/extras/pmKapaPlots.c
r10866 r11253 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-01- 01 21:03:41$9 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-24 02:54:15 $ 11 11 * 12 12 * Copyright 2006 Institute for Astronomy, University of Hawaii … … 148 148 # include "pmKapaPlots.h" 149 149 150 int pmKapaOpen ( )150 int pmKapaOpen (bool showWindow) 151 151 { 152 152 return -1; -
trunk/psModules/src/extras/pmKapaPlots.h
r10866 r11253 1 /** @file pmKapaPlots.h 2 * 3 * @brief functions to make plots with the external program 'kapa' 4 * 5 * @ingroup extras 6 * 7 * @author EAM, IfA 8 * 9 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-01 21:03:41 $ 11 * 12 * Copyright 2006 Institute for Astronomy, University of Hawaii 13 */ 1 /* @file pmKapaPlots.h 2 * @brief functions to make plots with the external program 'kapa' 3 * 4 * @author EAM, IfA 5 * 6 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:15 $ 8 * Copyright 2006 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_KAPA_PLOTS_H 16 12 #define PM_KAPA_PLOTS_H 13 14 /// @addtogroup Extras Miscellaneous Funtions 15 /// @{ 17 16 18 17 // move to psLib or psModules … … 31 30 # endif 32 31 32 /// @} 33 33 #endif // PM_KAPA_PLOTS_H -
trunk/psModules/src/extras/psIOBuffer.h
r10610 r11253 1 /** @file psPipe.h 2 * 3 * @brief 3-stream pipe 4 * 5 * @ingroup misc 6 * 7 * @author EAM, IfA 8 * 9 * @version $Revision: 1.1 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-12-10 18:27:26 $ 11 * 12 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 13 */ 1 /* @file IOBuffer.h 2 * @brief input/output character buffer 3 * 4 * @author EAM, IfA 5 * 6 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:15 $ 8 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PS_IO_BUFFER_H 16 12 #define PS_IO_BUFFER_H 13 14 /// @addtogroup Extras Miscellaneous Funtions 15 /// @{ 17 16 18 17 typedef struct … … 32 31 int psIOBufferReadEmpty (psIOBuffer *buffer, int maxRetries, int fd); 33 32 33 /// @} 34 34 # endif -
trunk/psModules/src/extras/psPipe.h
r10610 r11253 1 /** @file psPipe.h 2 * 3 * @brief 3-stream pipe 4 * 5 * @ingroup misc 6 * 7 * @author EAM, IfA 8 * 9 * @version $Revision: 1.1 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-12-10 18:27:26 $ 11 * 12 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 13 */ 1 /* @file psPipe.h 2 * @brief 3-stream pipe 3 * 4 * @author EAM, IfA 5 * 6 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:15 $ 8 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PS_PIPE_H 16 12 #define PS_PIPE_H 13 14 /// @addtogroup Extras Miscellaneous Funtions 15 /// @{ 17 16 18 17 // move these to pslib?? … … 31 30 int psPipeClose (psPipe *pipe); 32 31 32 /// @} 33 33 # endif -
trunk/psModules/src/extras/psVectorBracket.h
r10610 r11253 1 /* @file psVectorBracket.h 2 * @brief vector bracket functions 3 * 4 * @author EAM, IfA 5 * 6 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:15 $ 8 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 9 */ 1 10 2 11 # ifndef PS_VECTOR_BRACKET_H 3 12 # define PS_VECTOR_BRACKET_H 13 14 /// @addtogroup Extras Miscellaneous Funtions 15 /// @{ 4 16 5 17 int psVectorBracket(const psVector *index, psF32 key, bool above); … … 7 19 psF32 psVectorInterpolate(const psVector *index, const psVector *value, psF32 key); 8 20 21 /// @} 9 22 # endif /* PS_VECTOR_BRACKET_H */
Note:
See TracChangeset
for help on using the changeset viewer.
