|
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 for storing a ParameterSet on a LinkedList. More...
#include <parameter_set.h>
Public Member Functions | |
| ParameterSetNode * | AllocateParameterSetNode (ParameterSet *params_p) |
| Allocate a new ParameterSetNode to point to the given ParameterSet. More... | |
| void | FreeParameterSetNode (ListItem *node_p) |
| Free a ParameterSetNode and its associated ParameterSet. More... | |
Data Fields | |
| ListItem | psn_node |
| The base list node. More... | |
| ParameterSet * | psn_param_set_p |
| Pointer to the associated ParameterSet. More... | |
Data Fields inherited from ListItem | |
| ListItem * | ln_prev_p |
| A pointer to the previous ListItem. More... | |
| ListItem * | ln_next_p |
| A pointer to the next ListItem. More... | |
A datatype for storing a ParameterSet on a LinkedList.
| ParameterSetNode * AllocateParameterSetNode | ( | ParameterSet * | params_p | ) |
Allocate a new ParameterSetNode to point to the given ParameterSet.
| params_p | The ParameterSet that this ParameterSetNode will point to. |
NULL if there was an error. | void FreeParameterSetNode | ( | ListItem * | node_p | ) |
Free a ParameterSetNode and its associated ParameterSet.
| node_p | The ParameterSetNode to free. |
| ListItem psn_node |
The base list node.
| ParameterSet* psn_param_set_p |
Pointer to the associated ParameterSet.