Section 2.2. Building your own Typekit:
RTT::Types()->addType( new ControlDataTypeInfo() );
should be
RTT::types::Types()->addType( new ControlDataTypeInfo() );
patch attached.
Attachment | Size |
---|---|
0001-fix-typo-in-typekit-manual.patch | 1.21 KB |
Orocos Real-Time ToolkitSmarter realtime. Safer threads
|
|
Typo in orocos_typekit_plugin manual
Section 2.2. Building your own Typekit: RTT::Types()->addType( new ControlDataTypeInfo() ); should be RTT::types::Types()->addType( new ControlDataTypeInfo() ); patch attached.
|