|
void | write (T value, int index) |
| Write some data coming from a source. More...
|
|
| Core (Core const &core)=delete |
| Constructor by copy. More...
|
|
void | cleanup () overridefinal |
| Cleanup the object.
|
|
bool | configure () overridefinal |
| Configure the object.
|
|
std::string | container_name () const override |
| Get the core container name.
|
|
bool | is_configured () const overridefinal |
| Get the configuration status of the configurable object. More...
|
|
AbstractLogger & | logger () const override |
| Get the logger.
|
|
Core & | operator= (Core const &core)=delete |
| Copy operator. More...
|
|
std::string | shell_type_name () const override |
| Get the shell type name. More...
|
|
| AbstractCore () |
| Default constructor. More...
|
|
virtual | ~AbstractCore () noexcept |
| Default descructor. More...
|
|
virtual std::string | to_string () const |
|
std::string | type_name () const |
| Get type name. More...
|
|
const std::vector< AbstractProperty * > | get_properties () const |
| Get the properties of the shell. More...
|
|
std::size_t | get_properties_size () const |
|
AbstractProperty * | get_property (std::string const &name) const |
|
AbstractProperty * | get_property (int index) const |
|
template<typename T, int N>
struct mauve::base::MuxWriteServiceCore< T, N >
Multiplexer core with write services.
- Template Parameters
-
T | type of ports data |
N | number of services ports to mux |