Public Member Functions | |
| void | __attribute__ ((noreturn)) run(Utcb *utcb |
| void Hip *hip | console_init ("CYC") |
| init (hip) | |
| gen_sinlut () | |
| gen_sqrtlut () | |
| while (1) | |
| block_forever () | |
Public Attributes | |
| TimerProtocol * | timer_service = new TimerProtocol(alloc_cap(TimerProtocol::CAP_SERVER_PT + hip->cpu_count())) |
| KernelSemaphore | sem = KernelSemaphore(timer_service->get_notify_sm()) |
| Clock * | clock = new Clock(hip->freq_tsc*1000) |
| IntroAnimator * | ia = new IntroAnimator |
| PlasmaAnimator< 25, 80 > * | pa = new PlasmaAnimator<25, 80> |
| QuoteAnimator< 25, 80 > * | qa = new QuoteAnimator<25, 80>(pa) |
| timevalue | starttime = clock->time() |
| void Cycleburner::__attribute__ | ( | (noreturn) | ) |
| Cycleburner::block_forever | ( | ) |
| void Hip* hip Cycleburner::console_init | ( | "CYC" | ) |
| Cycleburner::gen_sinlut | ( | ) |
| Cycleburner::gen_sqrtlut | ( | ) |
| Cycleburner::init | ( | hip | ) |
| Cycleburner::while | ( | 1 | ) | [inline] |
| Clock* Cycleburner::clock = new Clock(hip->freq_tsc*1000) |
| PlasmaAnimator<25, 80>* Cycleburner::pa = new PlasmaAnimator<25, 80> |
| QuoteAnimator<25, 80>* Cycleburner::qa = new QuoteAnimator<25, 80>(pa) |
| KernelSemaphore Cycleburner::sem = KernelSemaphore(timer_service->get_notify_sm()) |
| timevalue Cycleburner::starttime = clock->time() |
| TimerProtocol* Cycleburner::timer_service = new TimerProtocol(alloc_cap(TimerProtocol::CAP_SERVER_PT + hip->cpu_count())) |
1.7.1