Psyllid  v1.12.4
Project 8 Data Acquisisition Software
Public Types | Public Attributes | List of all members
stream_manager::stream_template Struct Reference

#include <stream_manager.hh>

Public Types

typedef std::map< std::string, node_builder *> nodes_t
 
typedef std::set< std::string > connections_t
 

Public Attributes

scarab::param_node f_device_config
 
nodes_t f_nodes
 
connections_t f_connections
 

Detailed Description

Definition at line 54 of file stream_manager.hh.

Member Typedef Documentation

◆ connections_t

typedef std::set< std::string > connections_t

Definition at line 59 of file stream_manager.hh.

◆ nodes_t

typedef std::map< std::string, node_builder* > nodes_t

Definition at line 58 of file stream_manager.hh.

Member Data Documentation

◆ f_connections

connections_t f_connections

Definition at line 62 of file stream_manager.hh.

◆ f_device_config

scarab::param_node f_device_config

Definition at line 56 of file stream_manager.hh.

◆ f_nodes

nodes_t f_nodes

Definition at line 61 of file stream_manager.hh.


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