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.
|
Go to the source code of this file.
Functions | |
GERMPLASM_SERVICE_API ServicesArray * | GetServices (User *user_p, GrassrootsServer *grassroots_p) |
Get the ServicesArray containing the germplasm Services. More... | |
GERMPLASM_SERVICE_API void | ReleaseServices (ServicesArray *services_p) |
Free the ServicesArray containing the germplasm Services. More... | |
GERMPLASM_SERVICE_API ServicesArray* GetServices | ( | User * | user_p, |
GrassrootsServer * | grassroots_p | ||
) |
Get the ServicesArray containing the germplasm Services.
user_p | The User for the user trying to access the services. This can be NULL . |
NULL
upon error. GERMPLASM_SERVICE_API void ReleaseServices | ( | ServicesArray * | services_p | ) |
Free the ServicesArray containing the germplasm Services.
services_p | The ServicesArray to free. |