class CYCData: methode addCommands added.

This commit is contained in:
Roland Jax
2014-09-28 21:01:51 +02:00
parent 3061bd09ca
commit fd6e65e7d7
2 changed files with 15 additions and 7 deletions
+2
View File
@@ -43,6 +43,8 @@ public:
std::string getData(int index);
void addCommands(Commands* commands);
private:
EBusLoop* m_ebusloop;
Commands* m_commands;