Definition EntryPoint.h:31
virtual void run(void) override
執行方法。
EntryPoint(void(*setup)(mframe::sys::Thread *), void(*loop)(mframe::sys::Thread *))
Construct a new Entry Point object.
virtual ~EntryPoint(void) override
Destroy the Entry Point object.