typedef struct {
BYTE group1_action; BYTE group1_counter_select; BYTE group2_action; BYTE group2_counter_select;
} DSCQMMMCC;
Name | Description |
---|---|
group1_action | Determines the action for counter group 1 (counters 1-5); select from counter action macros in above list |
group1_counter_select | Selects which counters will be acted on by the action in group1_action. All counters in the group are acted on in the same way at the same time. |
group2_action | Determines the action for counter group 2 (counters 6-10) |
group2_counter_select | Selects which counters will be acted on by the action in group2_action
All counters selected in each group receive the same action specified for that group. The parameters for group1_counter_select and group2_counter_select use the following format:
Group1_counter_select: Bit No. 7 6 5 4 3 2 1 0 Name 0 0 0 CTR5 CTR4 CTR3 CTR2 CTR1
Group2_counter_select: Bit No. 7 6 5 4 3 2 1 0 Name 0 0 0 CTR10 CTR9 CTR8 CTR7 CTR6 CTRn select counter n; 1 = selected, 0 = not selected |
This page was last modified 01:39, 30 Jan 2004.
Copyright (c) 2004 Diamond Systems. All Rights Reserved.