[X] The "/qtp-webgate/qtp-webgate-src_0.0.1-1.deb" file could not be found or is not available. Please select another file.

Provides a C++ class that lets you schedule tasks with rtc-accuracy


http://librtctimer.sourceforge.net





Separate each tag with a space.

Release Date:

2006-10-03

Topics:

License:

Operating System:

Translations:

Intended Audience:

Programming Language:

Registered:

2004-09-19

Ratings and Reviews

Be the first to post a text review of libRTCTimer. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Code committed

    catkiller committed patchset 11 of module librtcevents to the libRTCTimer CVS repository, changing 14 files

    posted by catkiller 1105 days ago

  • Code committed

    catkiller committed patchset 28 of module librtctimer to the libRTCTimer CVS repository, changing 8 files

    posted by catkiller 1112 days ago

  • Code committed

    catkiller committed patchset 10 of module librtcevents to the libRTCTimer CVS repository, changing 24 files

    posted by catkiller 1134 days ago

  • Code committed

    catkiller committed patchset 9 of module librtcevents to the libRTCTimer CVS repository, changing 27 files

    posted by catkiller 1135 days ago

  • librtctimer 0.0.8 file released: librtctimer-0.0.8.tar.gz

    2006-05-27 Thomas Hartmann Finally back developing. Cleaning the code and now putting some statistics into it... 2004-11-19 Thomas Hartmann many things have changed. As libRTCEvents needs version 0.0.7 we release it now... 2004-11-14 Thomas Hartmann everyone that handles ms now uses the new type RTCMS. 2004-11-14 Thomas Hartmann * rtctypes.h: new type RTCMS. 2004-11-13 Thomas Hartmann * rtctimer.h, rtctimer.cpp: added static method and field to get the RTCTimer. 2004-11-13 Thomas Hartmann * rtctimer.h, rtctimer.cpp, rtcdispatcher.h, rtcdispatcher.cpp: ticker and the getMarker methods are static now. 2004-11-13 Thomas Hartmann * rtctimer.h, rtctimer.cpp: ms2tick now also takes double-value as parameter. 2004-11-13 Thomas Hartmann made a mem-leak-check with valgrind and took a few of them out... 2004-11-13 Thomas Hartmann now working on release 0.0.7 2004-11-06 Thomas Hartmann again a new release!!!!! 2004-11-06 Thomas Hartmann * rtctimer.cpp, rtcsleeptask.h, rtcsleeptask.cpp: Improved sleep-function. Now any count of threads can call this function!! 2004-11-06 Thomas Hartmann * rtcpreexec.cpp, rtcsleeptask.cpp: set the havePreExecFlag false. 2004-11-06 Thomas Hartmann * rtctask.h, rtctask.cpp: added field havePreExecFlag and selectors. cancel now also cancels the preExec Task. added field myPreExec and selectors. 2004-11-06 Thomas Hartmann cleaned repository 2004-11-01 Thomas Hartmann * rtctimer.h, rtctimer.cpp: implemented sleep-method. 2004-11-01 Thomas Hartmann now working on version 0.0.6! 2004-10-29 Thomas Hartmann time to release 0.0.5!!!!! 2004-10-29 Thomas Hartmann * rtctask.cpp: preExecTime now defaults to 10ms. 2004-10-29 Thomas Hartmann * rtctask.cpp: run now executes postExec after task. 2004-10-29 Thomas Hartmann * rtcdispatcher.cpp: all schedule-methods take care of preExec now. 2004-10-29 Thomas Hartmann * rtctask.h, rtctask.cpp: added preExec and postExec. added field preExecTime and selectors. added field postExecMethod and selectors. 2004-10-29 Thomas Hartmann * rtcdispatcher.cpp: bugfix: all scheduling-methods clear the canceled-flag of the task. 2004-10-29 Thomas Hartmann * rtctask.h, rtctask.cpp: added setCanceled(). 2004-10-29 Thomas Hartmann * rtcdispatcher.h: rtcdispatcher now schedules with delay. 2004-10-29 Thomas Hartmann * rtctask.h, rtctask.cpp: added field "delay" and selectors. 2004-10-29 Thomas Hartmann * librtctimer.pc.in: added linker-flags neccessary to link apps against the shared libs on suse 9.1. 2004-10-29 Thomas Hartmann now working on version 0.0.5 that will have some new features. 2004-10-25 Thomas Hartmann * rtctimer.h: Mainpage doesnt show the sf-logo anymore as we now have a real mainpage (that looks really crappy....). 2004-10-25 Thomas Hartmann * rtctimer.h: Updated mainpage to explain the use of markers. 2004-10-25 Thomas Hartmann * rtcdispatcher.cpp: dispatcher now checks whether the task was canceled before executing it. 2004-10-25 Thomas Hartmann * rtctask.h, rtctask.cpp: New field "canceled" and selector. 2004-10-25 Thomas Hartmann * rtctimer.h, rtctimer.cpp, rtcdispatcher.h, rtcdispatcher.cpp: New method "RTCMarker getMarker()" Overloaded methods in RTCTimer and new methods in RTCDispatcher to work with Markers. 2004-10-25 Thomas Hartmann * rtctask.h: removed variable unsigned long* ticker from class RTCTask. 2004-10-25 Thomas Hartmann * rtctypes.h: 2 new types: RTCTicks and RTCMarker. 2004-10-25 Thomas Hartmann now working on version 0.0.4 which will get a new feature called "markers"! 2004-10-24 Thomas Hartmann As this was a real sever bug, its time to release 0.0.3 now. 2004-10-24 Thomas Hartmann * rtctasklist.h, rtctasklist.cpp rtctask.h, rtctask.cpp: Added print() method. 2004-10-24 Thomas Hartmann * rtctasklist.cpp: Fixed a bug in the linked list. Inserting an item at the top lost the others. 2004-10-24 Thomas Hartmann now working on version 0.0.3 2004-10-04 Thomas Hartmann time to release 0.0.2!!! 2004-10-04 Thomas Hartmann * rtctimer.h: Added link to example-prog to mainpage 2004-10-04 Thomas Hartmann * rtcdispatcher.cpp: Fixed bug in method schedule: current ticker-value needed to be added. 2004-10-04 Thomas Hartmann As 0.0.1 is released we are now working on version 0.0.2 2004-10-04 Thomas Hartmann * rtctimer.h: rtctimer.h now also includes rtctask.h 2004-10-02 Thomas Hartmann * rtctimer.h: Added sourceforge logo to mainpage. 2004-10-02 Thomas Hartman released 0.0.1 2004-10-02 Thomas Hartmann * rtctimer.h: Some fixes on the mainpage. 2004-10-01 Thomas Hartmann * rtctimer.h: Added Doxygen Mainpage. 2004-10-01 Thomas Hartmann changed emailadress in license information 2004-10-01 Thomas Hartmann * rtctimer.cpp: priority and scheduling-policy are not set by default anymore. 2004-10-01 Thomas Hartmann * Doxyfile: a few tweaks... 2004-10-01 Thomas Hartmann * Doxyfile: made INPUT a relative path 2004-10-01 Thomas Hartmann * rtcdispatcher.cpp: removed multiple delete of the same item

    posted 1138 days ago

  • Code committed

    catkiller committed patchset 8 of module librtcevents to the libRTCTimer CVS repository, changing 11 files

    posted by catkiller 1138 days ago

  • Code committed

    catkiller committed patchset 7 of module librtcevents to the libRTCTimer CVS repository, changing 6 files

    posted by catkiller 1138 days ago

  • Code committed

    catkiller committed patchset 6 of module librtcevents to the libRTCTimer CVS repository, changing 7 files

    posted by catkiller 1138 days ago

  • Code committed

    catkiller committed patchset 27 of module librtctimer to the libRTCTimer CVS repository, changing 4 files

    posted by catkiller 1138 days ago

  • version 0.0.8 released

    libRTCTimer-0.0.8 is released, containing some minor fixes only.

    posted by catkiller 1138 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

libRTCTimer Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review