clboss/Boss/Msg/TimerTwiceDaily.hpp
2021-01-25 10:54:39 +08:00

17 lines
380 B
C++

#ifndef BOSS_MSG_TIMERTWICEDAILY_HPP
#define BOSS_MSG_TIMERTWICEDAILY_HPP
namespace Boss { namespace Msg {
/** struct Boss::Msg::TimerTwiceDaily
*
* @brief emitted about twice a day.
* If more than half a day has gone since the
* previous emission, emitted asynchronously
* at `Init`.
*/
struct TimerTwiceDaily {};
}}
#endif /* !defined(BOSS_MSG_TIMERTWICEDAILY_HPP) */