Changes between Version 5 and Version 6 of Software/dOML/CollectingMeasurements


Ignore:
Timestamp:
Nov 26, 2007, 1:15:35 AM (16 years ago)
Author:
thierry
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Software/dOML/CollectingMeasurements

    v5 v6  
    2424== 1. Interface using OML Client Dynamic Library ==
    2525
    26 This method assumes that the experimenter is developing its own experimental application(s) in C or C++. This method is illustrated in figure 2.
     26This Interface scheme assumes that the experimenter is developing its own experimental application(s) in C or C++. This method is illustrated in figure 2.
    2727
    2828[[Image(OML-Library-Method.png)]]
    29 [[BR]] Figure 1.  Interface Application/OML Client using Dynamic Library
     29[[BR]] Figure 2.  Interface Application/OML Client using Dynamic Library
    3030[[BR]]
    3131
     32Within 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.
    3233
    3334