TwiceAsNice
2019-02-18
|
#include <cassert>
#include <boost/python.hpp>
#include <Basda/Python/SmartPointerWrapper.hh>
#include <Basda/Device.h>
#include <Basda/RingbufferDevice.h>
#include <Basda/ServiceWorker.h>
#include <Basda/ServiceWorkerInterface.h>
#include <Basda/ServiceWorkerSkeleton.hh>
#include <Basda/Basdard.h>
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
#include <boost/python/suite/indexing/map_indexing_suite.hpp>
#include <Nice/Python/Property.h>
#include <Nice/Python/ExceptionTranslator.hh>
Namespaces | |
Basda | |
These are contants that are used by the services internally. | |
Basda::Python | |
Macros | |
#define | defS(name, method, ...) |
Functions | |
Basda::Python::BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (WaitForStateOverload, Basda::ServiceWorkerInterface::waitForState, 1, 2) | |
Basda::Python::BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (WaitForActiveStateOverload, Basda::ServiceWorkerInterface::waitForActiveState, 0, 1) | |
Basda::Python::BOOST_PYTHON_MODULE (_Basda) | |