TwiceAsNice  2019-02-18
Namespaces | Macros | Functions
BasdaDevice.cpp File Reference
#include "BasdaDevice.h"
#include "Assertions.h"
#include "PropertyName.h"
#include "PulseGeneratorFactoryImpl.h"
#include "OutputChannel.h"
#include "OutputMode.h"
#include <cstdlib>
#include <stdexcept>
#include <boost/foreach.hpp>
#include <boost/format.hpp>
#include <boost/shared_ptr.hpp>
#include <Basda/DeviceFactory.h>
#include <Nice/Property/BridgeMemFn.hh>
#include <Nice/Property/CommandFun.hh>
#include <Nice/Property.h>
#include <Nice/Qt/QtWidgetAttributeName.h>
Include dependency graph for BasdaDevice.cpp:

Namespaces

 basda
 class TestOpencvApp
 
 basda::quantumcomposers
 

Macros

#define LOG_NAME   m_name
 
#define LOG_NAME   parent_->m_name
 
#define LOG_NAME   name()
 

Functions

 DEVICE_CREATE (basda::quantumcomposers::BasdaDevice)
 

Macro Definition Documentation

◆ LOG_NAME [1/3]

#define LOG_NAME   m_name

◆ LOG_NAME [2/3]

#define LOG_NAME   parent_->m_name

◆ LOG_NAME [3/3]

#define LOG_NAME   name()

Function Documentation

◆ DEVICE_CREATE()