anyKode Marilou
ContentsIndexHome
Example
//Visual .net 2005 Managed C++ syntax

//...
Moda::DeviceServoMotor ^pServo1=robot->QueryDeviceServoMotor("hinge0/axis0/s");
if(pServo1)
    {
    pServo1->GoPositionDeg(45.0);
    }
//...
Documentation v4.7 (17/05/2011), Copyright (c) 2011 anyKode. All rights reserved.