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.
|
A datatype representing a URI. More...
#include <data_resource.h>
Data Fields | |
char * | re_protocol_s |
The protocol of this Resource. More... | |
char * | re_value_s |
The protocol-specific path to the data object. More... | |
char * | re_title_s |
An optional user-friendly name for this Resource. More... | |
json_t * | re_data_p |
An optional set of json-based data for any application-specific configuration details. More... | |
A datatype representing a URI.
This represents a URI to a particular data object. For example "http://grassroots.tgac.ac.uk" would have a protocol of "http" and a value of "grassroots.tgac.ac.uk". It can have a user-friendly title and an associated json object if needed.
char* re_protocol_s |
The protocol of this Resource.
char* re_value_s |
The protocol-specific path to the data object.
char* re_title_s |
An optional user-friendly name for this Resource.
json_t* re_data_p |
An optional set of json-based data for any application-specific configuration details.