Changeset 7955
- Timestamp:
- Jul 24, 2006, 2:26:51 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r7954 r7955 1 %%% $Id: psLibSDRS.tex,v 1.42 1 2006-07-25 00:10:04eugene Exp $1 %%% $Id: psLibSDRS.tex,v 1.422 2006-07-25 00:26:51 eugene Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 980 980 long NLINE; // allocated length 981 981 long Nline; // current length 982 char *line;// character string data982 psString line; // character string data 983 983 } psLine; 984 984 \end{datatype} … … 1056 1056 PS_DATA_IMAGE, ///< psImage 1057 1057 PS_DATA_KERNEL, ///< psKernel 1058 PS_DATA_LINE, ///< psLine 1058 1059 PS_DATA_LIST, ///< psList 1059 1060 PS_DATA_LOOKUPTABLE, ///< psLookupTable … … 3637 3638 3638 3639 \begin{prototype} 3639 bool psVectorSet( constpsVector *input, long position, double complex value);3640 bool psVectorSet(psVector *input, long position, double complex value); 3640 3641 double complex psVectorGet(const psVector *input, long position); 3641 3642 \end{prototype} … … 4108 4109 \begin{prototype} 4109 4110 long psDBUpdateRows(psDB *dbh, const char *tableName, const psMetadata *where, 4110 constpsMetadata *values);4111 psMetadata *values); 4111 4112 \end{prototype} 4112 4113
Note:
See TracChangeset
for help on using the changeset viewer.
