TwiceAsNice
2019-02-18
|
#include <config.h>
#include <Nice/Log.h>
#include <Nice/Property.h>
#include <Nice/Util/Thread.h>
#include <Nice/Util/AtomicReadWait.hh>
#include <Basda/ServiceStateMachine.h>
#include <ostream>
Classes | |
class | Basda::ServiceWorker |
struct | Basda::ServiceWorker::Branch |
The information which function is called if the next state is fixed. More... | |
class | Basda::ServiceWorker::WorkerThread |
A thread associated with a private state machine and a private monitor variable. More... | |
Namespaces | |
Basda | |
These are contants that are used by the services internally. | |
Basda::Python | |
Macros | |
#define | LOG_NAME name() |
#define | LOG_NAME Nice::Name |
Typedefs | |
typedef IceUtil::Handle< ServiceWorker > | Basda::ServiceWorkerPtr |
Functions | |
void | Basda::Python::init_module__Basda () |
#define LOG_NAME name() |
#define LOG_NAME Nice::Name |