C# Class CBIBS.Service

显示文件 Open project: NGFieldScope/JS-FieldScope

Public Methods

Method Description
GetAllCurrentReadings ( string constellation ) : CBIBS.PlatformMeasurements[]
ListConstellations ( ) : string[]
ListMethods ( ) : void
ListParameters ( Platform platform ) : string[]
ListPlatforms ( string constellation ) : Platform[]
QueryData ( Platform platform, string variable, System.DateTime begin, System.DateTime end ) : CBIBS.Measurement[]
RetrieveCurrentReadings ( Platform platform ) : CBIBS.Measurement[]
TestKey ( ) : void

Method Details

GetAllCurrentReadings() public static method

public static GetAllCurrentReadings ( string constellation ) : CBIBS.PlatformMeasurements[]
constellation string
return CBIBS.PlatformMeasurements[]

ListConstellations() public static method

public static ListConstellations ( ) : string[]
return string[]

ListMethods() public static method

public static ListMethods ( ) : void
return void

ListParameters() public static method

public static ListParameters ( Platform platform ) : string[]
platform Platform
return string[]

ListPlatforms() public static method

public static ListPlatforms ( string constellation ) : Platform[]
constellation string
return Platform[]

QueryData() public static method

public static QueryData ( Platform platform, string variable, System.DateTime begin, System.DateTime end ) : CBIBS.Measurement[]
platform Platform
variable string
begin System.DateTime
end System.DateTime
return CBIBS.Measurement[]

RetrieveCurrentReadings() public static method

public static RetrieveCurrentReadings ( Platform platform ) : CBIBS.Measurement[]
platform Platform
return CBIBS.Measurement[]

TestKey() public static method

public static TestKey ( ) : void
return void