Example #1
0
 public static extern short SetDataBuffer(
     short handle,
     Channel channel,
     short[] buffer,
     int bufferLth,
     ushort segmentIndex,
     RatioMode ratioMode);
Example #2
0
 /// <summary>
 /// Default contructor
 /// </summary>
 public GraphvizGraph()
 {
     m_Url                = null;
     m_BackgroundColor    = Color.White;
     m_IsCentered         = false;
     m_ClusterRank        = ClusterMode.Local;
     m_Comment            = null;
     m_IsCompounded       = false;
     m_IsConcentrated     = false;
     m_Font               = null;
     m_FontColor          = Color.Black;
     m_Label              = null;
     m_LabelJustification = LabelJustification.C;
     m_LabelLocation      = LabelLocation.B;
     m_Layers             = new GraphvizLayerCollection();
     m_McLimit            = 1.0;
     m_NodeSeparation     = 0.25;
     m_IsNormalized       = false;
     m_NsLimit            = -1;
     m_NsLimit1           = -1;
     m_OutputOrder        = OutputMode.BreadthFirst;
     m_PageSize           = new Size(0, 0);
     m_PageDirection      = PageDirection.BL;
     m_Quantum            = 0;
     m_RankSeparation     = 0.5;
     m_Ratio              = RatioMode.Auto;
     m_IsReMinCross       = false;
     m_Resolution         = 0.96;
     m_Rotate             = 0;
     m_SamplePoints       = 8;
     m_SearchSize         = 30;
     m_Size               = new Size(0, 0);
     m_StyleSheet         = null;
 }
Example #3
0
 public static extern uint SetDataBuffers(
     short handle,
     Channel channel,
     short[] bufferMax,
     short[] bufferMin,
     int bufferLth,
     uint segmentIndex,
     RatioMode ratioMode);
Example #4
0
 public static extern StandardDriverStatusCode GetValues(
     short handle,
     ulong startIndex,
     ref ulong noOfSamples,
     ulong downSampleRatio,
     RatioMode downSampleRatioMode,
     ulong segmentIndex,
     out short overflow);
Example #5
0
 public static extern short RunStreaming(
     short handle,
     ref uint sampleInterval,
     ReportedTimeUnits sampleIntervalTimeUnits,
     uint maxPreTriggerSamples,
     uint maxPostPreTriggerSamples,
     bool autoStop,
     uint downSamplingRatio,
     RatioMode downSampleRatioMode,
     uint overviewBufferSize);
Example #6
0
 public static extern StandardDriverStatusCode SetDataBuffers(
     short handle,
     Channel channel,
     short[] bufferMax,
     short[] bufferMin,
     int nSamples,
     DataType dataType,
     ulong waveform,
     RatioMode downSampleRatioMode,
     Action action);
Example #7
0
 /// <summary>
 /// Default contructor
 /// </summary>
 public GraphvizGraph()
 {
     m_Url=null;
     m_BackgroundColor=Color.White;
     m_IsCentered=false;
     m_ClusterRank=ClusterMode.Local;
     m_Comment=null;
     m_IsCompounded=false;
     m_IsConcentrated=false;
     m_Font=null;
     m_FontColor=Color.Black;
     m_Label=null;
     m_LabelJustification=LabelJustification.C;
     m_LabelLocation=LabelLocation.B;
     m_Layers=new GraphvizLayerCollection();
     m_McLimit=1.0;
     m_NodeSeparation=0.25;
     m_IsNormalized=false;
     m_NsLimit=-1;
     m_NsLimit1=-1;
     m_OutputOrder=OutputMode.BreadthFirst;
     m_PageSize=new Size(0,0);
     m_PageDirection=PageDirection.BL;
     m_Quantum=0;
     m_RankSeparation=0.5;
     m_Ratio = RatioMode.Auto;
     m_IsReMinCross=false;
     m_Resolution=0.96;
     m_Rotate=0;
     m_SamplePoints=8;
     m_SearchSize=30;
     m_Size=new Size(0,0);
     m_StyleSheet=null;
 }