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.
|
#include "jansson.h"
#include "grassroots_service_library.h"
#include "linked_list.h"
#include "parameter_set.h"
Go to the source code of this file.
Data Structures | |
struct | MappedParameter |
This structure is used to store a relationship between a value from the output of running one service to use as an input parameter value for another service. More... | |
struct | MappedParameterNode |
This datatype allows the storage of MappedParameters on a LinkedList. More... | |