Table of Contents

Class GPSTransmitter

Namespace
NominalSystems.Classes
Assembly
NominalSystems.Classes.dll

[NominalSystems] The GPS transmitter

public class GPSTransmitter : Sensor
Inheritance
GPSTransmitter
Inherited Members

Constructors

GPSTransmitter()

Default constructor

public GPSTransmitter()

Fields

Out_GPSTransmitterMsg

Output GPS ephemeris message

public GPSTransmitterMessage Out_GPSTransmitterMsg

Field Value

GPSTransmitterMessage

SatID

ID tag of attached satellite

[EditableVariable("-", false, "", "")]
public string SatID

Field Value

string

Methods

IsChildTypeSupported(Type)

Returns true if 'Component' type is a supported child

protected override bool IsChildTypeSupported(Type type)

Parameters

type Type

a 'Component' type

Returns

bool

OnBegin(double)

Called when the 'Component' is beginning

protected override void OnBegin(double time)

Parameters

time double

current time (seconds)

OnReset(double)

Called when the 'Component' is reset from a simulation

protected override void OnReset(double time)

Parameters

time double

reset time (seconds)

OnUpdate(double, double)

Called when the 'Component' should update

protected override void OnUpdate(double time, double step)

Parameters

time double

current time (seconds)

step double

the time step (seconds)