|
#define | SWIGPYTHON |
|
#define | SWIG_PYTHON_DIRECTOR_NO_VTABLE |
|
#define | SWIGTEMPLATEDISAMBIGUATOR |
|
#define | SWIGINLINE |
|
#define | SWIGUNUSED |
|
#define | SWIGUNUSEDPARM(p) p SWIGUNUSED |
|
#define | SWIGINTERN static SWIGUNUSED |
|
#define | SWIGINTERNINLINE SWIGINTERN SWIGINLINE |
|
#define | SWIGEXPORT |
|
#define | SWIGSTDCALL |
|
#define | SWIG_RUNTIME_VERSION "4" |
|
#define | SWIG_TYPE_TABLE_NAME |
|
#define | SWIGRUNTIME SWIGINTERN |
|
#define | SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE |
|
#define | SWIG_BUFFER_SIZE 1024 |
|
#define | SWIG_POINTER_DISOWN 0x1 |
|
#define | SWIG_CAST_NEW_MEMORY 0x2 |
|
#define | SWIG_POINTER_OWN 0x1 |
|
#define | SWIG_OK (0) |
|
#define | SWIG_ERROR (-1) |
|
#define | SWIG_IsOK(r) (r >= 0) |
|
#define | SWIG_ArgError(r) ((r != SWIG_ERROR) ? r : SWIG_TypeError) |
|
#define | SWIG_CASTRANKLIMIT (1 << 8) |
|
#define | SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1) |
|
#define | SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1) |
|
#define | SWIG_BADOBJ (SWIG_ERROR) |
|
#define | SWIG_OLDOBJ (SWIG_OK) |
|
#define | SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK) |
|
#define | SWIG_TMPOBJ (SWIG_OK | SWIG_TMPOBJMASK) |
|
#define | SWIG_AddNewMask(r) (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r) |
|
#define | SWIG_DelNewMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r) |
|
#define | SWIG_IsNewObj(r) (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK)) |
|
#define | SWIG_AddTmpMask(r) (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r) |
|
#define | SWIG_DelTmpMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r) |
|
#define | SWIG_IsTmpObj(r) (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK)) |
|
#define | SWIG_AddCast(r) (r) |
|
#define | SWIG_CheckState(r) (SWIG_IsOK(r) ? 1 : 0) |
|
#define | SWIG_UnknownError -1 |
|
#define | SWIG_IOError -2 |
|
#define | SWIG_RuntimeError -3 |
|
#define | SWIG_IndexError -4 |
|
#define | SWIG_TypeError -5 |
|
#define | SWIG_DivisionByZero -6 |
|
#define | SWIG_OverflowError -7 |
|
#define | SWIG_SyntaxError -8 |
|
#define | SWIG_ValueError -9 |
|
#define | SWIG_SystemError -10 |
|
#define | SWIG_AttributeError -11 |
|
#define | SWIG_MemoryError -12 |
|
#define | SWIG_NullReferenceError -13 |
|
#define | Py_TYPE(op) ((op)->ob_type) |
|
#define | SWIG_Python_str_FromFormat PyString_FromFormat |
|
#define | SWIG_Python_str_DelForPy3(x) |
|
#define | PyOS_snprintf snprintf |
|
#define | SWIG_PYBUFFER_SIZE 1024 |
|
#define | PyObject_Del(op) PyMem_DEL((op)) |
|
#define | PyObject_DEL PyObject_Del |
|
#define | PyExc_StopIteration PyExc_RuntimeError |
|
#define | PyObject_GenericGetAttr 0 |
|
#define | Py_NotImplemented PyExc_RuntimeError |
|
#define | PyString_AsStringAndSize(obj, s, len) {*s = PyString_AsString(obj); *len = *s ? strlen(*s) : 0;} |
|
#define | PySequence_Size PySequence_Length |
|
#define | PY_SSIZE_T_MAX INT_MAX |
|
#define | PY_SSIZE_T_MIN INT_MIN |
|
#define | PyInt_FromSize_t(x) PyInt_FromLong((long)x) |
|
#define | Py_VISIT(op) |
|
#define | PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type) |
|
#define | PyDescr_NAME(x) (((PyDescrObject *)(x))->d_name) |
|
#define | SWIG_PYTHON_INITIALIZE_THREADS |
|
#define | SWIG_PYTHON_THREAD_BEGIN_BLOCK |
|
#define | SWIG_PYTHON_THREAD_END_BLOCK |
|
#define | SWIG_PYTHON_THREAD_BEGIN_ALLOW |
|
#define | SWIG_PYTHON_THREAD_END_ALLOW |
|
#define | SWIG_PY_POINTER 4 |
|
#define | SWIG_PY_BINARY 5 |
|
#define | SWIG_Python_ConvertPtr(obj, pptr, type, flags) SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0) |
|
#define | SWIG_ConvertPtr(obj, pptr, type, flags) SWIG_Python_ConvertPtr(obj, pptr, type, flags) |
|
#define | SWIG_ConvertPtrAndOwn(obj, pptr, type, flags, own) SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, own) |
|
#define | SWIG_NewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) |
|
#define | SWIG_InternalNewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) |
|
#define | SWIG_CheckImplicit(ty) SWIG_Python_CheckImplicit(ty) |
|
#define | SWIG_AcquirePtr(ptr, src) SWIG_Python_AcquirePtr(ptr, src) |
|
#define | swig_owntype int |
|
#define | SWIG_ConvertPacked(obj, ptr, sz, ty) SWIG_Python_ConvertPacked(obj, ptr, sz, ty) |
|
#define | SWIG_NewPackedObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type) |
|
#define | SWIG_ConvertInstance(obj, pptr, type, flags) SWIG_ConvertPtr(obj, pptr, type, flags) |
|
#define | SWIG_NewInstanceObj(ptr, type, flags) SWIG_NewPointerObj(ptr, type, flags) |
|
#define | SWIG_ConvertFunctionPtr(obj, pptr, type) SWIG_Python_ConvertFunctionPtr(obj, pptr, type) |
|
#define | SWIG_NewFunctionPtrObj(ptr, type) SWIG_Python_NewPointerObj(NULL, ptr, type, 0) |
|
#define | SWIG_ConvertMember(obj, ptr, sz, ty) SWIG_Python_ConvertPacked(obj, ptr, sz, ty) |
|
#define | SWIG_NewMemberObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type) |
|
#define | SWIG_GetModule(clientdata) SWIG_Python_GetModule(clientdata) |
|
#define | SWIG_SetModule(clientdata, pointer) SWIG_Python_SetModule(pointer) |
|
#define | SWIG_NewClientData(obj) SwigPyClientData_New(obj) |
|
#define | SWIG_SetErrorObj SWIG_Python_SetErrorObj |
|
#define | SWIG_SetErrorMsg SWIG_Python_SetErrorMsg |
|
#define | SWIG_ErrorType(code) SWIG_Python_ErrorType(code) |
|
#define | SWIG_Error(code, msg) SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg) |
|
#define | SWIG_fail goto fail |
|
#define | SWIG_Python_Raise(obj, type, desc) SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj) |
|
#define | SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunction(functor, "O", obj); |
|
#define | SWIG_STATIC_POINTER(var) var = 0; if (!var) var |
|
#define | SWIG_POINTER_NOSHADOW (SWIG_POINTER_OWN << 1) |
|
#define | SWIG_POINTER_NEW (SWIG_POINTER_NOSHADOW | SWIG_POINTER_OWN) |
|
#define | SWIG_POINTER_IMPLICIT_CONV (SWIG_POINTER_DISOWN << 1) |
|
#define | SWIG_BUILTIN_TP_INIT (SWIG_POINTER_OWN << 2) |
|
#define | SWIG_BUILTIN_INIT (SWIG_BUILTIN_TP_INIT | SWIG_POINTER_OWN) |
|
#define | SWIG_POINTER_EXCEPTION 0 |
|
#define | SWIG_arg_fail(arg) SWIG_Python_ArgFail(arg) |
|
#define | SWIG_MustGetPtr(p, type, argnum, flags) SWIG_Python_MustGetPtr(p, type, argnum, flags) |
|
#define | SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg); SWIG_fail; } while(0) |
|
#define | SWIG_contract_assert(expr, msg) if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else |
|
#define | SWIGTYPE_p_DynaSyncWriteTuple_T swig_types[0] |
|
#define | SWIGTYPE_p__bsClientStruct swig_types[1] |
|
#define | SWIGTYPE_p_char swig_types[2] |
|
#define | SWIGTYPE_p_int swig_types[3] |
|
#define | SWIGTYPE_p_unsigned_char swig_types[4] |
|
#define | SWIGTYPE_p_unsigned_int swig_types[5] |
|
#define | SWIGTYPE_p_unsigned_long swig_types[6] |
|
#define | SWIGTYPE_p_unsigned_short swig_types[7] |
|
#define | SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name) |
|
#define | SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name) |
|
#define | SWIG_init init_bsDynaCore |
|
#define | SWIG_name "_bsDynaCore" |
|
#define | SWIGVERSION 0x030008 |
|
#define | SWIG_VERSION SWIGVERSION |
|
#define | SWIG_as_voidptr(a) (void *)((const void *)(a)) |
|
#define | SWIG_as_voidptrptr(a) ((void)SWIG_as_voidptr(*a),(void**)(a)) |
|
#define | SWIG_From_double PyFloat_FromDouble |
|
#define | SWIG_newvarlink() SWIG_Python_newvarlink() |
|
#define | SWIG_addvarlink(p, name, get_attr, set_attr) SWIG_Python_addvarlink(p, name, get_attr, set_attr) |
|
#define | SWIG_InstallConstants(d, constants) SWIG_Python_InstallConstants(d, constants) |
|
|
static int | SWIG_TypeNameComp (const char *f1, const char *l1, const char *f2, const char *l2) |
|
static int | SWIG_TypeCmp (const char *nb, const char *tb) |
|
static int | SWIG_TypeEquiv (const char *nb, const char *tb) |
|
static swig_cast_info * | SWIG_TypeCheck (const char *c, swig_type_info *ty) |
|
static swig_cast_info * | SWIG_TypeCheckStruct (swig_type_info *from, swig_type_info *ty) |
|
static void * | SWIG_TypeCast (swig_cast_info *ty, void *ptr, int *newmemory) |
|
static swig_type_info * | SWIG_TypeDynamicCast (swig_type_info *ty, void **ptr) |
|
static const char * | SWIG_TypeName (const swig_type_info *ty) |
|
static const char * | SWIG_TypePrettyName (const swig_type_info *type) |
|
static void | SWIG_TypeClientData (swig_type_info *ti, void *clientdata) |
|
static void | SWIG_TypeNewClientData (swig_type_info *ti, void *clientdata) |
|
static swig_type_info * | SWIG_MangledTypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name) |
|
static swig_type_info * | SWIG_TypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name) |
|
static char * | SWIG_PackData (char *c, void *ptr, size_t sz) |
|
static const char * | SWIG_UnpackData (const char *c, void *ptr, size_t sz) |
|
static char * | SWIG_PackVoidPtr (char *buff, void *ptr, const char *name, size_t bsz) |
|
static const char * | SWIG_UnpackVoidPtr (const char *c, void **ptr, const char *name) |
|
static char * | SWIG_PackDataName (char *buff, void *ptr, size_t sz, const char *name, size_t bsz) |
|
static const char * | SWIG_UnpackDataName (const char *c, void *ptr, size_t sz, const char *name) |
|
static char * | SWIG_Python_str_AsChar (PyObject *str) |
|
static PyObject * | SWIG_Python_str_FromChar (const char *c) |
|
static PyObject * | PyString_FromFormat (const char *fmt,...) |
|
static PyObject * | PyBool_FromLong (long ok) |
|
static long | PyNumber_AsSsize_t (PyObject *x, void *exc) |
|
static PyObject * | SWIG_Python_ErrorType (int code) |
|
static void | SWIG_Python_AddErrorMsg (const char *mesg) |
|
static PyObject * | SWIG_PyInstanceMethod_New (PyObject *self, PyObject *func) |
|
static void | SWIG_Python_SetErrorObj (PyObject *errtype, PyObject *obj) |
|
static void | SWIG_Python_SetErrorMsg (PyObject *errtype, const char *msg) |
|
static void | SWIG_Python_SetConstant (PyObject *d, const char *name, PyObject *obj) |
|
static PyObject * | SWIG_Python_AppendOutput (PyObject *result, PyObject *obj) |
|
static Py_ssize_t | SWIG_Python_UnpackTuple (PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t max, PyObject **objs) |
|
static PyObject * | SWIG_Py_Void (void) |
|
static int | SWIG_Python_CheckImplicit (swig_type_info *ty) |
|
static PyObject * | SWIG_Python_ExceptionType (swig_type_info *desc) |
|
static SwigPyClientData * | SwigPyClientData_New (PyObject *obj) |
|
static void | SwigPyClientData_Del (SwigPyClientData *data) |
|
static PyObject * | SwigPyObject_long (SwigPyObject *v) |
|
static PyObject * | SwigPyObject_format (const char *fmt, SwigPyObject *v) |
|
static PyObject * | SwigPyObject_oct (SwigPyObject *v) |
|
static PyObject * | SwigPyObject_hex (SwigPyObject *v) |
|
static PyObject * | SwigPyObject_repr (SwigPyObject *v, PyObject *args) |
|
static int | SwigPyObject_compare (SwigPyObject *v, SwigPyObject *w) |
|
static PyObject * | SwigPyObject_richcompare (SwigPyObject *v, SwigPyObject *w, int op) |
|
static PyTypeObject * | SwigPyObject_TypeOnce (void) |
|
static PyTypeObject * | SwigPyObject_type (void) |
|
static int | SwigPyObject_Check (PyObject *op) |
|
static PyObject * | SwigPyObject_New (void *ptr, swig_type_info *ty, int own) |
|
static void | SwigPyObject_dealloc (PyObject *v) |
|
static PyObject * | SwigPyObject_append (PyObject *v, PyObject *next) |
|
static PyObject * | SwigPyObject_next (PyObject *v, PyObject *args) |
|
static PyObject * | SwigPyObject_disown (PyObject *v, PyObject *args) |
|
static PyObject * | SwigPyObject_acquire (PyObject *v, PyObject *args) |
|
static PyObject * | SwigPyObject_own (PyObject *v, PyObject *args) |
|
static PyObject * | SwigPyObject_getattr (SwigPyObject *sobj, char *name) |
|
static int | SwigPyPacked_print (SwigPyPacked *v, FILE *fp, int flags) |
|
static PyObject * | SwigPyPacked_repr (SwigPyPacked *v) |
|
static PyObject * | SwigPyPacked_str (SwigPyPacked *v) |
|
static int | SwigPyPacked_compare (SwigPyPacked *v, SwigPyPacked *w) |
|
static PyTypeObject * | SwigPyPacked_TypeOnce (void) |
|
static PyTypeObject * | SwigPyPacked_type (void) |
|
static int | SwigPyPacked_Check (PyObject *op) |
|
static void | SwigPyPacked_dealloc (PyObject *v) |
|
static PyObject * | SwigPyPacked_New (void *ptr, size_t size, swig_type_info *ty) |
|
static swig_type_info * | SwigPyPacked_UnpackData (PyObject *obj, void *ptr, size_t size) |
|
static PyObject * | _SWIG_This (void) |
|
static PyObject * | SWIG_This (void) |
|
static SwigPyObject * | SWIG_Python_GetSwigThis (PyObject *pyobj) |
|
static int | SWIG_Python_AcquirePtr (PyObject *obj, int own) |
|
static int | SWIG_Python_ConvertPtrAndOwn (PyObject *obj, void **ptr, swig_type_info *ty, int flags, int *own) |
|
static int | SWIG_Python_ConvertFunctionPtr (PyObject *obj, void **ptr, swig_type_info *ty) |
|
static int | SWIG_Python_ConvertPacked (PyObject *obj, void *ptr, size_t sz, swig_type_info *ty) |
|
static PyObject * | SWIG_Python_NewShadowInstance (SwigPyClientData *data, PyObject *swig_this) |
|
static void | SWIG_Python_SetSwigThis (PyObject *inst, PyObject *swig_this) |
|
static PyObject * | SWIG_Python_InitShadowInstance (PyObject *args) |
|
static PyObject * | SWIG_Python_NewPointerObj (PyObject *self, void *ptr, swig_type_info *type, int flags) |
|
static PyObject * | SWIG_Python_NewPackedObj (void *ptr, size_t sz, swig_type_info *type) |
|
static swig_module_info * | SWIG_Python_GetModule (void *clientdata) |
|
static int | PyModule_AddObject (PyObject *m, char *name, PyObject *o) |
|
static void | SWIG_Python_DestroyModule (void *vptr) |
|
static void | SWIG_Python_SetModule (swig_module_info *swig_module) |
|
static PyObject * | SWIG_Python_TypeCache (void) |
|
static swig_type_info * | SWIG_Python_TypeQuery (const char *type) |
|
static int | SWIG_Python_AddErrMesg (const char *mesg, int infront) |
|
static int | SWIG_Python_ArgFail (int argnum) |
|
static const char * | SwigPyObject_GetDesc (PyObject *self) |
|
static void | SWIG_Python_TypeError (const char *type, PyObject *obj) |
|
static void * | SWIG_Python_MustGetPtr (PyObject *obj, swig_type_info *ty, int argnum, int flags) |
|
static PyObject * | SWIG_From_int (int value) |
|
static swig_type_info * | SWIG_pchar_descriptor (void) |
|
static PyObject * | SWIG_FromCharPtrAndSize (const char *carray, size_t size) |
|
static PyObject * | SWIG_FromCharPtr (const char *cptr) |
|
static int | SWIG_AsVal_double (PyObject *obj, double *val) |
|
static int | SWIG_CanCastAsInteger (double *d, double min, double max) |
|
static int | SWIG_AsVal_long (PyObject *obj, long *val) |
|
static int | SWIG_AsVal_int (PyObject *obj, int *val) |
|
static int | SWIG_AsVal_unsigned_SS_long (PyObject *obj, unsigned long *val) |
|
static int | SWIG_AsVal_unsigned_SS_int (PyObject *obj, unsigned int *val) |
|
static int | SWIG_AsCharPtrAndSize (PyObject *obj, char **cptr, size_t *psize, int *alloc) |
|
static int | SWIG_AsVal_unsigned_SS_char (PyObject *obj, unsigned char *val) |
|
static int | SWIG_AsVal_unsigned_SS_short (PyObject *obj, unsigned short *val) |
|
static uint_t * | new_uintArray (size_t nelements) |
|
static void | delete_uintArray (uint_t *ary) |
|
static uint_t | uintArray_getitem (uint_t *ary, size_t index) |
|
static void | uintArray_setitem (uint_t *ary, size_t index, uint_t value) |
|
static int | SWIG_AsVal_size_t (PyObject *obj, size_t *val) |
|
static PyObject * | SWIG_From_unsigned_SS_int (unsigned int value) |
|
static bool_t * | new_boolArray (size_t nelements) |
|
static void | delete_boolArray (bool_t *ary) |
|
static bool_t | boolArray_getitem (bool_t *ary, size_t index) |
|
static void | boolArray_setitem (bool_t *ary, size_t index, bool_t value) |
|
static int * | new_intp () |
|
static int * | copy_intp (int value) |
|
static void | delete_intp (int *obj) |
|
static void | intp_assign (int *obj, int value) |
|
static int | intp_value (int *obj) |
|
static uint_t * | new_uintp () |
|
static uint_t * | copy_uintp (uint_t value) |
|
static void | delete_uintp (uint_t *obj) |
|
static void | uintp_assign (uint_t *obj, uint_t value) |
|
static uint_t | uintp_value (uint_t *obj) |
|
static PyObject * | DYNA_OK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_GEN_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_SYS_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_INTERNAL_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_BADEC_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_BAD_UNITS_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_BAD_VAL_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_NO_SERVO_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_BAD_DEV_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_BADF_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_ECOMM_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_TX_FAIL_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_RX_FAIL_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_TX_ERROR_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_RX_TIMEOUT_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_RX_BAD_PKT_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_ESERVO_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_RSRC_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_NOT_SUPP_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_LINKED_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_SLAVE_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_BOTSENSE_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_PARSE_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_RUNTIME_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_NOEXEC_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ECODE_NUMOF_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_MODEL_NUM_GENERIC_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_FWVER_NA_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ID_NONE_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ID_MIN_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ID_MAX_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ID_NUMOF_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ID_BROADCAST_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ID_RESERVED_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ID_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_MODE_SERVO_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_MODE_CONTINUOUS_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_LINK_NONE_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_LINK_MASTER_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_LINK_SLAVE_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_DIR_CW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_DIR_NONE_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_DIR_CCW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_CTL_METHOD_NONE_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_CTL_METHOD_COMPLIANCE_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_CTL_METHOD_PID_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_POS_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_POS_MIN_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_POS_MAX_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_POS_MODULO_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_POS_MIN_DEG_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_POS_MAX_DEG_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_SPEED_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_SPEED_CONT_STOP_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_SPEED_MAX_NO_CTL_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_SPEED_MIN_CTL_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_SPEED_MAX_CTL_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_SPEED_MIN_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_SPEED_MAX_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_SPEED_RES_RPM_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_SPEED_RES_PCT_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_SPEED_RES_PMIL_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_TORQUE_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_TORQUE_MIN_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_TORQUE_MAX_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_TORQUE_RES_PCT_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_TORQUE_RES_PMIL_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_TEMP_MIN_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_TEMP_MAX_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_TEMP_MIN_C_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_TEMP_MAX_C_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_TEMP_RES_C_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_VOLT_MIN_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_VOLT_MAX_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_VOLT_RES_V_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_EEPROM_MIN_ADDR_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_EEPROM_MAX_ADDR_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_RAM_MIN_ADDR_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_RAM_MAX_ADDR_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_MEM_MAX_SIZ_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_MODEL_NUM_LSB_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_MODEL_NUM_MSB_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_MODEL_NUM_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_FWVER_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_FWVER_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_ID_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_ID_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_BAUD_RATE_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_BAUD_RATE_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_BAUDNUM_1000000_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_BAUDNUM_500000_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_BAUDNUM_400000_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_BAUDNUM_250000_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_BAUDNUM_200000_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_BAUDNUM_115200_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_BAUDNUM_57600_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_BAUDNUM_19200_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_BAUDNUM_9600_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_BAUDNUM_EXT_2250000_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_BAUDNUM_EXT_2500000_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_BAUDNUM_EXT_3000000_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_BAUDNUM_NUMOF_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_BAUDNUM_DFT_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_BAUDRATE_DFT_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_T_RET_DELAY_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_T_RET_DELAY_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_T_RET_DELAY_MIN_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_T_RET_DELAY_MAX_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_T_RET_DELAY_DFT_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_T_RET_DELAY_RES_USEC_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_T_RET_DELAY_MIN_USEC_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_T_RET_DELAY_MAX_USEC_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_T_RET_DELAY_DFT_USEC_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_LIM_CW_LSB_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_LIM_CW_MSB_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_LIM_CW_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_CW_POS_CONT_MODE_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_LIM_CCW_LSB_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_LIM_CCW_MSB_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_LIM_CCW_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_CCW_POS_CONT_MODE_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_RESERVED_1_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_LIM_TEMP_MAX_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_LIM_TEMP_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_LIM_TEMP_MIN_C_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_LIM_TEMP_MAX_C_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_LIM_TEMP_DFT_C_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_LIM_TEMP_RES_C_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_LIM_VOLT_MIN_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_LIM_VOLT_MIN_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_LIM_VOLT_MIN_MIN_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_LIM_VOLT_MIN_MAX_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_LIM_VOLT_MIN_DFT_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_LIM_VOLT_MIN_RES_V_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_LIM_VOLT_MIN_MIN_V_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_LIM_VOLT_MAX_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_LIM_VOLT_MAX_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_LIM_VOLT_MAX_MIN_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_LIM_VOLT_MAX_MAX_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_LIM_VOLT_MAX_DFT_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_LIM_VOLT_MAX_RES_V_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_LIM_VOLT_MAX_MIN_V_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_LIM_TORQUE_MAX_ON_LSB_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_LIM_TORQUE_MAX_ON_MSB_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_LIM_TORQUE_MAX_ON_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_LIM_TORQUE_MAX_ON_DFT_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_SRL_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_SRL_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_SRL_RET_NONE_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_SRL_RET_READ_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_SRL_RET_ALL_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_SRL_RET_DFT_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_ALARM_LED_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_ALARM_LED_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_ALARM_SHUTDOWN_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_ALARM_SHUTDOWN_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ALARM_NONE_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ALARM_VOLTAGE_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ALARM_ANGLE_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ALARM_TEMP_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ALARM_CMD_RANGE_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ALARM_CHECKSUM_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ALARM_LOAD_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ALARM_INSTRUCTION_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ALARM_DFT_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_TORQUE_EN_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_TORQUE_EN_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_TORQUE_EN_OFF_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_TORQUE_EN_ON_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_TORQUE_EN_DFT_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_LED_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_LED_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_LED_OFF_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_LED_ON_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_CW_COMP_MARGIN_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_CW_COMP_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_COMP_MARGIN_MIN_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_COMP_MARGIN_MAX_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_COMP_MARGIN_DFT_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_CCW_COMP_MARGIN_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_CCW_COMP_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_CW_COMP_SLOPE_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_CW_COMP_SLOPE_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_COMP_SLOPE_TORQUE_1_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_COMP_SLOPE_TORQUE_2_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_COMP_SLOPE_TORQUE_3_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_COMP_SLOPE_TORQUE_4_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_COMP_SLOPE_TORQUE_5_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_COMP_SLOPE_TORQUE_6_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_COMP_SLOPE_TORQUE_7_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_COMP_SLOPE_TORQUE_DFT_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_CCW_COMP_SLOPE_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_CCW_COMP_SLOPE_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_P_GAIN_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_P_GAIN_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_P_GAIN_MIN_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_P_GAIN_MAX_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_P_GAIN_DFT_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_I_GAIN_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_I_GAIN_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_I_GAIN_MIN_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_I_GAIN_MAX_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_I_GAIN_DFT_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_D_GAIN_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_D_GAIN_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_D_GAIN_MIN_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_D_GAIN_MAX_RAW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_D_GAIN_DFT_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_PID_RESERVED_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_GOAL_POS_LSB_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_GOAL_POS_MSB_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_GOAL_POS_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_GOAL_SPEED_LSB_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_GOAL_SPEED_MSB_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_GOAL_SPEED_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_GOAL_SPEED_MAG_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_GOAL_SPEED_MAG_SHIFT_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_GOAL_SPEED_DIR_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_GOAL_SPEED_DIR_SHIFT_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_GOAL_SPEED_DIR_CCW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_LIM_TORQUE_MAX_LSB_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_LIM_TORQUE_MAX_MSB_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_LIM_TORQUE_MAX_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_LIM_TORQUE_MAX_ALARMED_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_CUR_POS_LSB_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_CUR_POS_MSB_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_CUR_POS_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_CUR_SPEED_LSB_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_CUR_SPEED_MSB_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_CUR_SPEED_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_CUR_SPEED_MAG_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_CUR_SPEED_MAG_SHIFT_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_CUR_SPEED_DIR_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_CUR_SPEED_DIR_SHIFT_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_CUR_SPEED_DIR_CCW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_CUR_SPEED_DIR_CW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_CUR_LOAD_LSB_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_CUR_LOAD_MSB_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_CUR_LOAD_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_CUR_LOAD_MAG_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_CUR_LOAD_MAG_SHIFT_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_CUR_LOAD_MAG_MIN_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_CUR_LOAD_MAG_MAX_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_CUR_LOAD_DIR_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_CUR_LOAD_DIR_SHIFT_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_CUR_LOAD_DIR_CCW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_CUR_LOAD_DIR_CW_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_CUR_LOAD_RES_PCT_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_CUR_LOAD_RES_PMIL_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_CUR_VOLT_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_CUR_VOLT_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_CUR_VOLT_RES_V_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_CUR_TEMP_C_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_CUR_TEMP_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_CUR_TEMP_RES_C_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_REG_INSTR_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_REG_INSTR_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYBA_REG_INSTR_NO_WRITE_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYBA_REG_INSTR_HAS_WRITE_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_RESERVED_2_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_IS_MOVING_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_IS_MOVING_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_IS_NOT_MOVING_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_IS_MOVING_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_EEPROM_LOCK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_EEPROM_LOCK_MASK_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_EEPROM_UNLOCKED_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_EEPROM_LOCKED_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_EEPROM_LOCK_DFT_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_PUNCH_LSB_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | DYNA_ADDR_PUNCH_MSB_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | BS_DYNA_SERVER_MOD_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | BS_DYNA_CLIENT_LIB_swigconstant (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_bsDynaGetMsgName (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_bsDynaOpen (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_bsDynaClose (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_bsDynaSetBaudRate (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_bsDynaRead8 (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_bsDynaWrite8 (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_bsDynaRead16 (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_bsDynaWrite16 (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_bsDynaSyncWrite (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_bsDynaPing (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_bsDynaReset (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_bsDynaSetHalfDuplexCtl (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_new_uintArray (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_delete_uintArray (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_uintArray_getitem (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_uintArray_setitem (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_new_boolArray (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_delete_boolArray (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_boolArray_getitem (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_boolArray_setitem (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_new_intp (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_copy_intp (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_delete_intp (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_intp_assign (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_intp_value (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_new_uintp (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_copy_uintp (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_delete_uintp (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_uintp_assign (PyObject *self, PyObject *args) |
|
static PyObject * | _wrap_uintp_value (PyObject *self, PyObject *args) |
|
static void | SWIG_InitializeModule (void *clientdata) |
|
static void | SWIG_PropagateClientData (void) |
|
static PyObject * | swig_varlink_repr (swig_varlinkobject *v) |
|
static PyObject * | swig_varlink_str (swig_varlinkobject *v) |
|
static int | swig_varlink_print (swig_varlinkobject *v, FILE *fp, int flags) |
|
static void | swig_varlink_dealloc (swig_varlinkobject *v) |
|
static PyObject * | swig_varlink_getattr (swig_varlinkobject *v, char *n) |
|
static int | swig_varlink_setattr (swig_varlinkobject *v, char *n, PyObject *p) |
|
static PyTypeObject * | swig_varlink_type (void) |
|
static PyObject * | SWIG_Python_newvarlink (void) |
|
static void | SWIG_Python_addvarlink (PyObject *p, char *name, PyObject *(*get_attr)(void), int(*set_attr)(PyObject *p)) |
|
static PyObject * | SWIG_globals (void) |
|
static void | SWIG_Python_InstallConstants (PyObject *d, swig_const_info constants[]) |
|
static void | SWIG_Python_FixMethods (PyMethodDef *methods, swig_const_info *const_table, swig_type_info **types, swig_type_info **types_initial) |
|
void | init_bsDynaCore (void) |
|