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.
MappedParameterNode Struct Reference

This datatype allows the storage of MappedParameters on a LinkedList. More...

#include <mapped_parameter.h>

Inheritance diagram for MappedParameterNode:
[legend]
Collaboration diagram for MappedParameterNode:
[legend]

Data Fields

ListItem mpn_node
 The base node. More...
 
MappedParametermpn_mapped_param_p
 A pointer to the MappedParameter to store. More...
 
- Data Fields inherited from ListItem
ListItemln_prev_p
 A pointer to the previous ListItem. More...
 
ListItemln_next_p
 A pointer to the next ListItem. More...
 

Detailed Description

This datatype allows the storage of MappedParameters on a LinkedList.

Field Documentation

◆ mpn_node

ListItem mpn_node

The base node.

◆ mpn_mapped_param_p

MappedParameter* mpn_mapped_param_p

A pointer to the MappedParameter to store.


The documentation for this struct was generated from the following file: