• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

01org / parameter-framework / 1384
32%

Build:
DEFAULT BRANCH: master
Ran 30 Dec 2015 03:18PM UTC
Jobs 1
Files 246
Run time 6s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1384

push

travis-ci

krocard
Merge pull request #324 from krocard/make-command-interface-public

Allow a client to send "remote" commands programmatically

Users can already send commands to a Parameter Framework instance through a
socket (provided that they asked for this interface to be started). Some
features are only available through this interface.

In upcoming patches, we want to use those features and send such commands but
we don't want to use a remote interface, which is sometimes painful. This patch
makes the "remote" commands available through a programmatic API. This API
expects a command name and a string-vector containing the arguments; which
makes it fairly easy to use and to implement a user interface providing the
same commands as they are used to - but without the need of a socket.

The object that provides this API is allocated by the Parameter Framework but
is owned by the client - we want to be C++03-retrocompatible, which forbids us
from returning a unique_ptr, this is why we return a raw pointer.

5275 of 6870 relevant lines covered (76.78%)

3632.67 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1384.1 30 Dec 2015 03:18PM UTC 0
76.78
Travis Job 1384.1
Source Files on build 1384
  • Tree
  • List 0
  • Changed 38
  • Source Changed 5
  • Coverage Changed 37
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #1384
  • 1427fc18 on github
  • Prev Build on master (#1377)
  • Next Build on master (#1385)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc