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 | SchemaVersion |
This is a datatype to store the versioning details for the Grassroots JSON schema that is being used. More... | |
Functions | |
SchemaVersion * | AllocateCurrentSchemaVersion (void) |
Variables | |
const uint32 | CURRENT_SCHEMA_VERSION_MAJOR = 0 |
The current major revision of the Grassroots schema. More... | |
const uint32 | CURRENT_SCHEMA_VERSION_MINOR = 10 |
The current minor revision of the Grassroots schema. More... | |
SchemaVersion* AllocateCurrentSchemaVersion | ( | void | ) |