ChimeraTK-ControlSystemAdapter-OPCUAAdapter  04.00.01
csa_processvariable.h File Reference
#include "ChimeraTK/ControlSystemAdapter/ControlSystemPVManager.h"
#include "ChimeraTK/SupportedUserTypes.h"
#include "ua_mapped_class.h"
#include <boost/fusion/container/map.hpp>
#include <string>
+ Include dependency graph for csa_processvariable.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ChimeraTK::ua_processvariable
 This class represent a processvariable of the controlsystemadapter in the information model of a OPC UA Server. More...
 

Namespaces

 ChimeraTK
 

Typedefs

typedef fusion::map< fusion::pair< int8_t, uint >, fusion::pair< uint8_t, uint >, fusion::pair< int16_t, uint >, fusion::pair< uint16_t, uint >, fusion::pair< int32_t, uint >, fusion::pair< uint32_t, uint >, fusion::pair< int64_t, uint >, fusion::pair< uint64_t, uint >, fusion::pair< float, uint >, fusion::pair< double, uint >, fusion::pair< string, uint >, fusion::pair< Boolean, uint > > ChimeraTK::TypesMap