/[freeride]/freeride/plugins/rubyide_tools_fox_databus_inspector/databus_inspector.rb
ViewVC logotype

Diff of /freeride/plugins/rubyide_tools_fox_databus_inspector/databus_inspector.rb

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by richkilmer, Fri Dec 20 17:27:31 2002 UTC revision 1.2 by curthibbs, Thu Feb 13 04:45:03 2003 UTC
# Line 164  module FreeRIDE Line 164  module FreeRIDE
164          # Format slot characteristics          # Format slot characteristics
165          def formatSlot(slot)          def formatSlot(slot)
166            out = "Slot:  #{slot.path}\n"            out = "Slot:  #{slot.path}\n"
167                                            # Add the slot's manager
168              out << "\nManager: #{slot.manager}\n"                                
169                                          # Add the count of subscribers                                          # Add the count of subscribers
170            out << "\nSubscribers: #{slot.subscribers.size}\n"                                                out << "Subscribers: #{slot.subscribers.size}\n"                                      
171            if slot.is_data_slot?            if slot.is_data_slot?
172              out << "\nType:  DATA\n"              out << "\nType:  DATA\n"
173              out << "\nValue:\n#{slot.data.inspect}\n"              out << "\nValue:\n#{slot.data.inspect}\n"

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26