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.
irods_util.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 
21 /*
22  * irods_util.h
23  *
24  * Created on: 18 Feb 2016
25  * Author: tyrrells
26  */
27 
28 #ifndef IRODS_LIB_INCLUDE_IRODS_UTIL_H_
29 #define IRODS_LIB_INCLUDE_IRODS_UTIL_H_
30 
31 #include "rodsDef.h"
32 #include "getRodsEnv.h"
33 #include "rcConnect.h"
34 #include "rodsPath.h"
35 #include "parseCommandLine.h"
36 #include "irods_util_library.h"
37 #include "grassroots_server.h"
38 
39 #ifdef __cplusplus
40 extern "C"
41 {
42 #endif
43 
44 
45 
46 IRODS_UTIL_API void InitRodsEnv (const char *irods_env_file_s);
47 
48 
49 IRODS_UTIL_API int PutAndCheckForServices (rcComm_t **connection_pp, rodsEnv *env_p, rodsArguments_t *args_p, rodsPathInp_t *path_inp_p);
50 
51 
52 IRODS_UTIL_LOCAL int PrintRodsPath (FILE *out_f, const rodsPath_t * const rods_path_p, const char * const description_s);
53 
54 
55 
56 #ifdef __cplusplus
57 }
58 #endif
59 
60 #endif /* IRODS_LIB_INCLUDE_IRODS_UTIL_H_ */
InitRodsEnv
void InitRodsEnv(const char *irods_env_file_s)
grassroots_server.h
IRODS_UTIL_API
#define IRODS_UTIL_API
Definition: irods_util_library.h:46
irods_util_library.h
IRODS_UTIL_LOCAL
#define IRODS_UTIL_LOCAL
Definition: irods_util_library.h:47
PutAndCheckForServices
int PutAndCheckForServices(rcComm_t **connection_pp, rodsEnv *env_p, rodsArguments_t *args_p, rodsPathInp_t *path_inp_p)