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
SatID
ID tag of attached satellite
[EditableVariable("-", false, "", "")]
public string SatID
Field Value
Methods
IsChildTypeSupported(Type)
Returns true if 'Component' type is a supported child
protected override bool IsChildTypeSupported(Type type)
Parameters
type
Typea 'Component' type
Returns
OnBegin(double)
Called when the 'Component' is beginning
protected override void OnBegin(double time)
Parameters
time
doublecurrent time (seconds)
OnReset(double)
Called when the 'Component' is reset from a simulation
protected override void OnReset(double time)
Parameters
time
doublereset time (seconds)
OnUpdate(double, double)
Called when the 'Component' should update
protected override void OnUpdate(double time, double step)