|
To view stable releases, visit Version History.
Bleeding-edge documentation can be found on the staging server: http://tekkotsu.no-ip.org/
To check out latest: cvs -d :pserver:anonymous@cvs.tekkotsu.org:/cvs checkout -P Tekkotsu/local
More help can be found on the Tekkotsu CVS Usage page.
Parent Directory
|
|
|
|
|
CommPorts/
|
|
|
|
|
DataSources/
|
|
|
|
|
DeviceDrivers/
|
|
|
|
|
MotionHooks/
|
|
|
|
|
sim/
|
|
|
|
|
tekkotsu/
|
|
|
|
|
terk/
|
|
|
|
|
CommPort.h
|
|
1.14 |
2 months |
ejt |
adding opened() and closing() for convenient subclass notification, renaming opened counter to openedCnt; NetworkCommPort now handles background reconnect by spawning thread
|
DataSource.cc
|
|
1.3 |
8 months |
ejt |
Moving the DataSource statics to their own file, preferring file bloat to conflating dependencies
|
DataSource.h
|
|
1.11 |
10 months |
ejt |
adding enteringRealtime/leavingRealtime calls for DataSources too
(prefer to avoid dependence on 'tekkotsu' executable SharedGlobals::timeScale, but could add a listener on that directly too...)
|
DeviceDriver.h
|
|
1.8 |
10 months |
ejt |
adding getName() to return instanceName for external classes
|
EntryPoint.h
|
|
1.1 |
2 years |
ejt |
adding a global getTimeScale() to complement get_time(), moving EntryPoint, LoadFileThread, and LoadImageThread out of local/sim to just local (so they will be linked into libtekkotsu.a and available ... |
LoadDataThread.cc
|
|
1.23 |
8 months |
ejt |
Making stop/kill/murder return *this for convenience of chaining .join() afterward. Also, don't forget to stop().join() in destructor of classes which provide custom cancelled() handler... (or in gen... |
LoadDataThread.h
|
|
1.18 |
8 months |
ejt |
Making stop/kill/murder return *this for convenience of chaining .join() afterward. Also, don't forget to stop().join() in destructor of classes which provide custom cancelled() handler... (or in gen... |
Makefile.local
|
|
1.15 |
8 months |
ejt |
cleaning up warnings
|
MotionHook.h
|
|
1.6 |
5 months |
ejt |
fixing compiler warning by avoiding anonymous union/members which it doesn't realize are being initialized
|
SoundPlayThread.cc
|
|
1.2 |
13 months |
ejt |
moving PollThread::interrupt() to Thread, along with stop()'s implied call to interrupt() on OS X, renaming Thread::running to Thread::started and repurposing Thread::running for once the thread has a... |
SoundPlayThread.h
|
|
1.2 |
21 months |
ejt |
SoundPlay now pretends to process the sound, generates events.
Maybe soon we'll actually start playing the audio!?
|
minisim.h
|
|
1.14 |
2 months |
ejt |
ignore SIGPIPE
|
|