You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
7 months ago
..
CMakeLists.txt v811_spc009_project 7 months ago
README.md v811_spc009_project 7 months ago
TestPlatform.cpp v811_spc009_project 7 months ago
TestPlatform.h v811_spc009_project 7 months ago
main.cpp v811_spc009_project 7 months ago

README.md

test-platform

Test-platform is a little executable that can instantiate a parameter-framework with custom criteria and full control over criteria states. It also serves as an example of a parameter-framework client.

It offers the possibility to :

  • Give the parameter-framework configuration xml
  • Create criteria from a name, a type (exclusive or inclusive), states (the state number or a state name list)
  • Start a parameter-framework instance
  • Change criteria states and apply configurations

Usage

Start it with:

test-platform [-d] </path/to/ParameterFrameworkConfiguration.xml> [port, defaults to 5001]

(The optional -d option daemonizes test-platform).

Then, you may send commands to the test-platform using remote-process; e.g:

remote-process localhost 5001 help
remote-process localhost 5001 start

Known issues

  • The path to the configuration file must contain at least a /. Thus, if you want to refer to a file in the current directory, you should write:

    test-platform ./ParameterFrameworkConfiguration.xml