|
MIRA
|
Filter for synchronized callbacks on subscribed channels. More...

Go to the source code of this file.
Classes | |
| struct | placeholder_template< int > |
| struct | is_placeholder< placeholder_template< N > > |
| class | ChannelSynchronizerBase |
| class | ChannelSynchronizer< Ts > |
Namespaces | |
| mira | |
| specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Macros | |
| #define | MIRA_FW_INTERNAL_NUMBER(z, n, data) BOOST_PP_COMMA_IF(n) BOOST_PP_CAT(data,n) |
| #define | MIRA_CHANNEL_SYNCHRONIZER(TNAME, TNUM) |
| #define | MIRA_FW_GEN_CHANNEL_SYNCHRONIZER(z, n, data) MIRA_CHANNEL_SYNCHRONIZER(BOOST_PP_CAT(ChannelSynchronizer,n), n)\ |
Filter for synchronized callbacks on subscribed channels.
| #define MIRA_FW_INTERNAL_NUMBER | ( | z, | |
| n, | |||
| data | |||
| ) | BOOST_PP_COMMA_IF(n) BOOST_PP_CAT(data,n) |
| #define MIRA_CHANNEL_SYNCHRONIZER | ( | TNAME, | |
| TNUM | |||
| ) |
| #define MIRA_FW_GEN_CHANNEL_SYNCHRONIZER | ( | z, | |
| n, | |||
| data | |||
| ) | MIRA_CHANNEL_SYNCHRONIZER(BOOST_PP_CAT(ChannelSynchronizer,n), n)\ |
1.8.14