Group
Extension

Matches 4

Starlink-AST ( G/GS/GSB/Starlink-AST-3.05.tar.gz, GSB, 2025; MetaCPAN )
Starlink-AST/ast/ast.h ( view source; MetaCPAN )
mode,negate,maxorder,len,string,json) astINVOKE(V,astAddMocString_(astCheckMoc(this),cmode,negate,maxorder,len,string,json,STATUS_PTR))
#define astGetMocString(this,json,mxsize,string,size) astINVOKE(
V,astGetMocString_(astCheckMoc(this),json,mxsize,string,size,STATUS_PTR))

#define astAddCell(this,cmode,order,npix) astINVOKE(V,astAddCell_(astCheckMoc(this),cmode,order,npix,STATUS_PTR))
#define ast
Starlink-AST ( G/GS/GSB/Starlink-AST-3.05.tar.gz, GSB, 2025; MetaCPAN )
Starlink-AST/lib/Starlink/AST.xs ( view source; MetaCPAN )

  RETVAL

void
GetMocString( this, json )
  AstMoc * this
  int json
 PREINIT:
   size_t size;
   char * RETVAL;
 PPCODE:
  ASTCALL(
    astGetMocString( this, json, 0, 0, &size );
  )
  RETVAL = get
_mortalspace( size, 'u' );
  ASTCALL(
    astGetMocString( this, json, size, RETVAL, &size );
  )
  XPUSHs(sv_2mortal(newSVpvn(RETVAL,size)));


MODULE = Starlink::AST   PACKAGE = Starlink::AST::Prism
Starlink-AST ( G/GS/GSB/Starlink-AST-3.05.tar.gz, GSB, 2025; MetaCPAN )
Starlink-AST/ast/src/moc.h ( view source; MetaCPAN )
ode,negate,maxorder,len,string,json) \
astINVOKE(V,astAddMocString_(astCheckMoc(this),cmode,negate,maxorder,len,string,json,STATUS_PTR))
#define astGetMocString(this,json,mxsize,string,size) \
astINVO
KE(V,astGetMocString_(astCheckMoc(this),json,mxsize,string,size,STATUS_PTR))

#define astAddCell(this,cmode,order,npix) \
astINVOKE(V,astAddCell_(astCheckMoc(this),cmode,order,npix,STATUS_PTR))
#defin
rce,data,method,json) \
astAddMocText_(this,maxorder,source,data,method,json,STATUS_PTR)
#define astGetMocText(this,json,buflen,sink,data,method) \
astGetMocText_(astCheckMoc(this),json,buflen,sink,da
Starlink-AST ( G/GS/GSB/Starlink-AST-3.05.tar.gz, GSB, 2025; MetaCPAN )
Starlink-AST/ast/src/mocchan.h ( view source; MetaCPAN )
    The MocChan class provides facilities for reading and writing AST
*     Moc Objects in either JSON or string form, using the serialisations
*     defined in the IVOA's MOC recommendation, version 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.