MSP430™CapTIvateSoftwareLibraryAPIGuide  1_83_00_05
Data Fields
tCycle Struct Reference

#include <CAPT_Type.h>

Collaboration diagram for tCycle:
Collaboration graph
[legend]

Data Fields

tElement ** pElements
 
uint8_t ui8NrOfElements
 

Detailed Description

typedef tCycle

The cycle structure contains the information regarding the elements which belong to that specific cycle. The total active elements in the cycle are stored, and a pointer to each of these elements.

Field Documentation

§ pElements

tElement** tCycle::pElements

Pointer to an array of element pointers that belong to this cycle. Elements should be ordered in the cycle in accordance with slider/wheel order, if applicable. One element pointer array must be created for each cycle.

§ ui8NrOfElements

uint8_t tCycle::ui8NrOfElements

Number of elements in this cycle. This must be equal to the size of the pointer array pointed to by pElements.


The documentation for this struct was generated from the following file:
© Copyright 1995-2020, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale