public boolean calculateChecksum(
     SWIGTYPE_p_unsigned_char md5DigestBuffer, long md5DigestBufferLen) {
   return AriaJavaJNI.ArMapInterface_calculateChecksum(
       swigCPtr, this, SWIGTYPE_p_unsigned_char.getCPtr(md5DigestBuffer), md5DigestBufferLen);
 }
Example #2
0
 public boolean convertDegToTicks(int joint, float pos, SWIGTYPE_p_unsigned_char ticks) {
   return AriaJavaJNI.ArP2Arm_convertDegToTicks(
       swigCPtr, this, joint, pos, SWIGTYPE_p_unsigned_char.getCPtr(ticks));
 }