diff options
Diffstat (limited to 'parameter/SubsystemObject.cpp')
-rw-r--r-- | parameter/SubsystemObject.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/parameter/SubsystemObject.cpp b/parameter/SubsystemObject.cpp index d79789b..c778baf 100644 --- a/parameter/SubsystemObject.cpp +++ b/parameter/SubsystemObject.cpp @@ -139,11 +139,12 @@ bool CSubsystemObject::sendToHW(string& strError) return false; } -bool CSubsystemObject::receiveFromHW(string& strError) +bool CSubsystemObject::receiveFromHW(string& ) { - strError = "Receive from HW interface not implemented at subsystsem level!"; + // Back synchronization is not supported at subsystem level. + // Rely on blackboard content - return false; + return true; } // Fall back HW access |