GREET API
Exposed interfaces to create modules that can be loaded in GREET
 All Classes Namespaces Files Functions Enumerations Enumerator Properties Events
ICdMode.cs
Go to the documentation of this file.
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 using System.Reflection;
6 using PlugInsInterfaces.DataTypes.Resource;
7 
8 namespace PlugInsInterfaces.DataTypes.Vehicle
9 {
13  [Obfuscation(Feature = "renaming", Exclude = true)]
14  public interface ICdMode : IVehicleMode
15  {
16  [Obfuscation(Feature = "renaming", Exclude = true)]
17  IInputResourceReference ElectricityUsage { get; }
18  }
19 }
Specifics for the CD mode
Definition: ICdMode.cs:14
An operating mode for a vehicle, usually can be CD or CS mode
Definition: IVehicleMode.cs:16
Defines a reference to an input source, if a process has an input coming from a pathway this will rep...