Apollo  6.0
Open source self driving car software
Public Member Functions | List of all members
apollo::cyber::PyTimer Class Reference

#include <py_timer.h>

Collaboration diagram for apollo::cyber::PyTimer:
Collaboration graph

Public Member Functions

 PyTimer ()
 
 PyTimer (uint32_t period, void(*func)(), bool oneshot)
 
void start ()
 
void stop ()
 
void set_option (uint32_t period, void(*func)(), bool oneshot)
 

Constructor & Destructor Documentation

◆ PyTimer() [1/2]

apollo::cyber::PyTimer::PyTimer ( )
inline

◆ PyTimer() [2/2]

apollo::cyber::PyTimer::PyTimer ( uint32_t  period,
void(*)()  func,
bool  oneshot 
)
inline

Member Function Documentation

◆ set_option()

void apollo::cyber::PyTimer::set_option ( uint32_t  period,
void(*)()  func,
bool  oneshot 
)
inline

◆ start()

void apollo::cyber::PyTimer::start ( )
inline

◆ stop()

void apollo::cyber::PyTimer::stop ( )
inline

The documentation for this class was generated from the following file: