summaryrefslogtreecommitdiffstats
path: root/src/knutnet.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:31:19 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:31:19 -0600
commite29455aea4fc1fda591862200c6321a3722e134c (patch)
treedbb3bc7ee43510962fcfa3d69b5743d8daf8c3b6 /src/knutnet.h
parent841ad360f807ab3ab1596308d120ef7918207e13 (diff)
downloadknutclient-e29455aea4fc1fda591862200c6321a3722e134c.tar.gz
knutclient-e29455aea4fc1fda591862200c6321a3722e134c.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/knutnet.h')
-rwxr-xr-xsrc/knutnet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/knutnet.h b/src/knutnet.h
index f15ce4e..56e13ab 100755
--- a/src/knutnet.h
+++ b/src/knutnet.h
@@ -145,7 +145,7 @@ public:
// this not error
NoListVars}; //upsd doesn't return list of variables, variable for STATUS has got value WAIT
- enum typeOftqStatus {
+ enum typeOfStatus {
NS = 0, // - NONE status of UPS wasn't read
OFF = 1, // - UPS is off (not supplying power)
OL = 2, // - UPS is online (supplying power from the line/mains)
@@ -481,7 +481,7 @@ bool switchedToTCP ( void );
*
* @since 0.5
**/
-int readtqStatus(void);
+int readStatus(void);
/**