Module: OroGen::TypekitMarshallers::TypeInfo::NumericType

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

Instance Method Summary collapse

Instance Method Details

#boost_serialization_compatible?Boolean

Returns:

  • (Boolean)


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

def boost_serialization_compatible?; true end

#info_typeObject



91
92
93
# File 'lib/orogen/marshallers/type_info.rb', line 91

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

#info_type_headerObject



87
88
89
# File 'lib/orogen/marshallers/type_info.rb', line 87

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