CVS log for emstar/timesync/include/sync_dev.h

(logo)

Help

(back) Up to [CENS] / emstar / timesync / include

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


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

Revision 1.15 / (as text) / (view) - annotate - [select for diffs] , Thu Jul 22 00:25:13 2004 UTC (5 years, 8 months ago) by jelson
Branch: MAIN
CVS Tags: rdd_alpha_version_1, pregeonet, nims-lab-Sep07-2004, nims-jr-Sep05-04, acoustic-05-18-06, PRE_TOSNIC_FIX, PRE_NOMEGA_MOTENIC, PRE_CEILING_FIX, PRE_64BIT, MOTENIC_PRE_BUGFIX_20050415, LAURA_CALIBRATION_EXPERIMENTS, HOSTMOTE_PROTOCOL_VERSION_7, HOSTMOTE_PROTOCOL_VERSION_6_WITH_HOSTMOAP, HOSTMOTE_PROTOCOL_VERSION_5_WITH_HOSTMOAP, HEAD, ESS_RELEASE_3_5, ESS_RELEASE_3_4, ESS_RELEASE_3_3, ESS_RELEASE_3_2, ESS_RELEASE_3_1, ESS_RELEASE_3_0, ESS_RELEASE_2_0, ESS_CONNECTIVITY, ESS_CENTROUTE_TESTING, ESS2-CMS-V1_5_pretest, ESS2-CMS-V1_4cMergeSympathy_2, ESS2-CMS-V1_4c, ESS2-CMS-V1_4b, ESS2-CMS-V1_4a, ESS2-CMS-V1_3, ESS2-CMS-V1_2, ESS2-CMS-V1_1, ESS2-CMS-V1_0, EMSTAR_RELEASE_2_5, EMSTAR_RELEASE_2_1_BRANCH, EMSTAR_RELEASE_2_1, EMSTAR_RELEASE_2_0, EMSTAR_PRE_HTML, CYCLOPS_RELEASE_CANDIDATE_2_0, CYCLOPS_PRERELEASE_STABLE, CENTROUTE_EMSTAR_SOCKETS, BG_1_0, BANGLADESH_ARSENIC_1_2, BANGLADESH_ARSENIC_1_1, AMARSS_JR_DEPLOYMENT_6_05_07
Changes since 1.14: +1 -2 lines
Diff to previous 1.14
chuck the code from my attempt to get visualization to work using the
routing vis module

Revision 1.14 / (as text) / (view) - annotate - [select for diffs] , Thu Jul 22 00:22:26 2004 UTC (5 years, 8 months ago) by jelson
Branch: MAIN
Changes since 1.13: +3 -2 lines
Diff to previous 1.13
get timesync to work with emview

Revision 1.13 / (as text) / (view) - annotate - [select for diffs] , Fri Jul 16 18:04:33 2004 UTC (5 years, 8 months ago) by jelson
Branch: MAIN
CVS Tags: HOSTMOTE_V_6_EXPERIMENTAL, HOSTMOTE_PROTOCOL_VERSION_5
Changes since 1.12: +5 -20 lines
Diff to previous 1.12
* Finally fixed timesync pairs API; now it's a device you open and write
pairs info to

 * Changed audio server to use new pairs API

 * Cleaned up and sorted out the tangled mess that was the include files
 for timesync; all userspace programs should only include sync.h now, and
 the daemon should only include syncd_i.h.

 * Moved some time conversion routines from sync header files to misc_time.h

 * checked in pair-insert.c, a simple program demonstrating the use of the
 new pairs API

 * Changed pulseat.c to use misc_time functions rather than the old circlemud
 functions

