Laelaps  2.3.5
RoadNarrows Robotics Small Outdoor Mobile Robot Project
WatchDogMsgs.py
Go to the documentation of this file.
1 # This file was automatically generated by SWIG (http://www.swig.org).
2 # Version 3.0.8
3 #
4 # Do not make changes to this file unless you know what you are doing--modify
5 # the SWIG interface file instead.
6 
7 
8 
9 
10 
11 from sys import version_info
12 if version_info >= (2, 6, 0):
13  def swig_import_helper():
14  from os.path import dirname
15  import imp
16  fp = None
17  try:
18  fp, pathname, description = imp.find_module('_WatchDogMsgs', [dirname(__file__)])
19  except ImportError:
20  import _WatchDogMsgs
21  return _WatchDogMsgs
22  if fp is not None:
23  try:
24  _mod = imp.load_module('_WatchDogMsgs', fp, pathname, description)
25  finally:
26  fp.close()
27  return _mod
28  _WatchDogMsgs = swig_import_helper()
29  del swig_import_helper
30 else:
31  import _WatchDogMsgs
32 del version_info
33 try:
34  _swig_property = property
35 except NameError:
36  pass # Python < 2.2 doesn't have 'property'.
37 
38 
39 def _swig_setattr_nondynamic(self, class_type, name, value, static=1):
40  if (name == "thisown"):
41  return self.this.own(value)
42  if (name == "this"):
43  if type(value).__name__ == 'SwigPyObject':
44  self.__dict__[name] = value
45  return
46  method = class_type.__swig_setmethods__.get(name, None)
47  if method:
48  return method(self, value)
49  if (not static):
50  if _newclass:
51  object.__setattr__(self, name, value)
52  else:
53  self.__dict__[name] = value
54  else:
55  raise AttributeError("You cannot add attributes to %s" % self)
56 
57 
58 def _swig_setattr(self, class_type, name, value):
59  return _swig_setattr_nondynamic(self, class_type, name, value, 0)
60 
61 
62 def _swig_getattr_nondynamic(self, class_type, name, static=1):
63  if (name == "thisown"):
64  return self.this.own()
65  method = class_type.__swig_getmethods__.get(name, None)
66  if method:
67  return method(self)
68  if (not static):
69  return object.__getattr__(self, name)
70  else:
71  raise AttributeError(name)
72 
73 def _swig_getattr(self, class_type, name):
74  return _swig_getattr_nondynamic(self, class_type, name, 0)
75 
76 
77 def _swig_repr(self):
78  try:
79  strthis = "proxy of " + self.this.__repr__()
80  except Exception:
81  strthis = ""
82  return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
83 
84 try:
85  _object = object
86  _newclass = 1
87 except AttributeError:
88  class _object:
89  pass
90  _newclass = 0
91 
92 
93 
94 _WatchDogMsgs.LAE_WD_VERSION_swigconstant(_WatchDogMsgs)
95 LAE_WD_VERSION = _WatchDogMsgs.LAE_WD_VERSION
96 
97 _WatchDogMsgs.LaeWdArgFail_swigconstant(_WatchDogMsgs)
98 LaeWdArgFail = _WatchDogMsgs.LaeWdArgFail
99 
100 _WatchDogMsgs.LaeWdArgPass_swigconstant(_WatchDogMsgs)
101 LaeWdArgPass = _WatchDogMsgs.LaeWdArgPass
102 
103 _WatchDogMsgs.LaeWdTimeoutDft_swigconstant(_WatchDogMsgs)
104 LaeWdTimeoutDft = _WatchDogMsgs.LaeWdTimeoutDft
105 
106 _WatchDogMsgs.LaeWdTimeoutMin_swigconstant(_WatchDogMsgs)
107 LaeWdTimeoutMin = _WatchDogMsgs.LaeWdTimeoutMin
108 
109 _WatchDogMsgs.LaeWdTimeoutMax_swigconstant(_WatchDogMsgs)
110 LaeWdTimeoutMax = _WatchDogMsgs.LaeWdTimeoutMax
111 
112 _WatchDogMsgs.LaeWdArgBattSoCMin_swigconstant(_WatchDogMsgs)
113 LaeWdArgBattSoCMin = _WatchDogMsgs.LaeWdArgBattSoCMin
114 
115 _WatchDogMsgs.LaeWdArgBattSoCMax_swigconstant(_WatchDogMsgs)
116 LaeWdArgBattSoCMax = _WatchDogMsgs.LaeWdArgBattSoCMax
117 
118 _WatchDogMsgs.LaeWdArgAlarmNone_swigconstant(_WatchDogMsgs)
119 LaeWdArgAlarmNone = _WatchDogMsgs.LaeWdArgAlarmNone
120 
121 _WatchDogMsgs.LaeWdArgAlarmGen_swigconstant(_WatchDogMsgs)
122 LaeWdArgAlarmGen = _WatchDogMsgs.LaeWdArgAlarmGen
123 
124 _WatchDogMsgs.LaeWdArgAlarmBatt_swigconstant(_WatchDogMsgs)
125 LaeWdArgAlarmBatt = _WatchDogMsgs.LaeWdArgAlarmBatt
126 
127 _WatchDogMsgs.LaeWdArgAlarmTemp_swigconstant(_WatchDogMsgs)
128 LaeWdArgAlarmTemp = _WatchDogMsgs.LaeWdArgAlarmTemp
129 
130 _WatchDogMsgs.LaeWdArgAlarmEStop_swigconstant(_WatchDogMsgs)
131 LaeWdArgAlarmEStop = _WatchDogMsgs.LaeWdArgAlarmEStop
132 
133 _WatchDogMsgs.LaeWdArgAlarmBattCrit_swigconstant(_WatchDogMsgs)
134 LaeWdArgAlarmBattCrit = _WatchDogMsgs.LaeWdArgAlarmBattCrit
135 
136 _WatchDogMsgs.LaeWdArgAlarmCrit_swigconstant(_WatchDogMsgs)
137 LaeWdArgAlarmCrit = _WatchDogMsgs.LaeWdArgAlarmCrit
138 
139 _WatchDogMsgs.LaeWdArgAlarmTypeMask_swigconstant(_WatchDogMsgs)
140 LaeWdArgAlarmTypeMask = _WatchDogMsgs.LaeWdArgAlarmTypeMask
141 
142 _WatchDogMsgs.LaeWdArgAlarmMask_swigconstant(_WatchDogMsgs)
143 LaeWdArgAlarmMask = _WatchDogMsgs.LaeWdArgAlarmMask
144 
145 _WatchDogMsgs.LaeWdArgRgbLedMin_swigconstant(_WatchDogMsgs)
146 LaeWdArgRgbLedMin = _WatchDogMsgs.LaeWdArgRgbLedMin
147 
148 _WatchDogMsgs.LaeWdArgRgbLedMax_swigconstant(_WatchDogMsgs)
149 LaeWdArgRgbLedMax = _WatchDogMsgs.LaeWdArgRgbLedMax
150 
151 _WatchDogMsgs.LaeWdArgDPinNumMin_swigconstant(_WatchDogMsgs)
152 LaeWdArgDPinNumMin = _WatchDogMsgs.LaeWdArgDPinNumMin
153 
154 _WatchDogMsgs.LaeWdArgDPinNumWMin_swigconstant(_WatchDogMsgs)
155 LaeWdArgDPinNumWMin = _WatchDogMsgs.LaeWdArgDPinNumWMin
156 
157 _WatchDogMsgs.LaeWdArgDPinNumWMax_swigconstant(_WatchDogMsgs)
158 LaeWdArgDPinNumWMax = _WatchDogMsgs.LaeWdArgDPinNumWMax
159 
160 _WatchDogMsgs.LaeWdArgDPinNumMax_swigconstant(_WatchDogMsgs)
161 LaeWdArgDPinNumMax = _WatchDogMsgs.LaeWdArgDPinNumMax
162 
163 _WatchDogMsgs.LaeWdArgDPinDirIn_swigconstant(_WatchDogMsgs)
164 LaeWdArgDPinDirIn = _WatchDogMsgs.LaeWdArgDPinDirIn
165 
166 _WatchDogMsgs.LaeWdArgDPinDirOut_swigconstant(_WatchDogMsgs)
167 LaeWdArgDPinDirOut = _WatchDogMsgs.LaeWdArgDPinDirOut
168 
169 _WatchDogMsgs.LaeWdArgDPinValLow_swigconstant(_WatchDogMsgs)
170 LaeWdArgDPinValLow = _WatchDogMsgs.LaeWdArgDPinValLow
171 
172 _WatchDogMsgs.LaeWdArgDPinValHigh_swigconstant(_WatchDogMsgs)
173 LaeWdArgDPinValHigh = _WatchDogMsgs.LaeWdArgDPinValHigh
174 
175 _WatchDogMsgs.LaeWdArgAInPinNumMin_swigconstant(_WatchDogMsgs)
176 LaeWdArgAInPinNumMin = _WatchDogMsgs.LaeWdArgAInPinNumMin
177 
178 _WatchDogMsgs.LaeWdArgAInPinNumMax_swigconstant(_WatchDogMsgs)
179 LaeWdArgAInPinNumMax = _WatchDogMsgs.LaeWdArgAInPinNumMax
180 
181 _WatchDogMsgs.LaeWdArgAInPinValMin_swigconstant(_WatchDogMsgs)
182 LaeWdArgAInPinValMin = _WatchDogMsgs.LaeWdArgAInPinValMin
183 
184 _WatchDogMsgs.LaeWdArgAInPinValMax_swigconstant(_WatchDogMsgs)
185 LaeWdArgAInPinValMax = _WatchDogMsgs.LaeWdArgAInPinValMax
186 
187 _WatchDogMsgs.LaeWdArgAOutPinNumMin_swigconstant(_WatchDogMsgs)
188 LaeWdArgAOutPinNumMin = _WatchDogMsgs.LaeWdArgAOutPinNumMin
189 
190 _WatchDogMsgs.LaeWdArgAOutPinNumMax_swigconstant(_WatchDogMsgs)
191 LaeWdArgAOutPinNumMax = _WatchDogMsgs.LaeWdArgAOutPinNumMax
192 
193 _WatchDogMsgs.LaeWdArgAOutPinValMin_swigconstant(_WatchDogMsgs)
194 LaeWdArgAOutPinValMin = _WatchDogMsgs.LaeWdArgAOutPinValMin
195 
196 _WatchDogMsgs.LaeWdArgAOutPinValMax_swigconstant(_WatchDogMsgs)
197 LaeWdArgAOutPinValMax = _WatchDogMsgs.LaeWdArgAOutPinValMax
198 
199 _WatchDogMsgs.LaeI2CAddrArduino_swigconstant(_WatchDogMsgs)
200 LaeI2CAddrArduino = _WatchDogMsgs.LaeI2CAddrArduino
201 
202 _WatchDogMsgs.LaeI2CAddrWd_swigconstant(_WatchDogMsgs)
203 LaeI2CAddrWd = _WatchDogMsgs.LaeI2CAddrWd
204 
205 _WatchDogMsgs.LaeWdMaxCmdLen_swigconstant(_WatchDogMsgs)
206 LaeWdMaxCmdLen = _WatchDogMsgs.LaeWdMaxCmdLen
207 
208 _WatchDogMsgs.LaeWdMaxRspLen_swigconstant(_WatchDogMsgs)
209 LaeWdMaxRspLen = _WatchDogMsgs.LaeWdMaxRspLen
210 
211 _WatchDogMsgs.LaeWdCmdIdPetDog_swigconstant(_WatchDogMsgs)
212 LaeWdCmdIdPetDog = _WatchDogMsgs.LaeWdCmdIdPetDog
213 
214 _WatchDogMsgs.LaeWdCmdLenPetDog_swigconstant(_WatchDogMsgs)
215 LaeWdCmdLenPetDog = _WatchDogMsgs.LaeWdCmdLenPetDog
216 
217 _WatchDogMsgs.LaeWdRspLenPetDog_swigconstant(_WatchDogMsgs)
218 LaeWdRspLenPetDog = _WatchDogMsgs.LaeWdRspLenPetDog
219 
220 _WatchDogMsgs.LaeWdRspLenPetDog_2_swigconstant(_WatchDogMsgs)
221 LaeWdRspLenPetDog_2 = _WatchDogMsgs.LaeWdRspLenPetDog_2
222 
223 _WatchDogMsgs.LaeWdCmdIdGetVersion_swigconstant(_WatchDogMsgs)
224 LaeWdCmdIdGetVersion = _WatchDogMsgs.LaeWdCmdIdGetVersion
225 
226 _WatchDogMsgs.LaeWdCmdLenGetVersion_swigconstant(_WatchDogMsgs)
227 LaeWdCmdLenGetVersion = _WatchDogMsgs.LaeWdCmdLenGetVersion
228 
229 _WatchDogMsgs.LaeWdRspLenGetVersion_swigconstant(_WatchDogMsgs)
230 LaeWdRspLenGetVersion = _WatchDogMsgs.LaeWdRspLenGetVersion
231 
232 _WatchDogMsgs.LaeWdCmdIdSetBattCharge_swigconstant(_WatchDogMsgs)
233 LaeWdCmdIdSetBattCharge = _WatchDogMsgs.LaeWdCmdIdSetBattCharge
234 
235 _WatchDogMsgs.LaeWdCmdLenSetBattCharge_swigconstant(_WatchDogMsgs)
236 LaeWdCmdLenSetBattCharge = _WatchDogMsgs.LaeWdCmdLenSetBattCharge
237 
238 _WatchDogMsgs.LaeWdRspLenSetBattCharge_swigconstant(_WatchDogMsgs)
239 LaeWdRspLenSetBattCharge = _WatchDogMsgs.LaeWdRspLenSetBattCharge
240 
241 _WatchDogMsgs.LaeWdCmdIdSetAlarms_swigconstant(_WatchDogMsgs)
242 LaeWdCmdIdSetAlarms = _WatchDogMsgs.LaeWdCmdIdSetAlarms
243 
244 _WatchDogMsgs.LaeWdCmdLenSetAlarms_swigconstant(_WatchDogMsgs)
245 LaeWdCmdLenSetAlarms = _WatchDogMsgs.LaeWdCmdLenSetAlarms
246 
247 _WatchDogMsgs.LaeWdRspLenSetAlarms_swigconstant(_WatchDogMsgs)
248 LaeWdRspLenSetAlarms = _WatchDogMsgs.LaeWdRspLenSetAlarms
249 
250 _WatchDogMsgs.LaeWdCmdIdSetRgbLed_swigconstant(_WatchDogMsgs)
251 LaeWdCmdIdSetRgbLed = _WatchDogMsgs.LaeWdCmdIdSetRgbLed
252 
253 _WatchDogMsgs.LaeWdCmdLenSetRgbLed_swigconstant(_WatchDogMsgs)
254 LaeWdCmdLenSetRgbLed = _WatchDogMsgs.LaeWdCmdLenSetRgbLed
255 
256 _WatchDogMsgs.LaeWdRspLenSetRgbLed_swigconstant(_WatchDogMsgs)
257 LaeWdRspLenSetRgbLed = _WatchDogMsgs.LaeWdRspLenSetRgbLed
258 
259 _WatchDogMsgs.LaeWdCmdIdResetRgbLed_swigconstant(_WatchDogMsgs)
260 LaeWdCmdIdResetRgbLed = _WatchDogMsgs.LaeWdCmdIdResetRgbLed
261 
262 _WatchDogMsgs.LaeWdCmdLenResetRgbLed_swigconstant(_WatchDogMsgs)
263 LaeWdCmdLenResetRgbLed = _WatchDogMsgs.LaeWdCmdLenResetRgbLed
264 
265 _WatchDogMsgs.LaeWdRspLenResetRgbLed_swigconstant(_WatchDogMsgs)
266 LaeWdRspLenResetRgbLed = _WatchDogMsgs.LaeWdRspLenResetRgbLed
267 
268 _WatchDogMsgs.LaeWdCmdIdConfigDPin_swigconstant(_WatchDogMsgs)
269 LaeWdCmdIdConfigDPin = _WatchDogMsgs.LaeWdCmdIdConfigDPin
270 
271 _WatchDogMsgs.LaeWdCmdLenConfigDPin_swigconstant(_WatchDogMsgs)
272 LaeWdCmdLenConfigDPin = _WatchDogMsgs.LaeWdCmdLenConfigDPin
273 
274 _WatchDogMsgs.LaeWdRspLenConfigDPin_swigconstant(_WatchDogMsgs)
275 LaeWdRspLenConfigDPin = _WatchDogMsgs.LaeWdRspLenConfigDPin
276 
277 _WatchDogMsgs.LaeWdCmdIdReadDPin_swigconstant(_WatchDogMsgs)
278 LaeWdCmdIdReadDPin = _WatchDogMsgs.LaeWdCmdIdReadDPin
279 
280 _WatchDogMsgs.LaeWdCmdLenReadDPin_swigconstant(_WatchDogMsgs)
281 LaeWdCmdLenReadDPin = _WatchDogMsgs.LaeWdCmdLenReadDPin
282 
283 _WatchDogMsgs.LaeWdRspLenReadDPin_swigconstant(_WatchDogMsgs)
284 LaeWdRspLenReadDPin = _WatchDogMsgs.LaeWdRspLenReadDPin
285 
286 _WatchDogMsgs.LaeWdCmdIdWriteDPin_swigconstant(_WatchDogMsgs)
287 LaeWdCmdIdWriteDPin = _WatchDogMsgs.LaeWdCmdIdWriteDPin
288 
289 _WatchDogMsgs.LaeWdCmdLenWriteDPin_swigconstant(_WatchDogMsgs)
290 LaeWdCmdLenWriteDPin = _WatchDogMsgs.LaeWdCmdLenWriteDPin
291 
292 _WatchDogMsgs.LaeWdRspLenWriteDPin_swigconstant(_WatchDogMsgs)
293 LaeWdRspLenWriteDPin = _WatchDogMsgs.LaeWdRspLenWriteDPin
294 
295 _WatchDogMsgs.LaeWdCmdIdReadAPin_swigconstant(_WatchDogMsgs)
296 LaeWdCmdIdReadAPin = _WatchDogMsgs.LaeWdCmdIdReadAPin
297 
298 _WatchDogMsgs.LaeWdCmdLenReadAPin_swigconstant(_WatchDogMsgs)
299 LaeWdCmdLenReadAPin = _WatchDogMsgs.LaeWdCmdLenReadAPin
300 
301 _WatchDogMsgs.LaeWdRspLenReadAPin_swigconstant(_WatchDogMsgs)
302 LaeWdRspLenReadAPin = _WatchDogMsgs.LaeWdRspLenReadAPin
303 
304 _WatchDogMsgs.LaeWdCmdIdWriteAPin_swigconstant(_WatchDogMsgs)
305 LaeWdCmdIdWriteAPin = _WatchDogMsgs.LaeWdCmdIdWriteAPin
306 
307 _WatchDogMsgs.LaeWdCmdLenWriteAPin_swigconstant(_WatchDogMsgs)
308 LaeWdCmdLenWriteAPin = _WatchDogMsgs.LaeWdCmdLenWriteAPin
309 
310 _WatchDogMsgs.LaeWdRspLenWriteAPin_swigconstant(_WatchDogMsgs)
311 LaeWdRspLenWriteAPin = _WatchDogMsgs.LaeWdRspLenWriteAPin
312 
313 _WatchDogMsgs.LaeWdCmdIdEnableMotorCtlrs_swigconstant(_WatchDogMsgs)
314 LaeWdCmdIdEnableMotorCtlrs = _WatchDogMsgs.LaeWdCmdIdEnableMotorCtlrs
315 
316 _WatchDogMsgs.LaeWdCmdLenEnableMotorCtlrs_swigconstant(_WatchDogMsgs)
317 LaeWdCmdLenEnableMotorCtlrs = _WatchDogMsgs.LaeWdCmdLenEnableMotorCtlrs
318 
319 _WatchDogMsgs.LaeWdRspLenEnableMotorCtlrs_swigconstant(_WatchDogMsgs)
320 LaeWdRspLenEnableMotorCtlrs = _WatchDogMsgs.LaeWdRspLenEnableMotorCtlrs
321 
322 _WatchDogMsgs.LaeWdCmdIdEnableAuxPort_swigconstant(_WatchDogMsgs)
323 LaeWdCmdIdEnableAuxPort = _WatchDogMsgs.LaeWdCmdIdEnableAuxPort
324 
325 _WatchDogMsgs.LaeWdCmdLenEnableAuxPort_swigconstant(_WatchDogMsgs)
326 LaeWdCmdLenEnableAuxPort = _WatchDogMsgs.LaeWdCmdLenEnableAuxPort
327 
328 _WatchDogMsgs.LaeWdRspLenEnableAuxPort_swigconstant(_WatchDogMsgs)
329 LaeWdRspLenEnableAuxPort = _WatchDogMsgs.LaeWdRspLenEnableAuxPort
330 
331 _WatchDogMsgs.LaeWdArgAuxPortBatt_swigconstant(_WatchDogMsgs)
332 LaeWdArgAuxPortBatt = _WatchDogMsgs.LaeWdArgAuxPortBatt
333 
334 _WatchDogMsgs.LaeWdArgAuxPort5V_swigconstant(_WatchDogMsgs)
335 LaeWdArgAuxPort5V = _WatchDogMsgs.LaeWdArgAuxPort5V
336 
337 _WatchDogMsgs.LaeWdCmdIdReadEnables_swigconstant(_WatchDogMsgs)
338 LaeWdCmdIdReadEnables = _WatchDogMsgs.LaeWdCmdIdReadEnables
339 
340 _WatchDogMsgs.LaeWdCmdLenReadEnables_swigconstant(_WatchDogMsgs)
341 LaeWdCmdLenReadEnables = _WatchDogMsgs.LaeWdCmdLenReadEnables
342 
343 _WatchDogMsgs.LaeWdRspLenReadEnables_swigconstant(_WatchDogMsgs)
344 LaeWdRspLenReadEnables = _WatchDogMsgs.LaeWdRspLenReadEnables
345 
346 _WatchDogMsgs.LaeWdCmdIdReadVolts_swigconstant(_WatchDogMsgs)
347 LaeWdCmdIdReadVolts = _WatchDogMsgs.LaeWdCmdIdReadVolts
348 
349 _WatchDogMsgs.LaeWdCmdLenReadVolts_swigconstant(_WatchDogMsgs)
350 LaeWdCmdLenReadVolts = _WatchDogMsgs.LaeWdCmdLenReadVolts
351 
352 _WatchDogMsgs.LaeWdRspLenReadVolts_swigconstant(_WatchDogMsgs)
353 LaeWdRspLenReadVolts = _WatchDogMsgs.LaeWdRspLenReadVolts
354 
355 _WatchDogMsgs.LaeWdArgVMult_swigconstant(_WatchDogMsgs)
356 LaeWdArgVMult = _WatchDogMsgs.LaeWdArgVMult
357 
358 _WatchDogMsgs.LaeWdArgVScale_swigconstant(_WatchDogMsgs)
359 LaeWdArgVScale = _WatchDogMsgs.LaeWdArgVScale
360 
361 _WatchDogMsgs.LaeWdCmdIdTest_swigconstant(_WatchDogMsgs)
362 LaeWdCmdIdTest = _WatchDogMsgs.LaeWdCmdIdTest
363 
364 _WatchDogMsgs.LaeWdCmdLenTest_swigconstant(_WatchDogMsgs)
365 LaeWdCmdLenTest = _WatchDogMsgs.LaeWdCmdLenTest
366 
367 _WatchDogMsgs.LaeWdRspLenTest_swigconstant(_WatchDogMsgs)
368 LaeWdRspLenTest = _WatchDogMsgs.LaeWdRspLenTest
369 
370 _WatchDogMsgs.LaeWdCmdIdConfigFw_swigconstant(_WatchDogMsgs)
371 LaeWdCmdIdConfigFw = _WatchDogMsgs.LaeWdCmdIdConfigFw
372 
373 _WatchDogMsgs.LaeWdCmdLenConfigFw_swigconstant(_WatchDogMsgs)
374 LaeWdCmdLenConfigFw = _WatchDogMsgs.LaeWdCmdLenConfigFw
375 
376 _WatchDogMsgs.LaeWdRspLenConfigFw_swigconstant(_WatchDogMsgs)
377 LaeWdRspLenConfigFw = _WatchDogMsgs.LaeWdRspLenConfigFw
378 
379 _WatchDogMsgs.LaeWdSerMaxCmdLen_swigconstant(_WatchDogMsgs)
380 LaeWdSerMaxCmdLen = _WatchDogMsgs.LaeWdSerMaxCmdLen
381 
382 _WatchDogMsgs.LaeWdSerMaxCmdArgc_swigconstant(_WatchDogMsgs)
383 LaeWdSerMaxCmdArgc = _WatchDogMsgs.LaeWdSerMaxCmdArgc
384 
385 _WatchDogMsgs.LaeWdSerMaxCmdArgLen_swigconstant(_WatchDogMsgs)
386 LaeWdSerMaxCmdArgLen = _WatchDogMsgs.LaeWdSerMaxCmdArgLen
387 
388 _WatchDogMsgs.LaeWdSerMaxRspLen_swigconstant(_WatchDogMsgs)
389 LaeWdSerMaxRspLen = _WatchDogMsgs.LaeWdSerMaxRspLen
390 
391 _WatchDogMsgs.LaeWdSerMaxRspArgc_swigconstant(_WatchDogMsgs)
392 LaeWdSerMaxRspArgc = _WatchDogMsgs.LaeWdSerMaxRspArgc
393 
394 _WatchDogMsgs.LaeWdSerMaxRspArgLen_swigconstant(_WatchDogMsgs)
395 LaeWdSerMaxRspArgLen = _WatchDogMsgs.LaeWdSerMaxRspArgLen
396 
397 _WatchDogMsgs.LaeWdSerEoC_swigconstant(_WatchDogMsgs)
398 LaeWdSerEoC = _WatchDogMsgs.LaeWdSerEoC
399 
400 _WatchDogMsgs.LaeWdSerEoR_swigconstant(_WatchDogMsgs)
401 LaeWdSerEoR = _WatchDogMsgs.LaeWdSerEoR
402 
403 _WatchDogMsgs.LaeWdSerSep_swigconstant(_WatchDogMsgs)
404 LaeWdSerSep = _WatchDogMsgs.LaeWdSerSep
405 
406 _WatchDogMsgs.LaeWdSerArgOff_swigconstant(_WatchDogMsgs)
407 LaeWdSerArgOff = _WatchDogMsgs.LaeWdSerArgOff
408 
409 _WatchDogMsgs.LaeWdSerArgOn_swigconstant(_WatchDogMsgs)
410 LaeWdSerArgOn = _WatchDogMsgs.LaeWdSerArgOn
411 
412 _WatchDogMsgs.LaeWdSerArgGet_swigconstant(_WatchDogMsgs)
413 LaeWdSerArgGet = _WatchDogMsgs.LaeWdSerArgGet
414 
415 _WatchDogMsgs.LaeWdSerArgSet_swigconstant(_WatchDogMsgs)
416 LaeWdSerArgSet = _WatchDogMsgs.LaeWdSerArgSet
417 
418 _WatchDogMsgs.LaeWdSerArgReset_swigconstant(_WatchDogMsgs)
419 LaeWdSerArgReset = _WatchDogMsgs.LaeWdSerArgReset
420 
421 _WatchDogMsgs.LaeWdSerArgStet_swigconstant(_WatchDogMsgs)
422 LaeWdSerArgStet = _WatchDogMsgs.LaeWdSerArgStet
423 
424 _WatchDogMsgs.LaeWdSerArgErrRsp_swigconstant(_WatchDogMsgs)
425 LaeWdSerArgErrRsp = _WatchDogMsgs.LaeWdSerArgErrRsp
426 
427 _WatchDogMsgs.LaeWdSerOpGet_swigconstant(_WatchDogMsgs)
428 LaeWdSerOpGet = _WatchDogMsgs.LaeWdSerOpGet
429 
430 _WatchDogMsgs.LaeWdSerOpSet_swigconstant(_WatchDogMsgs)
431 LaeWdSerOpSet = _WatchDogMsgs.LaeWdSerOpSet
432 
433 _WatchDogMsgs.LaeWdSerOpReset_swigconstant(_WatchDogMsgs)
434 LaeWdSerOpReset = _WatchDogMsgs.LaeWdSerOpReset
435 
436 _WatchDogMsgs.LaeWdSerOpBad_swigconstant(_WatchDogMsgs)
437 LaeWdSerOpBad = _WatchDogMsgs.LaeWdSerOpBad
438 
439 _WatchDogMsgs.LaeWdSerCmdIdHelp_swigconstant(_WatchDogMsgs)
440 LaeWdSerCmdIdHelp = _WatchDogMsgs.LaeWdSerCmdIdHelp
441 
442 _WatchDogMsgs.LaeWdSerCmdIdGetVersion_swigconstant(_WatchDogMsgs)
443 LaeWdSerCmdIdGetVersion = _WatchDogMsgs.LaeWdSerCmdIdGetVersion
444 
445 _WatchDogMsgs.LaeWdSerCmdArgcGetVersion_swigconstant(_WatchDogMsgs)
446 LaeWdSerCmdArgcGetVersion = _WatchDogMsgs.LaeWdSerCmdArgcGetVersion
447 
448 _WatchDogMsgs.LaeWdSerRspArgcGetVersion_swigconstant(_WatchDogMsgs)
449 LaeWdSerRspArgcGetVersion = _WatchDogMsgs.LaeWdSerRspArgcGetVersion
450 
451 _WatchDogMsgs.LaeWdSerCmdIdPetTheDog_swigconstant(_WatchDogMsgs)
452 LaeWdSerCmdIdPetTheDog = _WatchDogMsgs.LaeWdSerCmdIdPetTheDog
453 
454 _WatchDogMsgs.LaeWdSerCmdArgcPetTheDog_swigconstant(_WatchDogMsgs)
455 LaeWdSerCmdArgcPetTheDog = _WatchDogMsgs.LaeWdSerCmdArgcPetTheDog
456 
457 _WatchDogMsgs.LaeWdSerRspArgcPetTheDog_swigconstant(_WatchDogMsgs)
458 LaeWdSerRspArgcPetTheDog = _WatchDogMsgs.LaeWdSerRspArgcPetTheDog
459 
460 _WatchDogMsgs.LaeWdSerCmdIdOpConfig_swigconstant(_WatchDogMsgs)
461 LaeWdSerCmdIdOpConfig = _WatchDogMsgs.LaeWdSerCmdIdOpConfig
462 
463 _WatchDogMsgs.LaeWdSerCmdArgcGetConfig_swigconstant(_WatchDogMsgs)
464 LaeWdSerCmdArgcGetConfig = _WatchDogMsgs.LaeWdSerCmdArgcGetConfig
465 
466 _WatchDogMsgs.LaeWdSerCmdArgcSetConfig_swigconstant(_WatchDogMsgs)
467 LaeWdSerCmdArgcSetConfig = _WatchDogMsgs.LaeWdSerCmdArgcSetConfig
468 
469 _WatchDogMsgs.LaeWdSerRspArgcOpConfig_swigconstant(_WatchDogMsgs)
470 LaeWdSerRspArgcOpConfig = _WatchDogMsgs.LaeWdSerRspArgcOpConfig
471 
472 _WatchDogMsgs.LaeWdSerCmdIdOpBattSoC_swigconstant(_WatchDogMsgs)
473 LaeWdSerCmdIdOpBattSoC = _WatchDogMsgs.LaeWdSerCmdIdOpBattSoC
474 
475 _WatchDogMsgs.LaeWdSerCmdArgcGetBattSoC_swigconstant(_WatchDogMsgs)
476 LaeWdSerCmdArgcGetBattSoC = _WatchDogMsgs.LaeWdSerCmdArgcGetBattSoC
477 
478 _WatchDogMsgs.LaeWdSerCmdArgcSetBattSoC_swigconstant(_WatchDogMsgs)
479 LaeWdSerCmdArgcSetBattSoC = _WatchDogMsgs.LaeWdSerCmdArgcSetBattSoC
480 
481 _WatchDogMsgs.LaeWdSerRspArgcOpBattSoC_swigconstant(_WatchDogMsgs)
482 LaeWdSerRspArgcOpBattSoC = _WatchDogMsgs.LaeWdSerRspArgcOpBattSoC
483 
484 _WatchDogMsgs.LaeWdSerCmdIdOpAlarms_swigconstant(_WatchDogMsgs)
485 LaeWdSerCmdIdOpAlarms = _WatchDogMsgs.LaeWdSerCmdIdOpAlarms
486 
487 _WatchDogMsgs.LaeWdSerCmdArgcGetAlarms_swigconstant(_WatchDogMsgs)
488 LaeWdSerCmdArgcGetAlarms = _WatchDogMsgs.LaeWdSerCmdArgcGetAlarms
489 
490 _WatchDogMsgs.LaeWdSerCmdArgcSetAlarms_swigconstant(_WatchDogMsgs)
491 LaeWdSerCmdArgcSetAlarms = _WatchDogMsgs.LaeWdSerCmdArgcSetAlarms
492 
493 _WatchDogMsgs.LaeWdSerRspArgcOpAlarms_swigconstant(_WatchDogMsgs)
494 LaeWdSerRspArgcOpAlarms = _WatchDogMsgs.LaeWdSerRspArgcOpAlarms
495 
496 _WatchDogMsgs.LaeWdSerCmdIdOpLed_swigconstant(_WatchDogMsgs)
497 LaeWdSerCmdIdOpLed = _WatchDogMsgs.LaeWdSerCmdIdOpLed
498 
499 _WatchDogMsgs.LaeWdSerCmdArgcGetLed_swigconstant(_WatchDogMsgs)
500 LaeWdSerCmdArgcGetLed = _WatchDogMsgs.LaeWdSerCmdArgcGetLed
501 
502 _WatchDogMsgs.LaeWdSerCmdArgcSetLed_swigconstant(_WatchDogMsgs)
503 LaeWdSerCmdArgcSetLed = _WatchDogMsgs.LaeWdSerCmdArgcSetLed
504 
505 _WatchDogMsgs.LaeWdSerCmdArgcResetLed_swigconstant(_WatchDogMsgs)
506 LaeWdSerCmdArgcResetLed = _WatchDogMsgs.LaeWdSerCmdArgcResetLed
507 
508 _WatchDogMsgs.LaeWdSerRspArgcOpLed_swigconstant(_WatchDogMsgs)
509 LaeWdSerRspArgcOpLed = _WatchDogMsgs.LaeWdSerRspArgcOpLed
510 
511 _WatchDogMsgs.LaeWdSerCmdIdOpEnMotorCtlrs_swigconstant(_WatchDogMsgs)
512 LaeWdSerCmdIdOpEnMotorCtlrs = _WatchDogMsgs.LaeWdSerCmdIdOpEnMotorCtlrs
513 
514 _WatchDogMsgs.LaeWdSerCmdArgcGetEnMotorCtlrs_swigconstant(_WatchDogMsgs)
515 LaeWdSerCmdArgcGetEnMotorCtlrs = _WatchDogMsgs.LaeWdSerCmdArgcGetEnMotorCtlrs
516 
517 _WatchDogMsgs.LaeWdSerCmdArgcSetEnMotorCtlrs_swigconstant(_WatchDogMsgs)
518 LaeWdSerCmdArgcSetEnMotorCtlrs = _WatchDogMsgs.LaeWdSerCmdArgcSetEnMotorCtlrs
519 
520 _WatchDogMsgs.LaeWdSerRspArgcOpEnMotorCtlrs_swigconstant(_WatchDogMsgs)
521 LaeWdSerRspArgcOpEnMotorCtlrs = _WatchDogMsgs.LaeWdSerRspArgcOpEnMotorCtlrs
522 
523 _WatchDogMsgs.LaeWdSerCmdIdOpEnAuxPorts_swigconstant(_WatchDogMsgs)
524 LaeWdSerCmdIdOpEnAuxPorts = _WatchDogMsgs.LaeWdSerCmdIdOpEnAuxPorts
525 
526 _WatchDogMsgs.LaeWdSerCmdArgcGetEnAuxPorts_swigconstant(_WatchDogMsgs)
527 LaeWdSerCmdArgcGetEnAuxPorts = _WatchDogMsgs.LaeWdSerCmdArgcGetEnAuxPorts
528 
529 _WatchDogMsgs.LaeWdSerCmdArgcSetEnAuxPorts_swigconstant(_WatchDogMsgs)
530 LaeWdSerCmdArgcSetEnAuxPorts = _WatchDogMsgs.LaeWdSerCmdArgcSetEnAuxPorts
531 
532 _WatchDogMsgs.LaeWdSerRspArgcOpEnAuxPorts_swigconstant(_WatchDogMsgs)
533 LaeWdSerRspArgcOpEnAuxPorts = _WatchDogMsgs.LaeWdSerRspArgcOpEnAuxPorts
534 
535 _WatchDogMsgs.LaeWdSerCmdIdReadVolts_swigconstant(_WatchDogMsgs)
536 LaeWdSerCmdIdReadVolts = _WatchDogMsgs.LaeWdSerCmdIdReadVolts
537 
538 _WatchDogMsgs.LaeWdSerCmdArgcReadVolts_swigconstant(_WatchDogMsgs)
539 LaeWdSerCmdArgcReadVolts = _WatchDogMsgs.LaeWdSerCmdArgcReadVolts
540 
541 _WatchDogMsgs.LaeWdSerRspArgcReadVolts_swigconstant(_WatchDogMsgs)
542 LaeWdSerRspArgcReadVolts = _WatchDogMsgs.LaeWdSerRspArgcReadVolts
543 
544 
545 """
546 RoadNarrows Robotics Laelaps WatchDog Subprocessor Messages.
547 """
548 
549 ## \file
550 ## \package LaeLaeps.WatchDogMsgs
551 ##
552 ## \brief RoadNarrows Robotics Swigged WatchDog Messaging Python Module.
553 ##
554 ## \author Robin Knight (robin.knight@roadnarrows.com)
555 ##
556 ## \par Copyright:
557 ## (C) 2016. RoadNarrows LLC.\n
558 ## (http://www.roadnarrows.com)\n
559 ## All Rights Reserved
560 ##
561 
562 
563 # This file is compatible with both classic and new-style classes.
564 
565