orocos-toolchain / rtt

Orocos Real-Time Toolkit
http://www.orocos.org
Other
72 stars 79 forks source link

rtt does not support const array ? #315

Open zbcwilliam opened 4 years ago

zbcwilliam commented 4 years ago
  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!