Subversion Repositories shark

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1418 giacomo 1
#ifndef __RTW_H__
2
#define __RTW_H__
3
 
4
#define NINPUTCAB 10
5
#define NOUTPUTCAB 10
6
 
7
void activate_sensors();
8
void activate_actuators();
9
 
10
#endif