Parent Directory
|
|
|
|
|
CallbackThread.h
|
|
1.2 |
2 months |
ejt |
fixing warnings
|
DriverMessaging.cc
|
|
1.3 |
3 months |
ejt |
interface for requesting priority on polling sensors
|
DriverMessaging.h
|
|
1.4 |
3 months |
ejt |
interface for requesting priority on polling sensors
|
FailsafeThread.h
|
|
1.2 |
8 months |
ejt |
don't clear engaged on cancel... a non-restarting target thread may want to check it, but the failsafe thread isn't join()ing the target in that case
|
ListMemBuf.h
|
|
1.5 |
14 months |
dst |
Fix case where array might have zero entries.
|
MessageQueue.cc
|
|
1.2 |
2 years |
ejt |
oops, broke aperios build
|
MessageQueue.h
|
|
1.33 |
5 months |
ejt |
adding a message queue for PID parameters updates instead of polling 'state' for changes
|
MessageQueueStatusThread.cc
|
|
1.11 |
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... |
MessageQueueStatusThread.h
|
|
1.8 |
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... |
MessageReceiver.cc
|
|
1.14 |
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... |
MessageReceiver.h
|
|
1.9 |
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... |
MutexLock.cc
|
|
1.5 |
17 months |
ejt |
removing static thread locks -- now uses pthread_self to track thread owner, don't need to acquire separate thread lock, the semaphore is a global lock
|
MutexLock.h
|
|
1.20 |
12 months |
ejt |
another hot steaming load of documentation
|
PollThread.cc
|
|
1.14 |
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... |
PollThread.h
|
|
1.8 |
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... |
ProcessID.cc
|
|
1.8 |
8 months |
ejt |
cleaning up #includes
|
ProcessID.h
|
|
1.8 |
12 months |
ejt |
fixing documentation issues for doxygen
|
RCRegion.cc
|
|
1.15 |
3 months |
ejt |
fixing warning complaint about fd possibly uninitialized
|
RCRegion.h
|
|
1.12 |
12 months |
ejt |
USE_UNBACKED_SHM is documented as part of POSIX_SHM (meant to remove the entry stubble in previous modification)
|
RegionRegistry.h
|
|
1.5 |
12 months |
ejt |
documentation
|
SemaphoreManager.cc
|
|
1.12 |
12 months |
ejt |
another hot steaming load of documentation
|
SemaphoreManager.h
|
|
1.13 |
20 months |
ejt |
can restrict system includes to implementation
|
SharedObject.cc
|
|
1.2 |
3 years |
ejt |
merging sim development branch with main trunk (branch merge point tagged sim-merge-20050531)
|
SharedObject.h
|
|
1.10 |
6 months |
ejt |
fixing bug with operator= not returning a value (found by jcoens)
|
Thread.cc
|
|
1.39 |
5 months |
ejt |
adding dereference() to be called as last step of stopping a thread, needed to support self-deleting threads
|
Thread.h
|
|
1.20 |
5 months |
ejt |
adding dereference() to be called as last step of stopping a thread, needed to support self-deleting threads
|