| EE445M RTOS
    Taken at the University of Texas Spring 2015 | 
#include <clock.h>

| Data Fields | |
| clockhand ** | hands | 
| ushort | numHands | 
| clocktime * | timehandle | 
| shape ** | shapeBuffer | 
| clockhand** clockface::hands | 
Definition at line 54 of file clock.h.
Referenced by CFCreateClockFace(), CFDestroyClockFace(), CFDestroyShapes(), CFToShapes(), and CFUpdateTime().
| ushort clockface::numHands | 
Definition at line 55 of file clock.h.
Referenced by CFCreateClockFace(), CFDestroyShapes(), CFToShapes(), and CFUpdateTime().
| shape** clockface::shapeBuffer | 
Definition at line 65 of file clock.h.
Referenced by CFDestroyShapes(), and CFToShapes().
| clocktime* clockface::timehandle | 
Definition at line 61 of file clock.h.
Referenced by CFCreateClockFace(), and CFUpdateTime().