Michi : Michi Namespace

GPSSentence Class

GPSセンテンスの抽象クラス

Syntax

public abstract class GPSSentence

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

Members

See Also: Inherited members from object.

Protected Constructors

Documentation for this section has not yet been entered.

Public Fields

const
identifier string . センテンスを識別する文字列

Public Methods

static
ParseDateTime (double) : DateTime
Parse double to DateTime.
static
ParseDegree (double) : double
degreeに変換する
static
ParseDouble (string) : double
Documentation for this section has not yet been entered.
static
ParseInt (string) : int
Documentation for this section has not yet been entered.
SetParameters (string[], string) : bool
Documentation for this section has not yet been entered.

Member Details

GPSSentence Constructor

Documentation for this section has not yet been entered.

Syntax

protected GPSSentence ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

identifier Field

センテンスを識別する文字列

Syntax

public const string identifier

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

ParseDateTime Method

Parse double to DateTime.

Syntax

public static DateTime ParseDateTime (double timeDouble)

Parameters

timeDouble
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Parse 123519.xx to 12:35:19. Add dummy Year, month, day.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

ParseDegree Method

degreeに変換する

Syntax

public static double ParseDegree (double value)

Parameters

value
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

NMEA-0183の仕様を参照 4807.038247 : 48度07.038247分を度に変換する

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

ParseDouble Method

Documentation for this section has not yet been entered.

Syntax

public static double ParseDouble (string str)

Parameters

str
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

ParseInt Method

Documentation for this section has not yet been entered.

Syntax

public static int ParseInt (string str)

Parameters

str
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

SetParameters Method

Documentation for this section has not yet been entered.

Syntax

public virtual bool SetParameters (string[] data, string checkSum)

Parameters

data
Documentation for this section has not yet been entered.
checkSum
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0