Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | Friends | List of all members
XNIDAQmxInterface Class Reference
Inheritance diagram for XNIDAQmxInterface:
Inheritance graph
[legend]

Classes

struct  ProductInfo
 
class  SoftwareTrigger
 Stores and reads time stamps between synchronized devices. More...
 
class  XNIDAQmxRoute
 

Public Types

enum  FLAGS {
  FLAG_BUGGY_DMA_AO = 0x10u, FLAG_BUGGY_DMA_AI = 0x20u, FLAG_BUGGY_DMA_DI = 0x40u, FLAG_BUGGY_DMA_DO = 0x80u,
  FLAG_BUGGY_XFER_COND_AO = 0x100u, FLAG_BUGGY_XFER_COND_AI = 0x200u, FLAG_BUGGY_XFER_COND_DI = 0x400u, FLAG_BUGGY_XFER_COND_DO = 0x800u
}
 

Public Member Functions

 XNIDAQmxInterface (const char *name, bool runtime, const shared_ptr< XDriver > &driver)
 
virtual bool isOpened () const
 
const char * devName () const
 e.g. "Dev1".
 
void synchronizeClock (TaskHandle task)
 
const char * productType () const
 e.g. "PCI-6111".
 
const char * productSeries () const
 e.g. "S", "M".
 
const char * busArchType () const
 e.g. "PCI", "PXI". Never "PCIe" or "PXIe".
 
int productFlags () const
 e.g. FLAG_BUGGY_DMA_AO.
 
double maxAIRate (unsigned int) const
 
double maxAORate (unsigned int) const
 
double maxDIRate (unsigned int) const
 
double maxDORate (unsigned int) const
 
- Public Member Functions inherited from XInterface
 XInterface (const char *name, bool runtime, const shared_ptr< XDriver > &driver)
 
void setLabel (const XString &str)
 
virtual XString getLabel () const
 
shared_ptr< XDriverdriver () const
 
const shared_ptr< XComboNode > & device () const
 type of interface or driver.
 
const shared_ptr< XStringNode > & port () const
 port number or device name.
 
const shared_ptr< XUIntNode > & address () const
 e.g. GPIB address.
 
const shared_ptr< XBoolNode > & control () const
 True if interface is opened. Start/stop interface.
 
void lock ()
 
void unlock ()
 
bool isLocked () const
 
XRecursiveMutexmutex ()
 
void start ()
 
void stop ()
 
- Public Member Functions inherited from XNode
 XNode (const char *name, bool runtime=false)
 
template<class T >
shared_ptr< T > create (const char *name)
 
template<class T , typename... Args>
shared_ptr< T > create (const char *name, bool runtime, Args &&...args)
 
template<class T >
shared_ptr< T > create (Transaction &tr, const char *name)
 
template<class T , typename... Args>
shared_ptr< T > create (Transaction &tr, const char *name, bool runtime, Args &&...args)
 
XString getName () const
 
XString getTypename () const
 
shared_ptr< XNodegetChild (const XString &var) const
 
shared_ptr< XNodegetParent () const
 
void setUIEnabled (bool v)
 Enables/disables controls over scripting/GUI.
 
void disable ()
 Disables all scripting/GUI operations on this node hereafter.
 
- Public Member Functions inherited from Transactional::Node< XNode >
bool insert (Transaction< XNode > &tr, const shared_ptr< XNode > &var, bool online_after_insertion=false)
 
void insert (const shared_ptr< XNode > &var)
 
bool release (Transaction< XNode > &tr, const shared_ptr< XNode > &var)
 
void release (const shared_ptr< XNode > &var)
 
void releaseAll ()
 
bool swap (Transaction< XNode > &tr, const shared_ptr< XNode > &x, const shared_ptr< XNode > &y)
 
void swap (const shared_ptr< XNode > &x, const shared_ptr< XNode > &y)
 
XNodeupperNode (Snapshot< XNode > &shot)
 Finds the parent node in shot.
 
Snapshot< XNodeiterate_commit (Closure)
 
Snapshot< XNodeiterate_commit_if (Closure)
 
void iterate_commit_while (Closure)
 
void print_ () const
 
 Node (const Node &)=delete
 
Nodeoperator= (const Node &)=delete
 

Static Public Member Functions

static XString getNIDAQmxErrMessage ()
 
static XString getNIDAQmxErrMessage (int status)
 
static int checkDAQmxError (int ret, const char *file, int line)
 
static void parseList (const char *list, std::deque< XString > &buf)
 Split camma-separated strings.
 

Protected Member Functions

virtual void open () throw (XInterfaceError &)
 
virtual void close () throw (XInterfaceError &)
 This can be called even if has already closed.
 

Private Member Functions

bool routeExternalClockSource (const char *dev, const char *inp_term)
 

Private Attributes

XString m_devname
 
const ProductInfom_productInfo
 

Static Private Attributes

static const ProductInfo sc_productInfoList []
 

Friends

class SoftwareTrigger
 

Detailed Description

Definition at line 47 of file nidaqmxdriver.h.

Member Function Documentation

double XNIDAQmxInterface::maxAIRate ( unsigned  int) const
inline
Returns
0 if hw timed transfer is not supported.

Definition at line 94 of file nidaqmxdriver.h.

References XNIDAQmxInterface::ProductInfo::ai_max_rate.

bool XNIDAQmxInterface::routeExternalClockSource ( const char *  dev,
const char *  inp_term 
)
private
Returns
true if an external source is detected and rounted.

Definition at line 541 of file nidaqmxdriver.cpp.


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

Generated for KAME4 by  doxygen 1.8.3