summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMike <mjc@avtechpulse.com>2000-01-01 00:17:35 +0900
committerMike <mjc@avtechpulse.com>2000-01-01 00:17:35 +0900
commitbee40b77fc98991b4b6ef33b1e738915bc989ff0 (patch)
tree7ed45ce42ab76f6600042fe8bb815001f15af699 /globals.h
parent8dc1f4f10021a55398d6f47621395ce402cdee06 (diff)
rename "polarity" variables to "inverted" for clarity
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/globals.h b/globals.h
index 7a71ee7..bcb8fd4 100644
--- a/globals.h
+++ b/globals.h
@@ -353,7 +353,7 @@ typedef struct {
int double_pulse; /* 1=on, 0=off */
int pw_ctrl_mode; /* a/b mode */
int func_mode; /* dc or pulse */
- int polarity; /* noninverted or inverted */
+ int inverted; /* noninverted or inverted */
int output_state; /* on or off */
int gate_type; /* lo=sync, hi=async */
int trigger_source; /* int, ext, or manual */
@@ -432,7 +432,7 @@ typedef struct {
char ChanKey_double_pulse; /* 183 */
char ChanKey_unused; /* 184 */
char ChanKey_func_mode; /* 185 */
- char ChanKey_polarity; /* 186 */
+ char ChanKey_inverted; /* 186 */
char ChanKey_output_state; /* 187 */
char ChanKey_gate_type; /* 188 */
char ChanKey_trigger_source; /* 189 */