|
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.
Data Structures | |
| struct | DataResource |
| A datatype representing a URI. More... | |
Variables | |
| const char * | RESOURCE_DELIMITER_S |
| The string used to separate the protocol and values of a Resource. More... | |
| const char * | PROTOCOL_IRODS_S |
| The protocol for a data object on an iRODS system. More... | |
| const char * | PROTOCOL_FILE_S |
| The protocol for a data object for a mounted file. More... | |
| const char * | PROTOCOL_HTTP_S |
| The protocol for a data object for a web address. More... | |
| const char * | PROTOCOL_HTTPS_S |
| The protocol for a data object for a secure web address. More... | |
| const char * | PROTOCOL_INLINE_S |
| The protocol for a data object stored within the Grassroots system inline. More... | |
| const char * | PROTOCOL_TEXT_S |
| The protocol for a data object stored within the Grassroots system inline. More... | |
| const char * | PROTOCOL_SERVICE_S |
| The protocol for a data object for a Grassroots Service. More... | |
| const char* RESOURCE_DELIMITER_S |
The string used to separate the protocol and values of a Resource.
This is used to build string representations of the form <PROTOCOL><RESOURCE_DELIMITER_S><VALUE>
| const char* PROTOCOL_IRODS_S |
The protocol for a data object on an iRODS system.
| const char* PROTOCOL_FILE_S |
The protocol for a data object for a mounted file.
| const char* PROTOCOL_HTTP_S |
The protocol for a data object for a web address.
| const char* PROTOCOL_HTTPS_S |
The protocol for a data object for a secure web address.
| const char* PROTOCOL_INLINE_S |
The protocol for a data object stored within the Grassroots system inline.
| const char* PROTOCOL_TEXT_S |
The protocol for a data object stored within the Grassroots system inline.
| const char* PROTOCOL_SERVICE_S |
The protocol for a data object for a Grassroots Service.