#include <RodStatus.h>
Public Member Functions | |
| RodStatus (const RodStatus &) | |
| RodStatus & | operator= (const RodStatus &) | 
| long | getSlotNumber () const | 
| Accessor function to get slot number.   | |
| long | getSerialNumber () const | 
| Accessor function to get serial number.   | |
| long | getNumSlaves () const | 
| Accessor function to get number of slaves installed.   | |
| unsigned long | getStatusReg (long regNumber) const | 
| Accessor function to get a status register.   | |
| unsigned long | getCommandReg (long regNumber) const | 
| Accessor function to get a command register.   | |
| PrimState | getPrimState () const | 
| Accessor function to get the Primitive state.   | |
| TextBuffState | getTextState () const | 
| Accessor function to get the Text state.   | |
| void | snapShot (RodModule &rod) | 
Private Attributes | |
| unsigned long | m_serialNumber | 
| The ROD serial number.   | |
| unsigned long | m_slotNumber | 
| The ROD slot number.   | |
| unsigned long | m_numSlaves | 
| The number of slave DSPs installed.   | |
| unsigned long | m_statusReg [3] | 
| The status registers.   | |
| unsigned long | m_commandReg [2] | 
| The command registers.   | |
| PrimState | m_primState | 
| The state of the Primitive transfer operation.   | |
| TextBuffState | m_textState | 
| The state of the Text buffer transfer operation.   | |
Friends | |
| ostream & | operator<< (ostream &os, RodModule &rod) | 
This class contains the status information for a ROD. For now it does very little.
Definition at line 21 of file RodStatus.h.
      
  | 
  
| 
 Accessor function to get a command register. 
 Definition at line 44 of file RodStatus.h. References m_commandReg.  | 
  
      
  | 
  
| 
 Accessor function to get number of slaves installed. 
 Definition at line 37 of file RodStatus.h. References m_numSlaves.  | 
  
      
  | 
  
| 
 Accessor function to get the Primitive state. 
 Definition at line 48 of file RodStatus.h. References m_primState.  | 
  
      
  | 
  
| 
 Accessor function to get serial number. 
 Definition at line 34 of file RodStatus.h. References m_serialNumber.  | 
  
      
  | 
  
| 
 Accessor function to get slot number. 
 Definition at line 31 of file RodStatus.h. References m_slotNumber.  | 
  
      
  | 
  
| 
 Accessor function to get a status register. 
 Definition at line 40 of file RodStatus.h. References m_statusReg.  | 
  
      
  | 
  
| 
 Accessor function to get the Text state. 
 Definition at line 51 of file RodStatus.h. References m_textState.  | 
  
      
  | 
  
| 
 The command registers. 
 Definition at line 67 of file RodStatus.h. Referenced by getCommandReg().  | 
  
      
  | 
  
| 
 The number of slave DSPs installed. 
 Definition at line 63 of file RodStatus.h. Referenced by getNumSlaves().  | 
  
      
  | 
  
| 
 The state of the Primitive transfer operation. 
 Definition at line 69 of file RodStatus.h. Referenced by getPrimState().  | 
  
      
  | 
  
| 
 The ROD serial number. 
 Definition at line 59 of file RodStatus.h. Referenced by getSerialNumber().  | 
  
      
  | 
  
| 
 The ROD slot number. 
 Definition at line 61 of file RodStatus.h. Referenced by getSlotNumber().  | 
  
      
  | 
  
| 
 The status registers. 
 Definition at line 65 of file RodStatus.h. Referenced by getStatusReg().  | 
  
      
  | 
  
| 
 The state of the Text buffer transfer operation. 
 Definition at line 71 of file RodStatus.h. Referenced by getTextState().  | 
  
 
1.3.5