ROSaic
|
Defines a class that reads messages handed over from the circular buffer. More...
Go to the source code of this file.
Variables | |
std::pair< uint16_t, TypeOfPVT_Enum > | type_of_pvt_pairs [] |
Pair of iterators to facilitate initialization of the map. More... | |
std::pair< std::string, RxID_Enum > | rx_id_pairs [] |
Pair of iterators to facilitate initialization of the map. More... | |
Defines a class that reads messages handed over from the circular buffer.
Definition in file rx_message.cpp.
std::pair<std::string, RxID_Enum> rx_id_pairs[] |
Pair of iterators to facilitate initialization of the map.
Definition at line 70 of file rx_message.cpp.
std::pair<uint16_t, TypeOfPVT_Enum> type_of_pvt_pairs[] |
Pair of iterators to facilitate initialization of the map.
Definition at line 53 of file rx_message.cpp.