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.
parameter_set.h File Reference
#include "jansson.h"
#include "linked_list.h"
#include "parameter.h"
#include "json_util.h"
#include "parameter_group.h"
Include dependency graph for parameter_set.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ParameterSet
 A set of Parameters along with an optional name and description. More...
 
struct  ParameterSetNode
 A datatype for storing a ParameterSet on a LinkedList. More...
 

Functions

uint32 GetParameterSetSize (const ParameterSet *const param_set_p)
 

Function Documentation

◆ GetParameterSetSize()

uint32 GetParameterSetSize ( const ParameterSet *const  param_set_p)