| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NiRioStatus | |
|---|---|
| com.ni.rio | |
| edu.wpi.first.wpilibj.fpga | |
| Uses of NiRioStatus in com.ni.rio | 
|---|
| Methods in com.ni.rio that return NiRioStatus | |
|---|---|
|  NiRioStatus | NiRioStatus.FatalStatusException.getStatus() | 
| Methods in com.ni.rio with parameters of type NiRioStatus | |
|---|---|
| static void | NiFpga.configureFifo(int hClient,
              int channel,
              int fifoDepthInElements,
              NiRioStatus status)Specifies the depth of the host memory part of the DMA FIFO. | 
| static void | NiFpga.readFifoU32(int hClient,
            int channel,
            Pointer buf,
            int num,
            int timeout,
            IntByReference remaining,
            NiRioStatus status)Reads from a target-to-host FIFO of unsigned 32-bit integers. | 
| static int | NiFpga.readU32(int hClient,
        int offset,
        NiRioStatus status)Reads an unsigned 32-bit integer value from a given offset | 
| static void | NiFpga.reserveIrqContext(int hClient,
                  IntByReference context,
                  NiRioStatus status)IRQ contexts are single-threaded; only one thread can wait with a particular context at any given time. | 
|  void | NiRioStatus.setStatus(NiRioStatus newStatus) | 
| static void | NiFpga.startFifo(int hClient,
          int channel,
          NiRioStatus status)Starts a FIFO. | 
| static void | NiFpga.stopFifo(int hClient,
         int channel,
         NiRioStatus status)Stops a FIFO. | 
| static void | NiFpga.unreserveIrqContext(int hClient,
                    IntByReference context,
                    NiRioStatus status)Unreserves an IRQ context obtained from reserveIrqContext. | 
| static int | NiFpga.waitOnIrqs(int hClient,
           IntByReference context,
           int irqs,
           int timeout,
           NiRioStatus status)This is a blocking function that stops the calling thread until the FPGA asserts any IRQ in the irqs parameter, or until the function call times out. | 
| static void | NiFpga.writeU32(int hClient,
         int offset,
         int value,
         NiRioStatus status)Writes an unsigned 32-bit integer value to a given control or indicator. | 
| Constructors in com.ni.rio with parameters of type NiRioStatus | |
|---|---|
| NiRioStatus.FatalStatusException(NiRioStatus status,
                                 String message) | |
| Uses of NiRioStatus in edu.wpi.first.wpilibj.fpga | 
|---|
| Fields in edu.wpi.first.wpilibj.fpga declared as NiRioStatus | |
|---|---|
| static NiRioStatus | tSystem.status | 
| Methods in edu.wpi.first.wpilibj.fpga with parameters of type NiRioStatus | |
|---|---|
|  int[] | tSystem.getFpgaGuid(NiRioStatus status) | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||