Class TestSamgarCompetency
- java.lang.Object
-
- ion.Meta.Element
-
- cmion.architecture.CmionComponent
-
- cmion.level2.Competency
-
- cmion.addOns.samgar.SamgarCompetency
-
- cmion.addOns.samgar.competencies.test.TestSamgarCompetency
-
- All Implemented Interfaces:
java.lang.Runnable
public class TestSamgarCompetency extends SamgarCompetency
-
-
Constructor Summary
Constructors Constructor Description TestSamgarCompetency(cmion.architecture.IArchitecture architecture)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancompetencyCode(java.util.HashMap<java.lang.String,java.lang.String> parameters)voidonRead(yarp.Bottle bottle_in)every samgar competency has to implement this function in which it will receive bottles that the connected samgar module sendsbooleanrunsInBackground()-
Methods inherited from class cmion.addOns.samgar.SamgarCompetency
initialize, prepareBottle, sendBottle, setAdditionalData
-
Methods inherited from class cmion.level2.Competency
cancel, getCompetencyName, getCompetencyType, isAvailable, isRunning, registerHandlers, requestStartCompetency, run
-
Methods inherited from class cmion.architecture.CmionComponent
getArchitecture, isConnected, onDestroy, raise
-
-
-
-
Method Detail
-
onRead
public void onRead(yarp.Bottle bottle_in)
Description copied from class:SamgarCompetencyevery samgar competency has to implement this function in which it will receive bottles that the connected samgar module sends- Specified by:
onReadin classSamgarCompetency
-
competencyCode
protected boolean competencyCode(java.util.HashMap<java.lang.String,java.lang.String> parameters)
- Specified by:
competencyCodein classcmion.level2.Competency
-
runsInBackground
public boolean runsInBackground()
- Specified by:
runsInBackgroundin classcmion.level2.Competency
-
-