BoosterSeat  0.1
A C++ library that includes common utilities that are used in other projects.
timer_test.cpp File Reference
#include "gtest/gtest.h"
#include <BoosterSeat/sleep.hpp>
#include <BoosterSeat/timer.hpp>
Include dependency graph for timer_test.cpp:

Functions

 TEST (bst_timer, SoftwareTimer_basic_test)
 
 TEST (bst_timer, Timer_basic_test)
 

Detailed Description

Date
2024-10-17
Author
Joshua Jerred (https://joshuajer.red)

Function Documentation

◆ TEST() [1/2]

TEST ( bst_timer  ,
Timer_basic_test   
)

References bst::Timer::isDone(), bst::Timer::reset(), bst::Timer::setTimeout(), and bst::sleep().

Here is the call graph for this function:

◆ TEST() [2/2]

TEST ( bst_timer  ,
SoftwareTimer_basic_test   
)

References bst::SoftwareTimer::isDone(), bst::SoftwareTimer::reset(), bst::SoftwareTimer::setDone(), and bst::SoftwareTimer::setNotDone().

Here is the call graph for this function: