Package cmion.addOns.samgar
Class MainCmionPort
- java.lang.Object
-
- yarp.Contactable
-
- yarp.BufferedPortBottle
-
- cmion.addOns.samgar.MainCmionPort
-
public class MainCmionPort extends yarp.BufferedPortBottlethe yarp port for communicating with the Samgar module control
-
-
Constructor Summary
Constructors Constructor Description MainCmionPort(SamgarConnector parent)create a new main Cmion port
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendId()with this method the port can send its identification to SAMGAR (its name, category and subCategory)-
Methods inherited from class yarp.BufferedPortBottle
acquire, addOutput, addOutput, addOutput, close, delete, disableCallback, finalize, getCPtr, getEnvelope, getInputCount, getName, getOutputCount, getPendingReads, getReport, interrupt, isClosed, isWriting, lastRead, onRead, prepare, read, read, release, resume, setEnvelope, setReader, setReplier, setReporter, setStrict, setStrict, setTargetPeriod, unprepare, useCallback, useCallback, where, write, write, writeStrict
-
-
-
-
Constructor Detail
-
MainCmionPort
public MainCmionPort(SamgarConnector parent)
create a new main Cmion port
-
-