versadac  1
versadac - Scalable Recorder Firmware
Public Member Functions | Public Attributes | Protected Attributes | List of all members
AM_PVConfigRecord Class Reference

Public Member Functions

 AM_PVConfigRecord (PVType pvType, uint8 dataType)
 
uint8 getDataType ()
 
const char * getDescriptor ()
 
uint8 getFormat ()
 
uint8 getDecimalDigits ()
 
uint8 getFractionalDigits ()
 
bool isMinMaxRecording ()
 
const char * getUnits ()
 
uint16 getNumBytes ()
 
bool isPvDouble ()
 
double getOffset ()
 
uint16 getInstance ()
 
PVType getPvType ()
 
const char * getActiveString ()
 
const char * getInactiveString ()
 

Public Attributes

AM_TrendConfig m_TrendConfig
 

Protected Attributes

char m_Descriptor [31]
 
uint8 m_DataType
 
PVType m_PVType
 
uint16 m_Instance
 
char m_Units [9]
 
uint8 m_PVFormat
 
uint8 m_DecimalDigits
 
uint8 m_FractionalDigits
 
char m_ActiveString [9]
 
char m_InactiveString [9]
 
uint16 m_uhhBytes
 
bool m_bPvDouble
 
double m_Offset
 
bool m_bMinMaxRecording
 

The documentation for this class was generated from the following files: