![]() |
Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
|
This is the complete list of members for AutonomyThread< T >, including all inherited members.
AutonomyThread() | AutonomyThread< T > | inline |
AutonomyThreadState enum name (defined in AutonomyThread< T >) | AutonomyThread< T > | |
ClearPoolQueue() | AutonomyThread< T > | inlineprotected |
GetIPS() | AutonomyThread< T > | inline |
GetMainThreadMaxIPS() const | AutonomyThread< T > | inlineprotected |
GetPoolNumOfThreads() | AutonomyThread< T > | inlineprotected |
GetPoolQueueLength() | AutonomyThread< T > | inlineprotected |
GetPoolResults() | AutonomyThread< T > | inlineprotected |
GetThreadState() const | AutonomyThread< T > | inline |
Join() | AutonomyThread< T > | inline |
Joinable() const | AutonomyThread< T > | inline |
JoinPool() | AutonomyThread< T > | inlineprotected |
m_bStopThreads (defined in AutonomyThread< T >) | AutonomyThread< T > | private |
m_cdThreadRunningCondition (defined in AutonomyThread< T >) | AutonomyThread< T > | private |
m_eThreadState (defined in AutonomyThread< T >) | AutonomyThread< T > | private |
m_IPS (defined in AutonomyThread< T >) | AutonomyThread< T > | protected |
m_muThreadRunningConditionMutex (defined in AutonomyThread< T >) | AutonomyThread< T > | private |
m_nMainThreadMaxIterationPerSecond (defined in AutonomyThread< T >) | AutonomyThread< T > | private |
m_thMainThread (defined in AutonomyThread< T >) | AutonomyThread< T > | private |
m_thPool (defined in AutonomyThread< T >) | AutonomyThread< T > | private |
m_vPoolReturns (defined in AutonomyThread< T >) | AutonomyThread< T > | private |
ParallelizeLoop(const int nNumThreads, const N tTotalIterations, F &&tLoopFunction) | AutonomyThread< T > | inlineprotected |
PooledLinearCode()=0 (defined in AutonomyThread< T >) | AutonomyThread< T > | privatepure virtual |
PoolJoinable() const | AutonomyThread< T > | inlineprotected |
RequestStop() | AutonomyThread< T > | inline |
RunDetachedPool(const unsigned int nNumTasksToQueue, const unsigned int nNumThreads=2, const bool bForceStopCurrentThreads=false) | AutonomyThread< T > | inlineprotected |
RunPool(const unsigned int nNumTasksToQueue, const unsigned int nNumThreads=2, const bool bForceStopCurrentThreads=false) | AutonomyThread< T > | inlineprotected |
RunThread(std::atomic_bool &bStopThread) | AutonomyThread< T > | inlineprivate |
SetMainThreadIPSLimit(int nMaxIterationsPerSecond=0) | AutonomyThread< T > | inlineprotected |
Start() | AutonomyThread< T > | inline |
ThreadedContinuousCode()=0 (defined in AutonomyThread< T >) | AutonomyThread< T > | privatepure virtual |
~AutonomyThread() | AutonomyThread< T > | inlinevirtual |