CVS log for emstar/devel/loc/ar/ar_main.c

(logo)

Help

(back) Up to [CENS] / emstar / devel / loc / ar

Request diff between arbitrary revisions / Display revisions graphically / Jump to LXR


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.16 / (as text) / (view) - annotate - [select for diffs] , Thu Nov 30 02:09:36 2006 UTC (2 years, 11 months ago) by girod
Branch: MAIN
CVS Tags: pregeonet, PRE_TOSNIC_FIX, PRE_64BIT, HEAD, CYCLOPS_RELEASE_CANDIDATE_2_0, CYCLOPS_PRERELEASE_STABLE, CENTROUTE_EMSTAR_SOCKETS, AMARSS_JR_DEPLOYMENT_6_05_07
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
lots of changes for v2 boxes.

Revision 1.15 / (as text) / (view) - annotate - [select for diffs] , Mon Jul 3 02:48:07 2006 UTC (3 years, 4 months ago) by girod
Branch: MAIN
Changes since 1.14: +6 -0 lines
Diff to previous 1.14
several changes for CO trip.
* extended range for ranging processing (still not tested)
* added support for new arry geom and made it configurable (cmd line/run time)
* added support to set sample rate before starting ranging

Revision 1.14 / (as text) / (view) - annotate - [select for diffs] , Thu Sep 8 23:12:47 2005 UTC (4 years, 2 months ago) by girod
Branch: MAIN
CVS Tags: acoustic-05-18-06, ESS_RELEASE_3_5, ESS_RELEASE_3_4, ESS_RELEASE_3_2, ESS_RELEASE_3_1, ESS_RELEASE_3_0, ESS_CONNECTIVITY, ESS_CENTROUTE_TESTING, EMSTAR_RELEASE_2_5, BG_1_0, BANGLADESH_ARSENIC_1_2, BANGLADESH_ARSENIC_1_1
Changes since 1.13: +1 -0 lines
Diff to previous 1.13
added support for timestamp logging in hop-by-hop conversion in the
flood module.  added support to log those timestamps in acoustic ranging

Revision 1.13 / (as text) / (view) - annotate - [select for diffs] , Fri Sep 2 01:17:19 2005 UTC (4 years, 2 months ago) by girod
Branch: MAIN
Changes since 1.12: +1 -5 lines
Diff to previous 1.12
removed killpg from ar code.
exit kills all threads.
moved recording of last read count to where read count is valid.

Revision 1.12 / (as text) / (view) - annotate - [select for diffs] , Tue Aug 30 22:26:24 2005 UTC (4 years, 2 months ago) by girod
Branch: MAIN
CVS Tags: LAURA_CALIBRATION_EXPERIMENTS, ESS_RELEASE_2_0
Changes since 1.11: +2 -1 lines
Diff to previous 1.11
implemented find first swing algorithm.
made this the default as it seems to work quite well.
calibrated in the lab.

Revision 1.11 / (as text) / (view) - annotate - [select for diffs] , Sun Aug 28 17:29:32 2005 UTC (4 years, 2 months ago) by girod
Branch: MAIN
Changes since 1.10: +3 -0 lines
Diff to previous 1.10
numerous changes to timesync system and its clients.

* timesync:
  - modified the client library to have an optional event to update the
    parameters.  previously it simply re-read periodically.
  - modified the server to notify whenever new parameters are added.
  - backed out prior change that added access to a low-level conversion
    function
  - observed that the library is not thread safe...
  - added new API call to convert "remote timestamp" to a specified
    component other than CPU
  - modified the graph code to display dropped points and cleaned up
    the dropping code a bit
  - changed the internal parameter of timehist to set pairs window to 30.
    this really needs to be client-configurable

* udpd
  - modified macinfo to take option that defines a specific clock ID.
    this is needed to share non-CPU clock info across nodes

* link library
  - added API call to get the "root" link device of a comm stack

