Mercury
na_bmi.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2013 Argonne National Laboratory, Department of Energy,
3  *                    UChicago Argonne, LLC and The HDF Group.
4  * All rights reserved.
5  *
6  * The full copyright notice, including terms governing use, modification,
7  * and redistribution, is contained in the COPYING file that can be
8  * found at the root of the source code distribution tree.
9  */
10 
11 #ifndef NA_BMI_H
12 #define NA_BMI_H
13 
14 #include "na.h"
15 
16 #include <bmi.h>
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
36 NA_EXPORT na_class_t *
38  const char *method_list,
39  const char *listen_addr,
40  int flags
41  );
42 
43 #ifdef __cplusplus
44 }
45 #endif
46 
47 #endif /* NA_BMI_H */
NA_EXPORT na_class_t * NA_BMI_Init(const char *method_list, const char *listen_addr, int flags)
Initialize the BMI plugin.