rtt does not support const array ?
zbcwilliam opened this issue · 0 comments
zbcwilliam commented
- 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 );
}
- if not support const array currently, will support in the future? looking forward for your reply, thanks!