#include "CCAENV830.h"#include "CCAENV820Registers.h"#include <CVMEInterface.h>#include <string>#include <stdio.h>#include <string.h>Include dependency graph for src/CCAENV830.cpp:

Go to the source code of this file.
Defines | |
| #define | SOffset(s, field) (((unsigned int)&(((s*)0)->field))/sizeof(short)) | 
| #define | LOffset(s, field) (((unsigned int)&(((s*)0)->field))/sizeof(long)) | 
| #define | GetShort(field) (m_pModule->peekw(SOffset(CAENV830Registers,field))) | 
| #define | GetLong(field) (m_pModule->peekl(LOffset(CAENV830Registers,field))) | 
| #define | PutShort(field, value) | 
| #define | PutLong(field, value) | 
| #define | GetProm(m, field) (m.peekw(SOffset(CAENV830ROM,field))) | 
Functions | |
| void | ThrowIntString (char *formatstring, int value) throw (string) | 
| void | ThrowIfBadChannel (const char *pFunction, int nChannel) throw (string) | 
      
  | 
  
| 
 
 Definition at line 292 of file src/CCAENV830.cpp.  | 
  
      
  | 
  
| 
 
 Definition at line 297 of file src/CCAENV830.cpp.  | 
  
      
  | 
  
| 
 
 Definition at line 291 of file src/CCAENV830.cpp.  | 
  
      
  | 
  
| 
 
 Definition at line 290 of file src/CCAENV830.cpp.  | 
  
      
  | 
  
| 
 Value: (m_pModule->pokel((value), \
                                  LOffset(CAENV830Registers,field)))
Definition at line 295 of file src/CCAENV830.cpp.  | 
  
      
  | 
  
| 
 Value: (m_pModule->pokew((value),  \
                                  SOffset(CAENV830Registers,field)))
Definition at line 293 of file src/CCAENV830.cpp.  | 
  
      
  | 
  
| 
 
 Definition at line 289 of file src/CCAENV830.cpp.  | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 306 of file src/CCAENV830.cpp. Referenced by CCAENV830::Disable(), and CCAENV830::Enable().  | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 299 of file src/CCAENV830.cpp. Referenced by CCAENV830::MapModule(), and CCAENV830::SetTriggerMode().  | 
  
 
1.3.4