Package yarp
Class Semaphore
- java.lang.Object
-
- yarp.Semaphore
-
public class Semaphore extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
swigCMemOwn
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
check()
void
delete()
protected void
finalize()
protected static long
getCPtr(Semaphore obj)
void
post()
void
wait_c()
boolean
waitWithTimeout(double timeoutInSeconds)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(Semaphore obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classjava.lang.Object
-
delete
public void delete()
-
wait_c
public void wait_c()
-
waitWithTimeout
public boolean waitWithTimeout(double timeoutInSeconds)
-
check
public boolean check()
-
post
public void post()
-
-