Rtos API example

Embed: (wiki syntax)

« Back to documentation index

tools::host_tests::host_tests_plugins Namespace Reference

tools::host_tests::host_tests_plugins Namespace Reference

Namespaces

namespace  host_test_plugins
namespace  host_test_registry
namespace  module_copy_firefox
namespace  module_copy_mbed
namespace  module_copy_mps2
namespace  module_copy_shell
namespace  module_copy_silabs
namespace  module_copy_smart
namespace  module_reset_mbed
namespace  module_reset_mps2
namespace  module_reset_silabs

Functions

def call_plugin
 Functional interface for host test plugin registry.
def get_plugin_caps
def print_plugin_info

Detailed Description

mbed SDK
Copyright (c) 2011-2013 ARM Limited

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Function Documentation

def tools::host_tests::host_tests_plugins::call_plugin (   type,
  capability,
  args,
  kwargs 
)

Functional interface for host test plugin registry.

Interface to call plugin registry functional way

Definition at line 66 of file host_tests/host_tests_plugins/__init__.py.

def tools::host_tests::host_tests_plugins::get_plugin_caps (   type )
Returns list of all capabilities for plugin family with the same type.
    If there are no capabilities empty list is returned

Definition at line 71 of file host_tests/host_tests_plugins/__init__.py.

def tools::host_tests::host_tests_plugins::print_plugin_info (  )
Prints plugins' information in user friendly way

Definition at line 77 of file host_tests/host_tests_plugins/__init__.py.