From bee40b77fc98991b4b6ef33b1e738915bc989ff0 Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 1 Jan 2000 00:17:35 +0900 Subject: rename "polarity" variables to "inverted" for clarity --- globals.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'globals.h') 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 */ -- cgit