User manual
MEX ASPERA-3
Ref.:
ME-ASP-MA-0002
Issue:
Issue 1 Rev. 4
Date:
15/2/2002
Page:
Page 14 of 58
ASPERA-3 EGSE User Manual
IFSI
CNR
2.3 Instrument/System Level Test
The SCOE module is used both at instrument and system level test. The few differences in the two
configurations are resolved at compile time commenting/uncommenting the constant variable ILT
found in
/users/cerulli/cpp/scoe/scoe/configura.h
#ifndef __320c542_H__
#define __320c542_H__
/* --- Conditional compilation --- */
//#define ILT // Using ILT client
#ifndef ILT
#define NET_BYTE_ORDER // Use net byte order (big endian)
#endif
.. ..
.. ..
The MEXILT and S/C sim modules are used only at ILT, while SDM is used in both configurations.
2.4 Instrument Level Test EGSE
In this configuration both the SCOE and MEXILT modules are used. The SCOE program must be
compiled with (defining) the ILT constant in
/users/cerulli/cpp/scoe/scoe/configura.h
/* --- Conditional compilation --- */
#define ILT // Using ILT client