7 typedef uintptr_t NiFpga_Session;
 
    9 typedef uint32_t NiFpga_Session;
 
   15 class TerminalsBaseImpl;
 
   32     std::shared_ptr<TerminalsBaseImpl> 
m_impl;
 
Base class for all terminals.
 
std::shared_ptr< TerminalsBaseImpl > m_impl
Smart pointer with the terminal implementation.
 
TerminalsBase(std::shared_ptr< TerminalsBaseImpl > impl)
Base class used for terminals.