Changes between Version 5 and Version 6 of Software/dOML/CollectingMeasurements
- Timestamp:
- Nov 26, 2007, 1:15:35 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/dOML/CollectingMeasurements
v5 v6 24 24 == 1. Interface using OML Client Dynamic Library == 25 25 26 This methodassumes that the experimenter is developing its own experimental application(s) in C or C++. This method is illustrated in figure 2.26 This Interface scheme assumes that the experimenter is developing its own experimental application(s) in C or C++. This method is illustrated in figure 2. 27 27 28 28 [[Image(OML-Library-Method.png)]] 29 [[BR]] Figure 1. Interface Application/OML Client using Dynamic Library29 [[BR]] Figure 2. Interface Application/OML Client using Dynamic Library 30 30 [[BR]] 31 31 32 Within this scheme, the user defines in a XML format the measurement points and frequencies he/she is interested to collect from his/her application. Using this XML definition, an ORBIT web service will then automatically generates the source and compiled code for a specific ''OML Measurement API''. This specific API provides specific methods that the user can call within its C/C++ application code, whenever he/she wants to pass on measurement data to the OML collection service. 32 33 33 34