EE445M RTOS
Taken at the University of Texas Spring 2015
clockhand Struct Reference

#include <clock.h>

Collaboration diagram for clockhand:
Collaboration graph

Data Fields

ushort radius
 
pointcenter
 
uchar type
 
shapeshapeBuffer
 
ushort angle
 
pointpointOnCircumference
 

Detailed Description

Definition at line 31 of file clock.h.

Field Documentation

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().


The documentation for this struct was generated from the following file: