gnuradio::gr::basic_flow_graph::basic_flow_graph Class Reference

basic_flow_graph -- describe connections between blocks More...

List of all members.

Public Member Functions

def __init__
def connect
 connect requires two or more arguments that can be coerced to endpoints.
def disconnect
def disconnect_all
def validate
def all_blocks
 return list of all blocks in the graph
def in_edges
 return list of all edges that have M as a destination
def out_edges
 return list of all edges that have M as a source
def downstream_verticies
def downstream_verticies_port
def upstream_verticies
def adjacent_verticies
 return list of all verticies adjacent to M
def sink_p
 return True iff this block is a sink
def source_p
 return True iff this block is a source

Public Attributes

 edge_list


Detailed Description

basic_flow_graph -- describe connections between blocks

Member Function Documentation

def gnuradio::gr::basic_flow_graph::basic_flow_graph::__init__ (   self  ) 

def gnuradio::gr::basic_flow_graph::basic_flow_graph::adjacent_verticies (   self,
  m 
)

return list of all verticies adjacent to M

def gnuradio::gr::basic_flow_graph::basic_flow_graph::all_blocks (   self  ) 

return list of all blocks in the graph

def gnuradio::gr::basic_flow_graph::basic_flow_graph::connect (   self,
  points 
)

connect requires two or more arguments that can be coerced to endpoints.

If more than two arguments are provided, they are connected together successively.

def gnuradio::gr::basic_flow_graph::basic_flow_graph::disconnect (   self,
  src_endpoint,
  dst_endpoint 
)

def gnuradio::gr::basic_flow_graph::basic_flow_graph::disconnect_all (   self  ) 

def gnuradio::gr::basic_flow_graph::basic_flow_graph::downstream_verticies (   self,
  m 
)

def gnuradio::gr::basic_flow_graph::basic_flow_graph::downstream_verticies_port (   self,
  m,
  port 
)

def gnuradio::gr::basic_flow_graph::basic_flow_graph::in_edges (   self,
  m 
)

return list of all edges that have M as a destination

def gnuradio::gr::basic_flow_graph::basic_flow_graph::out_edges (   self,
  m 
)

return list of all edges that have M as a source

def gnuradio::gr::basic_flow_graph::basic_flow_graph::sink_p (   self,
  m 
)

return True iff this block is a sink

def gnuradio::gr::basic_flow_graph::basic_flow_graph::source_p (   self,
  m 
)

return True iff this block is a source

def gnuradio::gr::basic_flow_graph::basic_flow_graph::upstream_verticies (   self,
  m 
)

def gnuradio::gr::basic_flow_graph::basic_flow_graph::validate (   self  ) 


Member Data Documentation


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

Generated on Thu Mar 5 09:03:57 2009 for GNU Radio 3.1.3 by  doxygen 1.5.8