IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 9, 2007, 9:58:22 AM (20 years ago)
Author:
eugene
Message:

added book / page commands

Location:
trunk/Ohana/src/opihi/cmd.data
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/Makefile

    r10342 r10997  
    1414$(SDIR)/applyfit.$(ARCH).o      \
    1515$(SDIR)/box.$(ARCH).o           \
     16$(SDIR)/book.$(ARCH).o          \
     17$(SDIR)/book_commands.$(ARCH).o \
    1618$(SDIR)/center.$(ARCH).o        \
    1719$(SDIR)/clear.$(ARCH).o         \
     
    7173$(SDIR)/queuedrop.$(ARCH).o     \
    7274$(SDIR)/queuelist.$(ARCH).o     \
     75$(SDIR)/queueload.$(ARCH).o     \
    7376$(SDIR)/queuesize.$(ARCH).o     \
    7477$(SDIR)/queuepush.$(ARCH).o     \
  • trunk/Ohana/src/opihi/cmd.data/init.c

    r10307 r10997  
    55int applyfit2d       PROTO((int, char **));
    66int box              PROTO((int, char **));
     7int book_command     PROTO((int, char **));
    78int center           PROTO((int, char **));
    89int circstats        PROTO((int, char **));
     
    6364int ps               PROTO((int, char **));
    6465int queuelist        PROTO((int, char **));
     66int queueload        PROTO((int, char **));
    6567int queueinit        PROTO((int, char **));
    6668int queuedelete      PROTO((int, char **));
     
    117119  {"applyfit2d",   applyfit2d,       "apply 2-d fit to new vector"},
    118120  {"box",          box,              "draw a box on the plot"},
     121  {"book",         book_command,     "commands to manipulate book/page/word data"},
    119122  {"center",       center,           "center image on coords"},
    120123  {"circstats",    circstats,        "circular statistics"},
     
    183186  {"queuedelete",  queuedelete,      "delete a queue"},
    184187  {"queuelist",    queuelist,        "list defined queues"},
     188  {"queueload",    queueload,        "load queue from command"},
    185189  {"queuesize",    queuesize,        "show queue size"},
    186190  {"rd",           rd,               "load fits image"},
Note: See TracChangeset for help on using the changeset viewer.