Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: rover_car rover_pc supervisor watering_unit ... more
Revision 25:83172a067b57, committed 2020-04-21
- Comitter:
- mariob
- Date:
- Tue Apr 21 08:23:47 2020 +0000
- Parent:
- 24:80345e511574
- Commit message:
- added comments
Changed in this revision
ssWiTypes.hpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/ssWiTypes.hpp Mon Apr 20 20:27:01 2020 +0000 +++ b/ssWiTypes.hpp Tue Apr 21 08:23:47 2020 +0000 @@ -5,11 +5,15 @@ #ifndef __SHARED_SLOTTED_TYPES_HPP__ #define __SHARED_SLOTTED_TYPES_HPP__ -/** \brief tyoe of the port IDentifier +/** \brief type of the port identifier + * + * it must be one byte only */ typedef char PortID; /** \brief type of the Value exchanged through the port + * + * it must be a type that can be used with std::atomic */ typedef int PortValue;