|
Writer Class
|
COMTRADE data and config file writer.
Inheritance Hierarchy
Namespace: GSF.COMTRADEAssembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.205-beta
Syntax public static class Writer
Public NotInheritable Class Writer
public ref class Writer abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Writer = class end
GSF.COMTRADE.Writer = function();
Type.createClass(
'GSF.COMTRADE.Writer');
View SourceThe Writer type exposes the following members.
Methods | Name | Description |
---|
| CreateCFFStream(Stream, Schema, String, String, Encoding) |
Creates a new Combined File Format (.cff) COMTRADE file stream.
|
| CreateCFFStream(String, Schema, String, String, Encoding) |
Creates a new Combined File Format (.cff) COMTRADE file stream.
|
| CreateCFFStreamAscii(Stream, Schema, String, String, Encoding) |
Creates a new Combined File Format (.cff) COMTRADE file stream targeted for ASCII.
|
| CreateCFFStreamAscii(String, Schema, String, String, Encoding) |
Creates a new Combined File Format (.cff) COMTRADE file stream targeted for ASCII.
|
| CreateSchema |
Creates a new COMTRADE configuration Schema.
|
| UpdateCFFEndSample |
Updates a Combined File Format (.cff) COMTRADE file stream with a final end sample number.
|
| UpdateCFFStreamBinaryByteCount |
Updates a Combined File Format (.cff) COMTRADE file stream with a final binary byte count.
|
| WriteNextRecordAscii(StreamWriter, Schema, Ticks, Double, UInt32, Boolean, UInt16) |
Writes next COMTRADE record in ASCII format.
|
| WriteNextRecordAscii(StreamWriter, Schema, Ticks, Double, Boolean, UInt32, Boolean, UInt16) |
Writes next COMTRADE record in ASCII format.
|
| WriteNextRecordBinary(Stream, Schema, Ticks, Double, UInt32, Boolean, UInt16) |
Writes next COMTRADE record in binary format.
|
| WriteNextRecordBinary(Stream, Schema, Ticks, Double, Boolean, UInt32, Boolean, UInt16) |
Writes next COMTRADE record in binary format.
|
| WriteNextRecordBinary32(Stream, Schema, Ticks, Double, UInt32, Boolean, UInt16) |
Writes next COMTRADE record in binary32 format.
|
| WriteNextRecordBinary32(Stream, Schema, Ticks, Double, Boolean, UInt32, Boolean, UInt16) |
Writes next COMTRADE record in binary32 format.
|
| WriteNextRecordFloat32(Stream, Schema, Ticks, Double, UInt32, Boolean, UInt16) |
Writes next COMTRADE record in float32 format.
|
| WriteNextRecordFloat32(Stream, Schema, Ticks, Double, Boolean, UInt32, Boolean, UInt16) |
Writes next COMTRADE record in float32 format.
|
TopFields | Name | Description |
---|
| CRLF |
Defines a carriage return and line feed constant, i.e., "\r\n".
|
| MaxEndSample |
Defines the maximum COMTRADE end sample number.
|
| MaxFileSize |
Defines the maximum file size for this COMTRADE implementation.
|
TopSee Also