Classes | Public Member Functions | Private Attributes
com.github.rosjava.android_remocons.common_tools.ConcertChecker Class Reference

List of all members.

Classes

class  CheckerThread
interface  ConcertDescriptionReceiver
interface  FailureHandler

Public Member Functions

void beginChecking (MasterId masterId)
 ConcertChecker (ConcertDescriptionReceiver foundConcertCallback, FailureHandler failureCallback)
void stopChecking ()

Private Attributes

CheckerThread checkerThread
FailureHandler failureCallback
ConcertDescriptionReceiver foundConcertCallback

Detailed Description

Threaded ROS-concert checker. Runs a thread which checks for a valid ROS concert and sends back a ConcertDescription (with concert name and type) on success or a failure reason on failure.

Author:
hersh@willowgarage.com
murase@jsk.imi.i.u-tokyo.ac.jp (Kazuto Murase)
jorge@yujinrobot.com (Jorge Santos Simon)

Definition at line 66 of file graveyard/common_tools/ConcertChecker.java.


Constructor & Destructor Documentation

Constructor. Should not take any time.

Definition at line 89 of file graveyard/common_tools/ConcertChecker.java.


Member Function Documentation

Start the checker thread with the given masterId. If the thread is already running, kill it first and then start anew. Returns immediately.

Definition at line 98 of file graveyard/common_tools/ConcertChecker.java.

Stop the checker thread.

Definition at line 118 of file graveyard/common_tools/ConcertChecker.java.


Member Data Documentation

Definition at line 82 of file graveyard/common_tools/ConcertChecker.java.

Definition at line 84 of file graveyard/common_tools/ConcertChecker.java.

Definition at line 83 of file graveyard/common_tools/ConcertChecker.java.


The documentation for this class was generated from the following file:


android_remocons
Author(s): Daniel Stonier, Kazuto Murase
autogenerated on Sat Jun 8 2019 19:32:24