Module: OroGen::TypekitMarshallers::TypeInfo::EnumType
- Defined in:
- lib/orogen/marshallers/type_info.rb
Instance Method Summary collapse
Instance Method Details
#boost_serialization_compatible? ⇒ Boolean
97 |
# File 'lib/orogen/marshallers/type_info.rb', line 97 def boost_serialization_compatible?; true end |
#info_type ⇒ Object
102 103 104 |
# File 'lib/orogen/marshallers/type_info.rb', line 102 def info_type "RTT::types::TemplateTypeInfo" end |
#info_type_header ⇒ Object
98 99 100 |
# File 'lib/orogen/marshallers/type_info.rb', line 98 def info_type_header "rtt/types/TemplateTypeInfo.hpp" end |