/* QMM special counter actions */ #define QMM_SPECIAL_CLEAR_TOGGLE_OUTPUT 0 #define QMM_SPECIAL_SET_TOGGLE_OUTPUT 1 #define QMM_SPECIAL_STEP_COUNTER 2 #define QMM_SPECIAL_PROGRAM_ALARM 3
typedef struct {
    BYTE counter;
    BYTE action;
    WORD alarm_value;
} DSCQMMSCF;
| Name | Description | 
|---|---|
| counter | Counter no., 1-10 | 
| action | Special action for this counter; select from special counter action macros in above list | 
| alarm_value | Alarm value, range 0-65535 Valid only if alarm is enabled (action = QMM_SPECIAL_PROGRAM_ALARM) and counter no. is 1, 2, 6, or 7. | 
 
 This page was last modified 01:42, 30 Jan 2004.
Copyright (c) 2004 Diamond Systems.  All Rights Reserved.