サービスポートのチュートリアルについて

1 post / 0 new
Yuki Murata
Offline
Last seen: 5 years 8 months ago
Joined: 2017-06-19 12:01
サービスポートのチュートリアルについて

[サービスポートのチュートリアルについて]

http://ysuga.net/?p=67#more-67(サービスポートのチュートリアル)

サービスポートの使い方チュートリアルにおいて、SimpleServiceProviderをチュートリアル通りにRTCビルダーで生成すると、下記のように生成され、VisualStudioでビルドできないことがあります。その為、このような修正が必要となります。

【SimpleServiceProvide.h】

    ・生成直後
        (Ln258)    SimpleServiceSVC_impl m_simpleServiceProvider;
            ↓
    ・修正
        (Ln258)    ysuga_SimpleServiceSVC_impl m_simpleServiceProvider;

【SimpleServiceSVC_impl.h】

    ・生成直後
        (Ln30)    SimpleServiceSVC_impl();
            ↓
    ・修正
        (Ln30)    ysuga_SimpleServiceSVC_impl();

手動でそれぞれ書き加えてください。

Japanese

Download

latest Releases : 2.0.0-RELESE

2.0.0-RELESE Download page

Number of Projects

Choreonoid

Motion editor/Dynamics simulator

OpenHRP3

Dynamics simulator

OpenRTP

Integrated Development Platform

AIST RTC collection

RT-Components collection by AIST

TORK

Tokyo Opensource Robotics Association

DAQ-Middleware

Middleware for DAQ (Data Aquisition) by KEK