Here are the classes, structs, unions and interfaces with brief descriptions:
  | brian_recv.BrianSimulation | Runs a Brian simulation, then creates and publishes dish_states using the generated data  | 
  | brian_recv.Channel | Data structure for a multi electrode array channel pad neurons : list of neurons within range of the pad total_weight : combined weights of all the neurons  | 
  | brian_to_csv.Channel | structure for a MEA channel pad neurons: list of neurons within range of the pad total_weight: combined weights of all the neurons  | 
  | SeedMea.Channel | Data structure for a MEA channel pad neurons: list of neurons within range of the pad total_weight: combined weights of all the neurons  | 
  | brian_recv.CloseNeuron | Data structure representing a neuron that is within range of a channel pad self.data : unique id of the neuron self.weight : how much weight this neuron has in calculating average activity for its channel  | 
  | brian_to_csv.CloseNeuron | Data structure for a neuron that is close to a channel pad  | 
  | SeedMea.CloseNeuron | Data structure for a neuron that is close to a channel pad  | 
  | CsvReceiver | Node for publishing dish states from a CSV file  | 
  | neuro_recv.msg._dish_state.dish_state |  |