Jump to content

Template:ApplicationBaseProperties: Difference between revisions

From BCI2000 Wiki
Mellinger (talk | contribs)
No edit summary
 
Mellinger (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{{hlevel|===}}}ostream AppLog, AppLog.File, AppLog.Screen (w){{{hlevel|===}}}
{{{hlevel|===}}}ostream AppLog, AppLog.File, AppLog.Screen (w){{{hlevel|===}}}
Inheriting from [[Programming Reference:ApplicationBase Class|<tt>ApplicationBase</tt>]], descendants of <tt>{{{classname}}}</tt> have access
Inheriting from [[Programming Reference:ApplicationBase Class|<tt>ApplicationBase</tt>]], descendants of <tt>{{{classname}}}</tt> have access
to the [[Programming Reference:ApplicationBase Class#Application Log|<tt>AppLog</tt>]], [[Programming Reference:ApplicationBase Class#Application Log|<tt>AppLog.File</tt>]], and [[Programming Reference:ApplicationBase Class#Application Log|<tt>AppLog.Screen</tt>]] streams which are members of <tt>ApplicationBase</tt>.
to the [[Programming Reference:ApplicationBase Class#Application Log|<tt>AppLog</tt>]], [[Programming Reference:ApplicationBase Class#Application Log|<tt>AppLog.File</tt>]], and [[Programming Reference:ApplicationBase Class#Application Log|<tt>AppLog.Screen</tt>]] streams which are members of <tt>ApplicationBase</tt>.
These streams allow convenient output into an application log file (<tt>AppLog.File</tt>), an application log window (<tt>AppLog.Screen</tt>), and both simultaneously (<tt>AppLog</tt>).
These streams allow convenient output into an application log file (<tt>AppLog.File</tt>), an application log window (<tt>AppLog.Screen</tt>), and both simultaneously (<tt>AppLog</tt>).
{{{hlevel|===}}}RandomGenerator RandomNumberGenerator (rw){{{hlevel|===}}}
An object of type [[Programming Reference:RandomGenerator Class|<tt>RandomGenerator</tt>]] which behaves according to the user setting in the [[Programming Reference:RandomGenerator Class|''RandomSeed'' parameter]].

Latest revision as of 12:37, 19 August 2008

ostream AppLog, AppLog.File, AppLog.Screen (w)

Inheriting from ApplicationBase, descendants of {{{classname}}} have access to the AppLog, AppLog.File, and AppLog.Screen streams which are members of ApplicationBase. These streams allow convenient output into an application log file (AppLog.File), an application log window (AppLog.Screen), and both simultaneously (AppLog).

RandomGenerator RandomNumberGenerator (rw)

An object of type RandomGenerator which behaves according to the user setting in the RandomSeed parameter.