Collection of all possible containers for mimmo ports. Each port container is declared as a costant string MC_<xxx>, where MC_ prefix identifies the mimmo port container. More...
| #define | MC_SCALAR "MC_SCALAR" |
| #define | MC_VECTOR "MC_VECTOR" |
| #define | MC_ARRAY3 "MC_ARRAY3" |
| #define | MC_ARRAY4 "MC_ARRAY4" |
| #define | MC_VECARR3 "MC_VECARR3" |
| #define | MC_ARR3ARR3 "MC_ARR3ARR3" |
| #define | MC_ARR3ARR3VEC "MC_ARR3ARR3VEC" |
| #define | MC_MPVECTOR "MC_MPVECTOR" |
| #define | MC_MPVECARR3 "MC_MPVECARR3" |
| #define | MC_UMAP "MC_UMAP" |
Detailed Description
Collection of all possible containers for mimmo ports. Each port container is declared as a costant string MC_<xxx>, where MC_ prefix identifies the mimmo port container.
Macro Definition Documentation
◆ MC_ARR3ARR3
| #define MC_ARR3ARR3 "MC_ARR3ARR3" |
std::array< std::array< . , 3 > , 3 > container identifier
Definition at line 117 of file portDefinitions.hpp.
◆ MC_ARR3ARR3VEC
| #define MC_ARR3ARR3VEC "MC_ARR3ARR3VEC" |
std::array< std::array< std::array< . , 3 > , 3 > , 3 > container identifier
Definition at line 118 of file portDefinitions.hpp.
◆ MC_ARRAY3
| #define MC_ARRAY3 "MC_ARRAY3" |
std::array< . , 3 > container identifier
Definition at line 114 of file portDefinitions.hpp.
◆ MC_ARRAY4
| #define MC_ARRAY4 "MC_ARRAY4" |
std::array< . , 4 > container identifier
Definition at line 115 of file portDefinitions.hpp.
◆ MC_MPVECARR3
| #define MC_MPVECARR3 "MC_MPVECARR3" |
MimmoPiercedVector< std::array< . , 3 > > container identifier
Definition at line 120 of file portDefinitions.hpp.
◆ MC_MPVECTOR
| #define MC_MPVECTOR "MC_MPVECTOR" |
MimmoPiercedVector< . > container identifier
Definition at line 119 of file portDefinitions.hpp.
◆ MC_SCALAR
| #define MC_SCALAR "MC_SCALAR" |
Single value container identifier
Definition at line 112 of file portDefinitions.hpp.
◆ MC_UMAP
| #define MC_UMAP "MC_UMAP" |
std::unordered_map< long , . > container identifier
Definition at line 121 of file portDefinitions.hpp.
◆ MC_VECARR3
| #define MC_VECARR3 "MC_VECARR3" |
std::vector< std::array< . , 3 > > container identifier
Definition at line 116 of file portDefinitions.hpp.
◆ MC_VECTOR
| #define MC_VECTOR "MC_VECTOR" |
std::vector< . > container identifier
Definition at line 113 of file portDefinitions.hpp.
1.8.17