Revision 1.12 / (as text) / (view) - annotate - [select for diffs] , Fri Oct 10 03:31:47 2003 UTC (6 years, 5 months ago) by jelson
Branch: MAIN
CVS Tags: scale_radio_channel, lessgps_release, kiss_release, bp_scale_radio_channel, ROUTING_EXPERIMENTAL, PRE_MOTENIC_CLEANUP, LESSGPS_1_00, KISS_1_0, HOSTMOTE_PROTOCOL_VERSION_4, HOSTMOTE_PROTOCOL_VERSION_3, EMSTAR_RELEASE_2_0_beta1, EMSTAR_RELEASE_1_3_2, EMSTAR_RELEASE_1_3_1, EMSTAR_RELEASE_1_3, EMSTAR_RELEASE_1_2, EMSTAR_RELEASE_1_1, EMSTAR_RELEASE_1_0
Changes since 1.11: +2 -1 lines
Diff to previous 1.11
syncd now maintains a dynamic directory of registered clocks.  It uses
the new 'directory device' service in libdev.  'Mote' and 'codec' types
have been removed; drivers that provide pairs information are now expected
to register their own clock-types with the timesync daemon using the
directory API.

The MoteNIC has been changed in this way... it now registers a clock that
has the name of the mote's data device (e.g. /dev/mote/0/hostmote).

Revision 1.11 / (as text) / (view) - annotate - [select for diffs] , Fri Jul 11 21:30:07 2003 UTC (6 years, 8 months ago) by cerpa
Branch: MAIN
CVS Tags: copyright-07-11-03, audio_server
Changes since 1.10: +25 -30 lines
Diff to previous 1.10
added the copyright notice to all the source code in the cens repository

Revision 1.10 / (as text) / (view) - annotate - [select for diffs] , Fri Jul 11 03:25:05 2003 UTC (6 years, 8 months ago) by cerpa
Branch: MAIN
Changes since 1.9: +37 -1 lines
Diff to previous 1.9
- added a copyright notice to all the source code files in the cens
repository

Revision 1.9 / (as text) / (view) - annotate - [select for diffs] , Thu Mar 27 19:07:01 2003 UTC (6 years, 11 months ago) by jelson
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
change sense of RMS from microsec to 100nsec

Revision 1.8 / (as text) / (view) - annotate - [select for diffs] , Mon Sep 30 23:10:30 2002 UTC (7 years, 5 months ago) by jelson
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
changed parameter computations from float back to double

added a few test-harness type things like the -l (listen-to) option

Revision 1.7 / (as text) / (view) - annotate - [select for diffs] , Tue Sep 24 23:01:53 2002 UTC (7 years, 5 months ago) by jelson
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6
Changed param structure (important: this is on the wire!)
   -- slope and intercept are now float instead of double
   -- 'via' included in struct, recording who computed the params

Sorted the debug ticker so that the output makes more sense

Changed all output to use decimal instead of hex

Revision 1.6 / (as text) / (view) - annotate - [select for diffs] , Fri Sep 13 19:54:23 2002 UTC (7 years, 6 months ago) by girod
Branch: MAIN
Changes since 1.5: +7 -7 lines
Diff to previous 1.5
hacks to remove dependence from sync lib to glib_dev

Revision 1.5 / (as text) / (view) - annotate - [select for diffs] , Wed Apr 17 01:44:10 2002 UTC (7 years, 11 months ago) by jelson
Branch: MAIN
CVS Tags: GALORE_DEMO
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
sync path search uses RMS

Revision 1.4 / (as text) / (view) - annotate - [select for diffs] , Wed Apr 17 01:23:12 2002 UTC (7 years, 11 months ago) by jelson
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
regression test for multihop, and some fixes

Revision 1.3 / (as text) / (view) - annotate - [select for diffs] , Wed Apr 17 00:19:16 2002 UTC (7 years, 11 months ago) by jelson
Branch: MAIN
Changes since 1.2: +3 -1 lines
Diff to previous 1.2
split libsync into diff files again

Revision 1.2 / (as text) / (view) - annotate - [select for diffs] , Tue Apr 16 22:51:00 2002 UTC (7 years, 11 months ago) by jelson
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
first half of code for doing multihop computation; untested

Revision 1.1 / (as text) / (view) - annotate - [select for diffs] , Mon Apr 15 00:56:27 2002 UTC (7 years, 11 months ago) by jelson
Branch: MAIN
initial ucla implementation of timesync

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