jp.go.aist.rtm.RTC
クラス PeriodicTask.suspend_t

java.lang.Object
  上位を拡張 jp.go.aist.rtm.RTC.PeriodicTask.suspend_t
含まれているクラス:
PeriodicTask

protected class PeriodicTask.suspend_t
extends java.lang.Object

タスク中断管理用クラス


フィールドの概要
 java.lang.String mutex
          排他制御用変数
 boolean suspend
          フラグ格納用変数
 
コンストラクタの概要
PeriodicTask.suspend_t(boolean sus)
          コンストラクタ
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

suspend

public boolean suspend
フラグ格納用変数


mutex

public java.lang.String mutex
排他制御用変数

コンストラクタの詳細

PeriodicTask.suspend_t

public PeriodicTask.suspend_t(boolean sus)
コンストラクタ