Class: Cosmos::SinglexyDataObject
- Inherits:
-
XyDataObject
- Object
- DataObject
- XyDataObject
- Cosmos::SinglexyDataObject
- Defined in:
- lib/cosmos/tools/tlm_grapher/data_objects/singlexy_data_object.rb
Overview
Represents a data object on an SinglxyGraph for two telemetry items
Constant Summary
Constants inherited from XyDataObject
Constants inherited from DataObject
DataObject::COLOR_LIST, DataObject::DEFAULT_ARRAY_SIZE, DataObject::PRUNE_HYSTERISIS_PERCENTAGE
Instance Attribute Summary
Attributes inherited from XyDataObject
#packet_name, #target_name, #time_item_name, #time_values, #x_item_name, #x_states, #x_value_type, #x_values, #y_item_name, #y_states, #y_value_type, #y_values
Attributes inherited from DataObject
#assigned_color, #color, #data_object_type, #error, #first_x_value, #max_points_saved, #name, #plot
Instance Method Summary collapse
-
#initialize ⇒ SinglexyDataObject
constructor
A new instance of SinglexyDataObject.
Methods inherited from XyDataObject
#configuration_string, #copy, #edit_safe?, #export, #handle_keyword, #name, #process_packet, #processed_packets, #reset
Methods inherited from DataObject
#configuration_string, #copy, #edit, #edit_safe?, #export, #handle_keyword, #handle_process_exception, #popup_modifier, #process_packet, #processed_packets, #prune_to_max_points_saved, #reset
Constructor Details
#initialize ⇒ SinglexyDataObject
Returns a new instance of SinglexyDataObject.
19 20 21 |
# File 'lib/cosmos/tools/tlm_grapher/data_objects/singlexy_data_object.rb', line 19 def initialize super() end |