|
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 "grassroots_service_library.h"#include "linked_list.h"#include "parameter_set.h"#include "typedefs.h"#include "handler.h"#include "user_details.h"#include "jansson.h"#include "tag_item.h"Go to the source code of this file.
Data Structures | |
| struct | ReferredServiceData |
| The base structure for storing Service configuration data. More... | |
| struct | ReferredService |
| A datatype which defines an available service, its capabilities and its parameters. More... | |
| struct | ReferredServiceNode |
| A datatype for storing a ReferredService on a LinkedList. More... | |