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
ssWiTypes.hpp
- Committer:
- mariob
- Date:
- 2013-03-07
- Revision:
- 16:b50c3b3b241c
- Parent:
- 15:fb0f6cbc0ed5
- Child:
- 25:83172a067b57
File content as of revision 16:b50c3b3b241c:
/** \file ssWiTypes.hpp
* \brief type definition file
*/
#ifndef __SHARED_SLOTTED_TYPES_HPP__
#define __SHARED_SLOTTED_TYPES_HPP__
/** \brief tyoe of the port IDentifier
*/
typedef char PortID;
/** \brief type of the Value exchanged through the port
*/
typedef int PortValue;
#endif //__SHARED_SLOTTED_TYPES_HPP__