Dynamixel  2.9.5
RoadNarrows Robotics Dynamixel Package
BotSense.Dynamixel.bsDynaMsgs.BsDynaNetMsgs Class Reference
Inheritance diagram for BotSense.Dynamixel.bsDynaMsgs.BsDynaNetMsgs:

Public Member Functions

def __init__ (self, kwargs)
 

Detailed Description

BsDyna NetMsgs Class. 

Definition at line 308 of file bsDynaMsgs.py.

Constructor & Destructor Documentation

def BotSense.Dynamixel.bsDynaMsgs.BsDynaNetMsgs.__init__ (   self,
  kwargs 
)
BsDyna NetMsgs initialization. 

Definition at line 312 of file bsDynaMsgs.py.

312  def __init__(self, **kwargs):
313  """ BsDyna NetMsgs initialization. """
314  kwargs['msgsetname'] = 'BsDynaMsgSet'
315  NetMsgsITV.__init__(self, BsDynaSetMsgDef, **kwargs)

The documentation for this class was generated from the following file: