THRESHOLD: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Threshold data structure. | Threshold data structure. | ||
=== Type === | === Type === | ||
[[USHORT]] usLength | |||
[[ | USHORT usLevel1 | ||
USHORT usLev1Mult | |||
USHORT usLevel2 | |||
USHORT usLev2Mult | |||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
typedef struct | typedef struct | ||
=== Fields === | === Fields === | ||
;usLength:Length. | |||
;usLevel1:First movement level. | |||
;usLev1Mult:First-level multiplier. | |||
;usLevel2:Second movement level. | |||
;usLev2Mult:Second-level multiplier. | |||
[[Category:Data type]] | |||
[[Category: |
Revision as of 13:01, 17 November 2016
Threshold data structure.
Type
USHORT usLength USHORT usLevel1 USHORT usLev1Mult USHORT usLevel2 USHORT usLev2Mult
C Declaration Method
typedef struct
Fields
- usLength
- Length.
- usLevel1
- First movement level.
- usLev1Mult
- First-level multiplier.
- usLevel2
- Second movement level.
- usLev2Mult
- Second-level multiplier.