C# Class kOS.Communication.ProcessorConnection

Inheritance: kOS.Safe.Communication.Connection
ファイルを表示 Open project: KSP-KOS/KOS

Public Methods

Method Description
IsCpuVessel ( ) : bool
ProcessorConnection ( kOSProcessor processor, SharedObjects shared ) : System
ThrowIfNotCPUVessel ( ) : void
ToString ( ) : string

Protected Methods

Method Description
Destination ( ) : Structure
SendMessage ( Structure content ) : BooleanValue

Method Details

Destination() protected method

protected Destination ( ) : Structure
return Structure

IsCpuVessel() public method

public IsCpuVessel ( ) : bool
return bool

ProcessorConnection() public method

public ProcessorConnection ( kOSProcessor processor, SharedObjects shared ) : System
processor kOS.Module.kOSProcessor
shared SharedObjects
return System

SendMessage() protected method

protected SendMessage ( Structure content ) : BooleanValue
content Structure
return kOS.Safe.Encapsulation.BooleanValue

ThrowIfNotCPUVessel() public method

public ThrowIfNotCPUVessel ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string