Yokogawa PC-Based MX100 User Manual

Page 1007

Advertising
background image

19-13

IM MX190-01E

DARWIN for Extended API - Visual C++ -

19

19.5 Program for Loading Instantaneous Value Data

- DARWIN/Visual C++ -

Adding the Path to the Include File

Add the path of the include file (DAQDA100Reader.h) to the project. The method of

adding the include file varies depending on the environment used.

Declaration in the Source File

Write the declaration in the source file.

#include "DAQDA100Reader.h"

Note

The include files of the common section and for DARWIN (DAQHandler.h,
DAQDARWIN.h, and DAQDA100.h) is referenced from the include file described
above. Thus, declaration for it is not necessary.

Library Designation

Adds libraries (DAQDA100.lib, DAQDARWIN.lib, and DAQHandler.lib) to the project.

The method of adding the include file varies depending on the environment used.
This enables the use of all classes. It also enables the use of all Visual C functions.

Advertising