Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
encode_dcc_metadata.h
Go to the documentation of this file.
1 /*
2 ** Copyright 2014-2016 The Earlham Institute
3 **
4 ** Licensed under the Apache License, Version 2.0 (the "License");
5 ** you may not use this file except in compliance with the License.
6 ** You may obtain a copy of the License at
7 **
8 ** http://www.apache.org/licenses/LICENSE-2.0
9 **
10 ** Unless required by applicable law or agreed to in writing, software
11 ** distributed under the License is distributed on an "AS IS" BASIS,
12 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 ** See the License for the specific language governing permissions and
14 ** limitations under the License.
15 */
16 
22 /*
23  * encode_dcc_metadata.h
24  *
25  * Created on: 9 May 2016
26  * Author: billy
27  */
28 
29 #ifndef SRC_SERVICES_LIB_INCLUDE_ENCODE_DCC_METADATA_H_
30 #define SRC_SERVICES_LIB_INCLUDE_ENCODE_DCC_METADATA_H_
31 
33 #include "typedefs.h"
34 
35 #include "jansson.h"
36 
37 
38 
39 #ifdef __cplusplus
40 extern "C"
41 {
42 #endif
43 
44 GRASSROOTS_SERVICE_LOCAL bool AddEncodeDDCContext (json_t *service_json_p, json_t *contexts_p);
45 
46 #ifdef __cplusplus
47 }
48 #endif
49 
50 
51 #endif /* SRC_SERVICES_LIB_INCLUDE_ENCODE_DCC_METADATA_H_ */
grassroots_service_library.h
GRASSROOTS_SERVICE_LOCAL
#define GRASSROOTS_SERVICE_LOCAL
Definition: grassroots_service_library.h:50
typedefs.h