]> git.mxchange.org Git - simgear.git/blobdiff - simgear/hla/HLAInteractionClass.hxx
canvas::Layout: support for contents margins.
[simgear.git] / simgear / hla / HLAInteractionClass.hxx
index 34a25c7e95db506aba602b33f9eaab37c8b2f88f..6b614912c2800e3475ce820b7f1b5188aa27b0b6 100644 (file)
@@ -59,8 +59,9 @@ public:
     const HLADataType* getParameterDataType(unsigned index) const;
     void setParameterDataType(unsigned index, const SGSharedPtr<const HLADataType>& dataType);
 
-    HLADataElement::IndexPathPair getIndexPathPair(const HLADataElement::StringPathPair& stringPathPair) const;
-    HLADataElement::IndexPathPair getIndexPathPair(const std::string& path) const;
+    /// Get the attribute data element index for the given path, return true if successful
+    bool getDataElementIndex(HLADataElementIndex& dataElementIndex, const std::string& path) const;
+    HLADataElementIndex getDataElementIndex(const std::string& path) const;
 
     virtual bool subscribe();
     virtual bool unsubscribe();