* macinfo kernel interface
  - minor change to add "stale" bit
  - although it never seems to occur :(
  - libmacinfo uses libsync event rather than its own

* directory client
  - added new API call that tries to insert well known dir entry but
    does not fail if the same entry is already present

* vxpcd
  - changed to do periodic tests.. wait 10- sec, burst 5 samples

* libroute
  - moved time conversion code into libroute
  - updated it to use root device pairs if present, otherwise CPU time
  - moved timeconv code out of flooding

Revision 1.10 / (as text) / (view) - annotate - [select for diffs] , Fri Aug 12 22:04:43 2005 UTC (4 years, 3 months ago) by girod
Branch: MAIN
CVS Tags: ESS2-CMS-V1_5_pretest, ESS2-CMS-V1_4cMergeSympathy
Changes since 1.9: +2 -1 lines
Diff to previous 1.9
updated offline code to parse new file naming scheme
modified algorithms based on info gathered in initial experiments.
changed from finding zero-crossing to finding first peak over threshold.
may need to adjust threshold alg.  also changed to do first peak finding
on self-ranging.

remaining issues:  detect mic malfunction.  thresh estimation?
   codec offset between codecs?

Revision 1.9 / (as text) / (view) - annotate - [select for diffs] , Wed Aug 10 18:19:30 2005 UTC (4 years, 3 months ago) by girod
Branch: MAIN
Changes since 1.8: +1 -0 lines
Diff to previous 1.8
*** empty log message ***

Revision 1.8 / (as text) / (view) - annotate - [select for diffs] , Mon Aug 8 03:18:53 2005 UTC (4 years, 3 months ago) by girod
Branch: MAIN
Changes since 1.7: +12 -2 lines
Diff to previous 1.7
* changes to ranging code to support experiment mode
* new offline computation program
* fixes to the command interface to make it more sensible

Revision 1.7 / (as text) / (view) - annotate - [select for diffs] , Mon Jul 18 22:54:22 2005 UTC (4 years, 4 months ago) by girod
Branch: MAIN
Changes since 1.6: +4 -1 lines
Diff to previous 1.6
support for card index other than 0

Revision 1.6 / (as text) / (view) - annotate - [select for diffs] , Wed Jul 13 02:51:59 2005 UTC (4 years, 4 months ago) by girod
Branch: MAIN
Changes since 1.5: +24 -1 lines
Diff to previous 1.5
added various data collection features, fixed the confidence vals for angles

Revision 1.5 / (as text) / (view) - annotate - [select for diffs] , Fri Jul 8 03:23:14 2005 UTC (4 years, 4 months ago) by girod
Branch: MAIN
Changes since 1.4: +13 -13 lines
Diff to previous 1.4
upgraded ar code
* add correction for rate differences
* modified code to work with new vxpc server

Revision 1.4 / (as text) / (view) - annotate - [select for diffs] , Tue May 24 03:54:24 2005 UTC (4 years, 6 months ago) by girod
Branch: MAIN
CVS Tags: rdd_alpha_version_1
Changes since 1.3: +6 -0 lines
Diff to previous 1.3
bunches of changes to ar..
added new logging/stats
added ability to enable dumps of time series data
fixed a bunch of weirdness

Revision 1.3 / (as text) / (view) - annotate - [select for diffs] , Thu May 19 21:35:53 2005 UTC (4 years, 6 months ago) by girod
Branch: MAIN
Changes since 1.2: +3 -0 lines
Diff to previous 1.2
added publication logging..

Revision 1.2 / (as text) / (view) - annotate - [select for diffs] , Wed Mar 30 16:24:04 2005 UTC (4 years, 7 months ago) by girod
Branch: MAIN
CVS Tags: MOTENIC_PRE_BUGFIX_20050415
Changes since 1.1: +1 -0 lines
Diff to previous 1.1
added statesync connector, new stats, new queue status dev

Revision 1.1 / (as text) / (view) - annotate - [select for diffs] , Tue Mar 29 20:42:23 2005 UTC (4 years, 7 months ago) by girod
Branch: MAIN
first semi-working version of ar subsystem...
still needs to interface to statesync etc.
seems to have some mysterious bug in lag time provision..

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

CENS CVS Mailing List
Powered by
ViewCVS 0.9.2