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

#include <clock.h>

Collaboration diagram for clockface:
Collaboration graph

Data Fields

clockhand ** hands
 
ushort numHands
 
clocktimetimehandle
 
shape ** shapeBuffer
 

Detailed Description

Definition at line 50 of file clock.h.

Field Documentation

clockhand** clockface::hands
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().


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