Use common register names in experiment code.

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1255 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
adrian
2012-05-18 12:11:22 +00:00
parent 76e3f53fec
commit 8973a8d40a
4 changed files with 20 additions and 33 deletions

View File

@ -83,7 +83,7 @@ class Register
void setName(const std::string& name) { m_Name = name; }
/**
* Retrieves the register name.
* @return the name
* @return the textual register description
*/
const std::string& getName() const { return (m_Name); }
/**