IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42518


Ignore:
Timestamp:
Aug 17, 2023, 4:30:12 PM (3 years ago)
Author:
eugene
Message:

merging from trunk: add queue save function

Location:
branches/eam_branches/ipp-20230313/Ohana/src/opihi/cmd.data
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/Ohana/src/opihi/cmd.data/Makefile

    r42438 r42518  
    136136$(SRC)/queuepop.$(ARCH).o       \
    137137$(SRC)/queueprint.$(ARCH).o     \
     138$(SRC)/queuesave.$(ARCH).o      \
    138139$(SRC)/queuesubstr.$(ARCH).o    \
    139140$(SRC)/queueinit.$(ARCH).o      \
  • branches/eam_branches/ipp-20230313/Ohana/src/opihi/cmd.data/init.c

    r42438 r42518  
    123123int queueprint       PROTO((int, char **));
    124124int queuepush        PROTO((int, char **));
     125int queuesave        PROTO((int, char **));
    125126int queuesubstr      PROTO((int, char **));
    126127int queuesize        PROTO((int, char **));
     
    335336  {1, "queueprint",   queueprint,       "print the contents of a queue"},
    336337  {1, "queuepush",    queuepush,        "push value onto queue"},
     338  {1, "queuesave",    queuesave,        "save the contents of a queue in a filex"},
    337339  {1, "queuesize",    queuesize,        "show queue size"},
    338340  {1, "queuesubstr",  queuesubstr,      "bulk replace strings in queue"},
Note: See TracChangeset for help on using the changeset viewer.