greenhouse
|
#include <stats_task.h>
Public Member Functions | |
Stats () | |
void | setDisplay (UI::Display *display) |
void | start () |
void | stop () |
Definition at line 7 of file stats_task.h.
Tasks::Stats::Stats | ( | ) |
void Stats::setDisplay | ( | UI::Display * | display | ) |
Definition at line 17 of file stats_task.cpp.
References _display, and display.
Referenced by stats_task().
void Stats::start | ( | ) |
Definition at line 27 of file stats_task.cpp.
References _thread, _thread_id, collect_stats(), MAX_THREAD_STACK, SAMPLE_TIME_MS, and stats_queue.
Referenced by stats_task().
void Stats::stop | ( | ) |
Definition at line 38 of file stats_task.cpp.
References _thread.