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.
schema_version.h File Reference
#include "grassroots_util_library.h"
#include "typedefs.h"
#include "jansson.h"
Include dependency graph for schema_version.h:
This graph shows which files directly or indirectly include this file:

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

SchemaVersionAllocateCurrentSchemaVersion (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...
 

Function Documentation

◆ AllocateCurrentSchemaVersion()

SchemaVersion* AllocateCurrentSchemaVersion ( void  )