Changeset 6689
- Timestamp:
- Mar 26, 2006, 1:46:42 PM (20 years ago)
- Location:
- trunk/Ohana/src/opihi
- Files:
-
- 2 deleted
- 3 edited
-
Makefile (modified) (2 diffs)
-
doc/ChangeLog.txt (modified) (1 diff)
-
include/psched.h (deleted)
-
pantasks/psched.c (deleted)
-
pcontrol/pulse.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/Makefile
r4748 r6689 10 10 dvo2: lib.data lib.shell cmd.basic cmd.data cmd.astro 11 11 dvo: lib.data lib.shell cmd.basic cmd.data cmd.astro 12 p sched:lib.data lib.shell cmd.basic cmd.data cmd.astro12 pantasks: lib.data lib.shell cmd.basic cmd.data cmd.astro 13 13 pclient: lib.data lib.shell cmd.basic 14 14 pcontrol: lib.data lib.shell cmd.basic … … 16 16 LIBS = lib.data lib.shell cmd.basic cmd.data cmd.astro 17 17 18 PROGRAM = mana dvo p schedpclient pcontrol18 PROGRAM = mana dvo pantasks pclient pcontrol 19 19 20 20 EXTRAS = dimm dvo2 -
trunk/Ohana/src/opihi/doc/ChangeLog.txt
r5928 r6689 1 1 2 - opihi 2.5 2 2006.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 3 28 * major work to switch to libkapa 4 29 * revised init sequence (general_init, program_init, startup) -
trunk/Ohana/src/opihi/pcontrol/pulse.c
r4715 r6689 1 # include "p sched.h"1 # include "pantasks.h" 2 2 3 3 int pulse (int argc, char **argv) {
Note:
See TracChangeset
for help on using the changeset viewer.
