yarp
Class Stamp

java.lang.Object
  extended by yarp.PortReader
      extended by yarp.Portable
          extended by yarp.Stamp

public class Stamp
extends Portable


Field Summary
 
Fields inherited from class yarp.PortReader
swigCMemOwn
 
Constructor Summary
Stamp()
           
Stamp(int count, double time)
           
Stamp(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 int getCount()
           
static long getCPtr(Stamp obj)
           
 int getMaxCount()
           
 double getTime()
           
 boolean isValid()
           
 boolean read(ConnectionReader connection)
           
 void update()
           
 void update(double time)
           
 boolean write(ConnectionWriter connection)
           
 
Methods inherited from class yarp.Portable
copyPortable, getCPtr, getType
 
Methods inherited from class yarp.PortReader
getCPtr, getReadType, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stamp

public Stamp(long cPtr,
             boolean cMemoryOwn)

Stamp

public Stamp()

Stamp

public Stamp(int count,
             double time)
Method Detail

getCPtr

public static long getCPtr(Stamp obj)

finalize

protected void finalize()
Overrides:
finalize in class Portable

delete

public void delete()
Overrides:
delete in class Portable

getCount

public int getCount()

getTime

public double getTime()

isValid

public boolean isValid()

getMaxCount

public int getMaxCount()

update

public void update()

update

public void update(double time)

read

public boolean read(ConnectionReader connection)
Overrides:
read in class Portable

write

public boolean write(ConnectionWriter connection)
Overrides:
write in class Portable