EE445M RTOS
Taken at the University of Texas Spring 2015
|
#include <clock.h>
Data Fields | |
ushort | radius |
point * | center |
uchar | type |
shape * | shapeBuffer |
ushort | angle |
point * | pointOnCircumference |
ushort clockhand::angle |
Definition at line 45 of file clock.h.
Referenced by CHCalculateAngle(), CHCreateClockHand(), and CHToShape().
point* clockhand::center |
Definition at line 37 of file clock.h.
Referenced by CHCreateClockHand(), CHDestroyClockHand(), CHDuplicateClockHand(), and CHToShape().
point* clockhand::pointOnCircumference |
Definition at line 46 of file clock.h.
Referenced by CHCreateClockHand(), CHDestroyClockHand(), CHDuplicateClockHand(), and CHToShape().
ushort clockhand::radius |
Definition at line 35 of file clock.h.
Referenced by CHCreateClockHand(), CHDuplicateClockHand(), and CHToShape().
shape* clockhand::shapeBuffer |
Definition at line 43 of file clock.h.
Referenced by CHDestroyClockHandShape(), CHDuplicateClockHand(), and CHToShape().
uchar clockhand::type |
Definition at line 39 of file clock.h.
Referenced by CHCalculateAngle(), CHCreateClockHand(), and CHDuplicateClockHand().