Class VoodooSetup

java.lang.Object
  |
  +--VoodooSetup

public class VoodooSetup
extends java.lang.Object


Field Summary
private static java.lang.String PCI_DEV
           
static int pci_fd
           
 
Constructor Summary
VoodooSetup()
          Constructor.
 
Method Summary
(package private) static void ()
           
private static int Cclose(int fd)
           
static int Cioctl(int fd, int req, int dat)
           
static void close_device_driver()
          Closes the connection to the device driver.
private  int Copen(java.lang.String pci_dev)
           
static int Cread_image(int fd, int mem_fd, int read_size)
           
static int Cread_reply(int fd, int dat)
           
 void initialize_device_driver()
          Opens the connection to the device driver for PCI board access.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

PCI_DEV

private static final java.lang.String PCI_DEV

pci_fd

public static int pci_fd
Constructor Detail

VoodooSetup

public VoodooSetup()
Constructor.
Method Detail

Copen

private int Copen(java.lang.String pci_dev)

Cclose

private static int Cclose(int fd)

Cioctl

public static int Cioctl(int fd,
                         int req,
                         int dat)

Cread_image

public static int Cread_image(int fd,
                              int mem_fd,
                              int read_size)

Cread_reply

public static int Cread_reply(int fd,
                              int dat)

static void ()

close_device_driver

public static void close_device_driver()
                                throws java.lang.Exception
Closes the connection to the device driver.

initialize_device_driver

public void initialize_device_driver()
                              throws java.lang.Exception
Opens the connection to the device driver for PCI board access.