Skip to content
Snippets Groups Projects
Commit e8306f3e authored by Your Name's avatar Your Name
Browse files

added component proxy for ObstacleAwarePlatformUnit f

parent 33e59cb0
No related branches found
No related tags found
No related merge requests found
......@@ -43,11 +43,19 @@
<Proxy include="RobotAPI/interface/units/PlatformUnitInterface.h"
humanName="Platform Unit (obstacle avoiding)"
typeName="PlatformUnitInterfacePrx"
memberName="obstacleAvoidingPlatformUnit"
getterName="getObstacleAvoidingPlatformUnit"
memberName="platformUnit1"
getterName="getPlatformUnit1"
propertyName="ObstacleAvoidingPlatformUnitName"
propertyDefaultValue="ObstacleAvoidingPlatformUnit"
propertyIsOptional="true" />
<Proxy include="RobotAPI/interface/units/PlatformUnitInterface.h"
humanName="Platform Unit (obstacle aware)"
typeName="PlatformUnitInterfacePrx"
memberName="platformUnit2"
getterName="getPlatformUnit2"
propertyName="ObstacleAwarePlatformUnitName"
propertyDefaultValue="ObstacleAwarePlatformUnit"
propertyIsOptional="true" />
<Proxy include="RobotAPI/interface/observers/PlatformUnitObserverInterface.h"
humanName="Platform Unit Observer"
typeName="PlatformUnitObserverInterfacePrx"
......
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