jp.go.aist.rtm.RTC
Class PeriodicTask.alive_t

java.lang.Object
  extended by jp.go.aist.rtm.RTC.PeriodicTask.alive_t
Enclosing class:
PeriodicTask

protected class PeriodicTask.alive_t
extends java.lang.Object

alive_t class


Field Summary
 java.lang.String mutex
           Variable for exclusive control
 boolean value
           Variable for flag storage
 
Constructor Summary
PeriodicTask.alive_t(boolean val)
           Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public boolean value
Variable for flag storage


mutex

public java.lang.String mutex
Variable for exclusive control

Constructor Detail

PeriodicTask.alive_t

public PeriodicTask.alive_t(boolean val)
Constructor