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