orocos-toolchain/rtt

rtt does not support const array ?

zbcwilliam opened this issue · 0 comments

  1. ValueFactory::buildConstant , which in the src/rtt/types/ValueFactory.cpp,
    does not have an useable implementation:

AttributeBase* ValueFactory::buildConstant(std::string name,DataSourceBase::shared_ptr dsb, int ) const {
return this->buildConstant(name, dsb );
}

  1. if not support const array currently, will support in the future? looking forward for your reply, thanks!