Ejemplo n.º 1
0
        int  GetPosition(uint channelIndex)
        {
            int position = 0;

            mResult = CCoarseController.SA_GetPosition_S((uint)mSystemIndex, (uint)channelIndex, ref position);
            if (mResult != CCoarseController.SA_OK)
            {
                //Initialize();
                MY_DEBUG("GetPosition error!\n");
            }
            return(position);
        }