IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 21, 2023, 4:41:05 PM (3 years ago)
Author:
eugene
Message:

add queuesave function

File:
1 edited

Legend:

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

    r42389 r42456  
    122122int queueprint       PROTO((int, char **));
    123123int queuepush        PROTO((int, char **));
     124int queuesave        PROTO((int, char **));
    124125int queuesubstr      PROTO((int, char **));
    125126int queuesize        PROTO((int, char **));
     
    333334  {1, "queueprint",   queueprint,       "print the contents of a queue"},
    334335  {1, "queuepush",    queuepush,        "push value onto queue"},
     336  {1, "queuesave",    queuesave,        "save the contents of a queue in a filex"},
    335337  {1, "queuesize",    queuesize,        "show queue size"},
    336338  {1, "queuesubstr",  queuesubstr,      "bulk replace strings in queue"},
Note: See TracChangeset for help on using the changeset viewer.