Last change
on this file since 92 was
81,
checked in by rosiere, 17 years ago
|
- Finish Environment (and test)
- Continue predictor_unit
- Add external tools
- svn keyword "Id" set
|
-
Property svn:keywords set to
Id
|
File size:
261 bytes
|
Line | |
---|
1 | #ifndef ENVIRONMENT_SIM2OS_SERVICE_CONVERSION_H |
---|
2 | #define ENVIRONMENT_SIM2OS_SERVICE_CONVERSION_H |
---|
3 | |
---|
4 | #include "Service.h" |
---|
5 | |
---|
6 | namespace environment { |
---|
7 | namespace sim2os { |
---|
8 | |
---|
9 | int service2int (service_t num_service); |
---|
10 | service_t int2service (int val); |
---|
11 | |
---|
12 | }; |
---|
13 | }; |
---|
14 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.