Skip to content
Snippets Groups Projects
Commit e4a6d7c8 authored by Simon Ottenhaus's avatar Simon Ottenhaus
Browse files

fixed proxy info

parent 7f29fd3a
No related branches found
No related tags found
No related merge requests found
......@@ -35,11 +35,11 @@
propertyIsOptional="true"
propertyDefaultValue="RobotStateComponent">
<include>RobotAPI/libraries/core/remoterobot/RemoteRobot.h</include>
<method header="const VirtualRobot::RobotPtr getRobot()">return remoteRobot;</method>
<method header="const VirtualRobot::RobotPtr getRobot() const">return remoteRobot;</method>
<member>VirtualRobot::RobotPtr remoteRobot;</member>
<onConnect>// initialize remote robot</onConnect>
<onConnect>remoteRobot.reset(new RemoteRobot(robotStateComponent->getSynchronizedRobot()));</onConnect>
<stateMethod header="const VirtualRobot::RobotPtr getRobot()">return %getContext%->getRobot();</stateMethod>
<onConnect>remoteRobot.reset(new RemoteRobot(robotStateComponent-&gt;getSynchronizedRobot()));</onConnect>
<stateMethod header="const VirtualRobot::RobotPtr getRobot() const">return %getContext%-&gt;getRobot();</stateMethod>
</Proxy>
</Lib>
</VariantInfo>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment