IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4072


Ignore:
Timestamp:
Jun 1, 2005, 11:13:57 AM (21 years ago)
Author:
jhoblitt
Message:

more void * -> psPtr conversions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r4071 r4072  
    1 %%% $Id: psLibSDRS.tex,v 1.247 2005-06-01 21:08:49 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.248 2005-06-01 21:13:57 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    17881788negative index is interpreted as relative to the end of the list.  For
    17891789\code{psListRemoveData}, the data item to be removed is identified by
    1790 matching the pointer value with \code{void *data}.  The functions
     1790matching the pointer value with \code{psPtr data}.  The functions
    17911791return a value of \code{true} if the operation was successful, and
    17921792\code{false} otherwise.  In both cases, if any iterators are currently
     
    42044204is set to reflect the success or failure of the lookup.
    42054205\begin{prototype}
    4206 void *psMetadataLookupPtr(bool *status, const psMetadata *md, const char *key);
     4206psPtr psMetadataLookupPtr(bool *status, const psMetadata *md, const char *key);
    42074207psS32 psMetadataLookupS32(bool *status, const psMetadata *md, const char *key);
    42084208psF32 psMetadataLookupF32(bool *status, const psMetadata *md, const char *key);
Note: See TracChangeset for help on using the changeset viewer.