TwiceAsNice  2019-02-18
Macros
LaosBCUIf.cc File Reference
#include <LaosBCUIf.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 <Python.h>
#include <boost/filesystem/operations.hpp>
#include <typeinfo>
#include <Nice/Util/FileByPath.h>
#include <Nice/Property/BridgeMemFn.hh>
#include <Laos/BCU/BCUIfServiceWorker.h>
Include dependency graph for LaosBCUIf.cc:

Macros

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

Macro Definition Documentation

◆ 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)