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

The datatype to allow the storage of LinkedServices on LinkedLists. More...

#include <linked_service.h>

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

Data Fields

ListItem lsn_node
 The base ListItem. More...
 
LinkedServicelsn_linked_service_p
 A pointer to the LinkedService. 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

The datatype to allow the storage of LinkedServices on LinkedLists.

Field Documentation

◆ lsn_node

ListItem lsn_node

The base ListItem.

◆ lsn_linked_service_p

LinkedService* lsn_linked_service_p

A pointer to the LinkedService.


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