31 #include <ArmarXCore/interface/observers/DataFieldIdentifierBase.h>
35 class DataFieldIdentifier;
73 std::string channelName,
74 std::string datafieldName);
81 std::string getIdentifierStr()
const;
129 return datafieldName;
148 stream << rhs->getIdentifierStr();
153 extern template class ::IceInternal::Handle<::armarx::DataFieldIdentifier>;