Added doxygen comment

Former-commit-id: d7b41ef9690130c98a6aca901af239d0f1be9e63
This commit is contained in:
T. van der Zwan 2014-01-07 13:24:56 +00:00
parent 8e15de7501
commit 890bb426f4

View File

@ -20,6 +20,13 @@ public:
virtual ~LedDevicePiBlaster(); virtual ~LedDevicePiBlaster();
///
/// Attempts to open the piblaster-device. This will only succeed if the device is not yet open
/// and the device is available.
///
/// @param report If true errors are writen to the standard error else silent
/// @return Zero on succes else negative
///
int open(bool report = true); int open(bool report = true);
/// ///