IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 27, 2006, 9:13:53 AM (20 years ago)
Author:
eugene
Message:

modified API for KiiPS (allows multipage plots)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libkapa/include/kapa.h

    r10802 r10843  
    4949} KapaLabelType;
    5050
     51typedef enum {
     52  KAPA_PS_NEWPLOT,
     53  KAPA_PS_NEWPAGE,
     54  KAPA_PS_RAWPAGE
     55} KapaPSmode;
     56
    5157typedef struct {
    5258  char *name;
     
    110116
    111117/* KiiConvert.c */
    112 int KiiPS (int fd, int scale, int raw, int newpage, char *filename);
     118int KiiPS (int fd, int scaleMode, int pageMode, char *filename, char *pagename);
    113119int KiiJPEG (int fd, char *filename);
    114120int KapaPNG (int fd, char *filename);
Note: See TracChangeset for help on using the changeset viewer.