IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6689


Ignore:
Timestamp:
Mar 26, 2006, 1:46:42 PM (20 years ago)
Author:
eugene
Message:

renamed psched to pantasks, updated change log

Location:
trunk/Ohana/src/opihi
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/Makefile

    r4748 r6689  
    1010dvo2:  lib.data lib.shell cmd.basic cmd.data cmd.astro
    1111dvo:   lib.data lib.shell cmd.basic cmd.data cmd.astro
    12 psched:  lib.data lib.shell cmd.basic cmd.data cmd.astro
     12pantasks: lib.data lib.shell cmd.basic cmd.data cmd.astro
    1313pclient:  lib.data lib.shell cmd.basic
    1414pcontrol: lib.data lib.shell cmd.basic
     
    1616LIBS = lib.data lib.shell cmd.basic cmd.data cmd.astro
    1717
    18 PROGRAM = mana dvo psched pclient pcontrol
     18PROGRAM = mana dvo pantasks pclient pcontrol
    1919
    2020EXTRAS = dimm dvo2
  • trunk/Ohana/src/opihi/doc/ChangeLog.txt

    r5928 r6689  
    11
    2 - opihi 2.5
     22006.03.26:
     3
     4  opihi-2-6 : added 'close' function for devices
     5              added test framework 
     6              added tests to cmd.basic, cmd.data
     7              added $?var syntax (variable existence test)
     8              fixed broken a[3] = 5 assignment
     9              added PopQueueMatch function
     10              added periodogram.c
     11              improvements to dimendown, peak
     12              added fixwrap for roll-over on saturation
     13
     14  dvo-0-4     added proper-motion, parallax
     15              dropped _PS from Stars.R,D
     16              fixed configuration flags for readline/curses
     17
     18  mana-1-4     fixed configuration flags for readline/curses
     19  pcontrol-0-4 fixed configuration flags for readline/curses
     20  pclient-0-4  fixed configuration flags for readline/curses
     21
     22  pantasks-0-4 fixed configuration flags for readline/curses
     23               changed name from psched
     24
     25
     26
     27- opihi-2-5
    328  * major work to switch to libkapa
    429  * revised init sequence (general_init, program_init, startup)
  • trunk/Ohana/src/opihi/pcontrol/pulse.c

    r4715 r6689  
    1 # include "psched.h"
     1# include "pantasks.h"
    22
    33int pulse (int argc, char **argv) {
Note: See TracChangeset for help on using the changeset viewer.