C# Class EddiVoiceAttackResponder.VoiceAttackPlugin

ファイルを表示 Open project: cmdrmcdonald/EliteDangerousDataProvider

Public Properties

Property Type Description
EventQueue BlockingCollection
updaterThread Thread

Public Methods

Method Description
InvokeCoriolis ( dynamic &vaProxy ) : void
InvokeEDDBStation ( dynamic &vaProxy ) : void
InvokeEDDBSystem ( dynamic &vaProxy ) : void
InvokeSay ( dynamic &vaProxy ) : void

Say something inside the cockpit with text-to-speech

InvokeShutUp ( dynamic &vaProxy ) : void

Stop talking

InvokeSpeech ( dynamic &vaProxy ) : void

Say something inside the cockpit with text-to-speech

InvokeStarMapSystemComment ( dynamic &vaProxy ) : void

Send a comment to the starmap service and store locally

SpeechFromScript ( string script ) : string
VA_DisplayInfo ( ) : string
VA_DisplayName ( ) : string
VA_Exit1 ( dynamic vaProxy ) : void
VA_Id ( ) : System.Guid
VA_Init1 ( dynamic vaProxy ) : void
VA_Invoke1 ( dynamic vaProxy ) : void
VA_StopCommand ( ) : void

Private Methods

Method Description
HandleUri ( dynamic &vaProxy, string uri ) : void

Handle a URI, either sending it to the default web browser or putting it on the clipboard

InvokeConfiguration ( dynamic &vaProxy ) : void
InvokeUpdateProfile ( dynamic &vaProxy ) : void

Force-update EDDI's information

setCommanderValues ( Commander cmdr, dynamic &vaProxy ) : void
setShipModuleOutfittingValues ( Module existing, List outfittingModules, string name, dynamic &vaProxy ) : void

Find a module in outfitting that matches our existing module and provide its price

setShipModuleValues ( Module module, string name, dynamic &vaProxy ) : void

Find a module in outfitting that matches our existing module and provide its price

setShipValues ( Ship ship, string prefix, dynamic &vaProxy ) : void
setStarSystemValues ( StarSystem system, string prefix, dynamic &vaProxy ) : void
setStationValues ( Station station, string prefix, dynamic &vaProxy ) : void

Set values for a station

setStatus ( dynamic &vaProxy, string status, Exception exception = null ) : void
setValues ( dynamic &vaProxy ) : void

Set all values

Method Details

InvokeCoriolis() public static method

public static InvokeCoriolis ( dynamic &vaProxy ) : void
vaProxy dynamic
return void

InvokeEDDBStation() public static method

public static InvokeEDDBStation ( dynamic &vaProxy ) : void
vaProxy dynamic
return void

InvokeEDDBSystem() public static method

public static InvokeEDDBSystem ( dynamic &vaProxy ) : void
vaProxy dynamic
return void

InvokeSay() public static method

Say something inside the cockpit with text-to-speech
public static InvokeSay ( dynamic &vaProxy ) : void
vaProxy dynamic
return void

InvokeShutUp() public static method

Stop talking
public static InvokeShutUp ( dynamic &vaProxy ) : void
vaProxy dynamic
return void

InvokeSpeech() public static method

Say something inside the cockpit with text-to-speech
public static InvokeSpeech ( dynamic &vaProxy ) : void
vaProxy dynamic
return void

InvokeStarMapSystemComment() public static method

Send a comment to the starmap service and store locally
public static InvokeStarMapSystemComment ( dynamic &vaProxy ) : void
vaProxy dynamic
return void

SpeechFromScript() public static method

public static SpeechFromScript ( string script ) : string
script string
return string

VA_DisplayInfo() public static method

public static VA_DisplayInfo ( ) : string
return string

VA_DisplayName() public static method

public static VA_DisplayName ( ) : string
return string

VA_Exit1() public static method

public static VA_Exit1 ( dynamic vaProxy ) : void
vaProxy dynamic
return void

VA_Id() public static method

public static VA_Id ( ) : System.Guid
return System.Guid

VA_Init1() public static method

public static VA_Init1 ( dynamic vaProxy ) : void
vaProxy dynamic
return void

VA_Invoke1() public static method

public static VA_Invoke1 ( dynamic vaProxy ) : void
vaProxy dynamic
return void

VA_StopCommand() public static method

public static VA_StopCommand ( ) : void
return void

Property Details

EventQueue public_oe static_oe property

public static BlockingCollection EventQueue
return BlockingCollection

updaterThread public_oe static_oe property

public static Thread updaterThread
return Thread