#include "sick_scan/sick_scan_base.h"
Go to the source code of this file.
Classes | |
| struct | roswrap::service_traits::DataType< M > |
| Specialize to provide the datatype for a service. More... | |
| struct | roswrap::service_traits::MD5Sum< M > |
| Specialize to provide the md5sum for a service. More... | |
Namespaces | |
| roswrap | |
| roswrap::service_traits | |
Macros | |
| #define | ROSCPP_SERVICE_TRAITS_H |
Functions | |
| template<typename M > | |
| const char * | roswrap::service_traits::datatype () |
| return DataType<M>::value(); More... | |
| template<typename M > | |
| const char * | roswrap::service_traits::datatype (const M &m) |
| return DataType<M>::value(); More... | |
| template<typename M > | |
| const char * | roswrap::service_traits::md5sum () |
| return MD5Sum<M>::value(); More... | |
| template<typename M > | |
| const char * | roswrap::service_traits::md5sum (const M &m) |
| return MD5Sum<M>::value(m); More... | |
| #define ROSCPP_SERVICE_TRAITS_H |
Definition at line 30 of file service_traits.h.