Module: OroGen::TypekitMarshallers::TypeInfo::EnumType

Defined in:
lib/orogen/marshallers/type_info.rb

Instance Method Summary collapse

Instance Method Details

#boost_serialization_compatible?Boolean

Returns:

  • (Boolean)


97
# File 'lib/orogen/marshallers/type_info.rb', line 97

def boost_serialization_compatible?; true end

#info_typeObject



102
103
104
# File 'lib/orogen/marshallers/type_info.rb', line 102

def info_type
    "RTT::types::TemplateTypeInfo"
end

#info_type_headerObject



98
99
100
# File 'lib/orogen/marshallers/type_info.rb', line 98

def info_type_header
    "rtt/types/TemplateTypeInfo.hpp"
end