NDS3  1.0.0
API reference manual
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
File List
Here is a list of all documented files with brief descriptions:
[detail level 1234]
\-include
 \-nds3
  o-impl
  |o*baseImpl.h
  |o*dataAcquisitionImpl.h
  |o*factoryBaseImpl.h
  |o*iniFileParserImpl.h
  |o*interfaceBaseImpl.h
  |o*logStreamGetterImpl.h
  |o*ndsFactoryImpl.h
  |o*nodeImpl.h
  |o*portImpl.h
  |o*pvActionImpl.h
  |o*pvBaseImpl.h
  |o*pvBaseInImpl.h
  |o*pvBaseOutImpl.h
  |o*pvDelegateInImpl.h
  |o*pvDelegateOutImpl.h
  |o*pvVariableInImpl.h
  |o*pvVariableOutImpl.h
  |o*scansymbols.h
  |o*stateMachineImpl.h
  |o*tangoFactoryImpl.h
  |o*tangoInterfaceImpl.h
  |o*threadBaseImpl.h
  |\*threadStd.h
  o*base.hDefines the base class used for nodes, PVs, state machines and acquisition devices
  o*dataAcquisition.hDefines the nds::DataAcquisition node, which provides basic services for data acquisition
  o*definitions.hDefines all the enumeration and common types used across the NDS library
  o*exceptions.hDefines all the exceptions that may be thrown by the library or recognized and processed by the library
  o*factory.hDefine the class that interfaces with the NDS factory and the chosen control system
  o*iniFileParser.hDefines the class nds::IniFileParser used to read and parse the INI files
  o*nds.h
  o*node.hDefines the nds::Node class, a class that can contain other device's nodes, ports or PVs
  o*port.hDefines the nds::Port, an nds::Node derived class that can communicate with the control system
  o*pvAction.hDefines the nds::PVAction class, an output PV that simulate an action
  o*pvBase.hDefines the base class for all the input and output PVs
  o*pvBaseIn.hDefines the base class for the input PVs
  o*pvBaseOut.hDefines the base class for the output PVs
  o*pvDelegateIn.hDefines the nds::PVDelegateIn class, an input PV that delegates the read operation to an user defined function
  o*pvDelegateOut.hDefines the nds::PVDelegateOut class, an output PV that delegates the write operation to an user defined function
  o*pvVariableIn.hDefines the nds::PVVariableIn class, an input PV that stores the values to be supplied to the control system
  o*pvVariableOut.hDefines the nds::PVVariableOut class, an outputput PV that stores the values received from the control system
  o*registerDevice.h
  o*stateMachine.hDefines the nds::StateMachine class
  \*thread.hDefines the nds::Thread class used to execute tasks on parallel threads