![]() |
SoDaRadio-12.2.0-cut_dependencies:6c82803
|
The Baseclass for all SoDa objects, and useful commonly used classes. More...
#include "Command.hxx"#include "Debug.hxx"#include <complex>#include <string>#include <sys/types.h>#include <unistd.h>#include <sys/syscall.h>#include <SoDa/Format.hxx>#include <SoDa/MailBox.hxx>#include <signal.h>#include <stdio.h>Go to the source code of this file.
Classes | |
| class | SoDa::Base |
| The SoDa Base class. More... | |
| class | SoDa::SDR::Exception |
| The SoDa::SDR Exception class (to distinguish it from the SoDaLibrary SoDa::Exception class. More... | |
| class | SoDa::Buf< BaseT > |
| The Buffer Class. More... | |
| class | SoDa::FBuf |
| Buf specialized buffer for floats only. More... | |
| class | SoDa::CBuf |
| Buf specialized buffer for floats only. More... | |
Namespaces | |
| namespace | SoDa |
| namespace | SoDa::SDR |
Typedefs | |
| typedef std::shared_ptr< FBuf > | SoDa::FBufPtr |
| typedef std::shared_ptr< CBuf > | SoDa::CBufPtr |
| typedef SoDa::MailBox< CommandPtr > | SoDa::CmdMBox |
| Mailboxes that carry commands only are of type CmdMBox. | |
| typedef std::shared_ptr< CmdMBox > | SoDa::CmdMBoxPtr |
| typedef SoDa::MailBox< FBufPtr > | SoDa::FDatMBox |
| Mailboxes that carry float or complex data are of type DatMBox. | |
| typedef std::shared_ptr< FDatMBox > | SoDa::FDatMBoxPtr |
| typedef SoDa::MailBox< CBufPtr > | SoDa::CDatMBox |
| Mailboxes that carry float or complex data are of type DatMBox. | |
| typedef std::shared_ptr< CDatMBox > | SoDa::CDatMBoxPtr |
| typedef std::shared_ptr< Base > | SoDa::BasePtr |
Enumerations | |
| enum | SoDa::RXTX { SoDa::RX , SoDa::TX , SoDa::TXRX } |
| We often need to distinguis between the RX and TX device. More... | |
The Baseclass for all SoDa objects, and useful commonly used classes.
SoDa base and commonly used classes
Definition in file SoDaBase.hxx.