DataSeries
Object Hierarchy:
Description:
public class DataSeries :
Object,
Object,
Buildable,
CldAdapter
A buffer that stores data from a Cld.Channel
XXX TBD Consider a way to clock out the data at a even pace to prevent th
Content:
Properties:
- public string ch_ref { set; get; }
- public Channel channel { set; get; }
- public int buffer_size { get; }
- public int stride { get; }
The number of channel data samples between buffer entries
- public string id { set; get; }
The identifier for the object.
- protected string xml { public get; }
- protected string xsd { public get; }
- protected virtual unowned Node* node { public set; public get; }
- protected bool satisfied { public set; public get; }
Flag to determine whether or not the Cld requirements of the class
have been fulfilled.
Creation methods:
Methods:
- public void offer_cld_object (Object object)
A generic setter for the requested data, without knowing how the
implementing class intends to structure itself.
- protected async void request_data ()
All implementing classes need to request the data themselves.
- public SimplePoint[] to_array ()
Inherited Members:
All known members inherited from class GLib.Object
- @new
- newv
- new_valist
- get_type
- get_class
- @ref
- unref
- ref_sink
- weak_ref
- weak_unref
- add_weak_pointer
- remove_weak_pointer
- @get
- @set
- get_property
- set_property
- get_data
- set_data
- set_data_full
- steal_data
- get_qdata
- set_qdata
- set_qdata_full
- steal_qdata
- freeze_notify
- thaw_notify
- dispose
- constructed
- notify_property
- connect
- disconnect
- add_toggle_ref
- remove_toggle_ref
- bind_property
- notify
- ref_count
All known members inherited from interface Dcs.Object
All known members inherited from interface Dcs.Buildable
All known members inherited from interface Dcs.CldAdapter