Private
Public Access
2
0

common.hpp: use common.hpp instead of renaming C functions in interface

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-07-04 15:42:04 +01:00
parent 720008f61f
commit 4b0f24367a
6 changed files with 24 additions and 15 deletions

View File

@@ -30,6 +30,7 @@
namespace mraa {
/**
* @file
* @brief C++ API to common functions of MRAA
*
* This file defines the C++ interface for libmraa common functions
@@ -47,7 +48,7 @@ std::string getVersion()
}
/**
* This function attempts to set the mraa process to a given priority and the
* This function attempts to set the mraa process to a given priority and the
* scheduler to SCHED_RR. Highest * priority is typically 99 and minimum is 0.
* This function * will set to MAX if * priority is > MAX. Function will return
* -1 on failure.