IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

merging from trunk: add queue save function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.