TwiceAsNice  2019-02-18
Macros
LaosBCUServiceWorker.cc File Reference
#include <Python.h>
#include <LaosBCUServiceWorker.h>
#include <BCU/bcu_defines.h>
#include <Basda/Basdard.h>
#include <boost/assign/std/vector.hpp>
#include <boost/assert.hpp>
#include <Basda/Vino/Image.h>
#include <Microgate/Mgp/MemoryBuffer.h>
#include <Microgate/Mgp/MemoryBufferFile.h>
#include <boost/cstdint.hpp>
#include <Nice/Log/HexDump.hh>
#include <boost/filesystem/operations.hpp>
#include <boost/algorithm/string/replace.hpp>
#include <typeinfo>
#include <Laos/Wfc/WfcCommonsServiceWorker.h>
#include <boost/algorithm/string.hpp>
#include <Nice/Util/WordExpression.h>
Include dependency graph for LaosBCUServiceWorker.cc:

Macros

#define MAKE_INT_VEC(t)   std::vector<uint32_t>(1,t)
 
#define MAKE_FLOAT_VEC(t)   std::vector<float>(1,t)
 
#define LOG_NAME   Laos::BCUServiceWorker<DataType>::DeviceAsyncImpl::m_worker->name()
 
#define LOG_NAME   Basda::ServiceWorker::name()
 

Macro Definition Documentation

◆ LOG_NAME [1/2]

#define LOG_NAME   Laos::BCUServiceWorker<DataType>::DeviceAsyncImpl::m_worker->name()

◆ LOG_NAME [2/2]

#define LOG_NAME   Basda::ServiceWorker::name()

◆ MAKE_FLOAT_VEC

#define MAKE_FLOAT_VEC (   t)    std::vector<float>(1,t)

◆ MAKE_INT_VEC

#define MAKE_INT_VEC (   t)    std::vector<uint32_t>(1,t)