|
SoDaRadio-5.0.3-master:8901fb5
|
The Baseclass for all SoDa objects, and useful commonly used classes. More...
#include "Command.hxx"#include "MultiMBox.hxx"#include "Debug.hxx"#include <complex>#include <string>#include <boost/thread.hpp>#include <boost/format.hpp>#include <sys/types.h>#include <unistd.h>#include <sys/syscall.h>#include <signal.h>#include <stdio.h>Go to the source code of this file.
Classes | |
| class | SoDa::SoDaBuf |
| The Buffer Class. More... | |
| class | SoDa::SoDaBase |
| The SoDa Base class. More... | |
| class | SoDa::SoDaException |
| The SoDa Exception class. More... | |
| class | SoDa::SoDaThread |
| The Thread baseclass for all SoDa thread objects. More... | |
Namespaces | |
| SoDa | |
Typedefs | |
| typedef MultiMBox< Command > | SoDa::CmdMBox |
| Mailboxes that carry commands only are of type CmdMBox. More... | |
| typedef MultiMBox< SoDaBuf > | SoDa::DatMBox |
| Mailboxes that carry float or complex data are of type DatMBox. More... | |
The Baseclass for all SoDa objects, and useful commonly used classes.
SoDa base and commonly used classes
Definition in file SoDaBase.hxx.
1.8.13