diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-01-03 18:28:21 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-01-03 18:28:21 +0000 |
commit | c95f632a674afbf3606d66f950455438efa7aec3 (patch) | |
tree | 059e807bf5d611724d80d8490092e5123d3d903b /os/various/cpp_wrappers/ch.hpp | |
parent | b5da4b76b5810b41900432832f178280069d8d91 (diff) | |
download | ChibiOS-c95f632a674afbf3606d66f950455438efa7aec3.tar.gz ChibiOS-c95f632a674afbf3606d66f950455438efa7aec3.tar.bz2 ChibiOS-c95f632a674afbf3606d66f950455438efa7aec3.zip |
Added an iclass to the C++ wrapper.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5028 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/various/cpp_wrappers/ch.hpp')
-rw-r--r-- | os/various/cpp_wrappers/ch.hpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/os/various/cpp_wrappers/ch.hpp b/os/various/cpp_wrappers/ch.hpp index 05bc1b33d..4cc6704b9 100644 --- a/os/various/cpp_wrappers/ch.hpp +++ b/os/various/cpp_wrappers/ch.hpp @@ -1302,6 +1302,18 @@ namespace chibios_rt { * @api
*/
flagsmask_t getAndClearFlags(void);
+
+ /**
+ * @brief Returns the flags associated to an @p EventListener.
+ * @details The flags are returned and the @p EventListener flags mask is
+ * cleared.
+ *
+ * @return The flags added to the listener by the associated
+ * event source.
+ *
+ * @iclass
+ */
+ flagsmask_t getAndClearFlagsI(void);
};
/*------------------------------------------------------------------------*
|