Mario Bambagini / ssWi

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__