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

dawagner / parameter-framework / 452
76%
master: 78%

Build:
Build:
LAST BUILD BRANCH: integerparam-template
DEFAULT BRANCH: master
Ran 17 Dec 2015 05:16PM UTC
Jobs 1
Files 245
Run time 8s
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
452

push

travis-ci

David Wagner
Allow a client to send "remote" commands programatically

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.

Signed-off-by: David Wagner <david.wagner@intel.com>

5160 of 6759 relevant lines covered (76.34%)

3689.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 452.1 17 Dec 2015 05:16PM UTC 0
76.34
Travis Job 452.1
Source Files on build 452
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #452
  • ae06b06d on github
  • Prev Build on make-command-interface-public (#451)
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