NDS3  1.0.0
API reference manual
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
base.h File Reference

Defines the base class used for nodes, PVs, state machines and acquisition devices. More...

#include <memory>
#include <string>
#include <ostream>
#include "nds3/definitions.h"
#include "nds3/thread.h"

Go to the source code of this file.

Classes

class  nds::Base
 This is the base class for all the NDS3 public classes that declare a device part (node, port, PV, etc). More...
 

Namespaces

 nds
 All the classes and methods defined by the NDS3 framework are in the namespace nds.
 

Detailed Description

Defines the base class used for nodes, PVs, state machines and acquisition devices.

Include nds.h instead of this file, since nds3.h takes care of including all the necessary header files (including this one).