Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
timeout.hpp File Reference
#include <cstdint>
#include "clock.hpp"
Include dependency graph for timeout.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tap::arch::Timeout< T >
 

Namespaces

namespace  tap
 
namespace  tap::arch
 

Typedefs

using tap::arch::MicroTimeout = Timeout< tap::arch::clock::getTimeMicroseconds >
 
using tap::arch::MilliTimeout = Timeout< tap::arch::clock::getTimeMilliseconds >