Class SLLogger.TSLLogger
 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| (2 intermediate revisions by one user not shown) | |||
| Line 28: | Line 28: | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class'''   | + | '''public ref class''' Logger : [[Class LPComponent.TLPComponent|Mitov.SignalLab.Component]]  | 
</code>  | </code>  | ||
== Summary ==  | == Summary ==  | ||
Latest revision as of 00:31, 26 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabPkg
Unit: SLLogger
Inherits: TLPComponent
Contents | 
Syntax
Delphi:
type TSLLogger = class( TLPComponent )
C++ Builder:
class TSLLogger : public TLPComponent
Visual C++ (MFC):
class CTSLLogger : public CTLPComponent
C# (.NET):
public ref class Logger : Mitov.SignalLab.Component
Summary
Records the signal to file.
Description
This component can be used to store signal files to disk.
To store signal to an binary file, place the component on a form, set the FileName with the name of the binary file to be created, and connect the InputPut pin to the OutputPin of a component generating Real, Complex or Video data, such as TSLPlayer or TSLSignalGen.
Diagram:
Properties
Published
- FileName - Name of the file to be Recorded.
 - Enabled - Enables or disables the Logger.
 - Ceiling - The maximum number of samples to be recorded.
 
Public
- Logged - Count of logged samples.
 
Pins
- InputPin - The Input Pin of the Logger.
 - ProgressPin - The logging Progress Pin of the logger.
 
Events
- OnProgress - Logging progress notification event.
 - OnFileClose - Occurs when the file is closed.
 - OnError - Occurs on file error.
 
