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

01org / parameter-framework / 1384 / 1
32%
master: 32%

Build:
DEFAULT BRANCH: master
Ran 30 Dec 2015 03:18PM UTC
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

30 Dec 2015 03:13PM UTC coverage: 76.783% (+0.3%) from 76.483%
1384.1

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

Source Files on job 1384.1
  • Tree
  • List 0
  • Changed 38
  • Source Changed 5
  • Coverage Changed 37
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1384
  • Travis Job 1384.1
  • 1427fc18 on github
  • Prev Job for on master (#1377.1)
  • Next Job for on master (#1385.1)
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

© 2026 Coveralls, Inc