2010 FRC Java API


Uses of Class
edu.wpi.first.wpilibj.communication.Semaphore.Options

Packages that use Semaphore.Options
edu.wpi.first.wpilibj.communication Provides classes for communicating with the driver station and synchronizing with C/C++ code. 
 

Uses of Semaphore.Options in edu.wpi.first.wpilibj.communication
 

Constructors in edu.wpi.first.wpilibj.communication with parameters of type Semaphore.Options
Semaphore(Semaphore.Options options)
          Create a new semaphore.
Semaphore(Semaphore.Options options, boolean initialState)
          Create a semaphore with the given initial state.
Semaphore(Semaphore.Options options, int count)
          Create a counting semaphore with the given value.
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.