Revision 83864a21

View differences:

examples/meka/src/mekajointinterface.cpp
37 37
    //iterate through incoming joints and filter out joints we need:
38 38
    for(int i=0; i<msg.name.size(); i++){
39 39

  
40
        string name = msg.name[i];
40
        std::string name = msg.name[i];
41 41
        //printf("incoming data for joint '%s'\n", name.c_str());
42 42

  
43 43
        int id = -1;
......
101 101
}
102 102

  
103 103
//! constructor
104
MekaJointInterface::MekaJointInterface(string _input_scope, string control_scope, string _output_scope) : humotion::server::JointInterface(){
104
MekaJointInterface::MekaJointInterface(std::string _input_scope, std::string control_scope, std::string _output_scope) : humotion::server::JointInterface(){
105 105
    input_scope = _input_scope;
106 106
    output_scope = _output_scope;
107 107

  

Also available in: Unified diff