SObjectizer-5 Extra
Variables
so_5::extra::mboxes::collecting_mbox::errors Namespace Reference

Variables

const int rc_subscribe_event_handler_be_used_on_collecting_mbox
 An attempt to make subscription to collecting_mbox. More...
 
const int rc_delivery_filter_cannot_be_used_on_collecting_mbox
 An attempt to set delivery filter to collecting_mbox. More...
 
const int rc_different_message_type
 An attempt to send a message or signal of different type. More...
 

Variable Documentation

◆ rc_delivery_filter_cannot_be_used_on_collecting_mbox

const int so_5::extra::mboxes::collecting_mbox::errors::rc_delivery_filter_cannot_be_used_on_collecting_mbox
Initial value:
=
const int collecting_mbox_errors
Starting point for errors of collecting_mbox submodule.

An attempt to set delivery filter to collecting_mbox.

Since
v.1.0.1

Definition at line 51 of file collecting_mbox.hpp.

◆ rc_different_message_type

const int so_5::extra::mboxes::collecting_mbox::errors::rc_different_message_type
Initial value:
=
const int collecting_mbox_errors
Starting point for errors of collecting_mbox submodule.

An attempt to send a message or signal of different type.

Since
v.1.0.1

Definition at line 60 of file collecting_mbox.hpp.

◆ rc_subscribe_event_handler_be_used_on_collecting_mbox

const int so_5::extra::mboxes::collecting_mbox::errors::rc_subscribe_event_handler_be_used_on_collecting_mbox
Initial value:
=
const int collecting_mbox_errors
Starting point for errors of collecting_mbox submodule.

An attempt to make subscription to collecting_mbox.

Since
v.1.0.1

Definition at line 42 of file collecting_mbox.hpp.