Difference between revisions of "AnyWave:AwObjects"

From WikiMEG
Jump to: navigation, search
(Created page with "Before building a plug-in, it is better to get familiar with some objects defined in the SDK and how to use them.<br /> =AwChannel= AnyWave manages and displays EEG/MEG/XXG d...")
 
(4 intermediate revisions by one user not shown)
Line 1: Line 1:
 
Before building a plug-in, it is better to get familiar with some objects defined in the SDK and how to use them.<br />
 
Before building a plug-in, it is better to get familiar with some objects defined in the SDK and how to use them.<br />
  
=AwChannel=
+
=[http://meg.univ-amu.fr/AnyWave/doc/AwCore/html/annotated.html AwCore library documentation]=
AnyWave manages and displays EEG/MEG/XXG data as channels. A channel has attributes and data.<br />
+
=[http://meg.univ-amu.fr/AnyWave/doc/AwReadWrite/html/annotated.html AwReadWrite library documentation]=
AwChannel is the C++ class that defines a channel:<br />
+

Latest revision as of 14:46, 24 March 2015

Before building a plug-in, it is better to get familiar with some objects defined in the SDK and how to use them.

AwCore library documentation

AwReadWrite library documentation