AlcapDAQ
1
|
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/io.h>
#include "midas.h"
#include "crate.h"
#include "diag.h"
Go to the source code of this file.
Functions | |
INT | floppy_ttl_init () |
INT | floppy_ttl_start_block () |
INT | floppy_ttl_poll_live () |
INT | floppy_ttl_poll_dead () |
Variables | |
struct readout_module | floppy_ttl_module |
INT floppy_ttl_init | ( | ) |
INT floppy_ttl_poll_dead | ( | ) |
INT floppy_ttl_poll_live | ( | ) |
INT floppy_ttl_start_block | ( | ) |
struct readout_module floppy_ttl_module |
Definition at line 17 of file floppy_ttl.cpp.