Age | Commit message (Collapse) | Author | Files | Lines |
|
Update the .gitreview file.
Change-Id: If26e9e7fa60a6c096125e1c53bf2795a9613416a
Bug-AGL: SPEC-4006
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
allSignalsJ should be freed before function returns if its owership
is not transfered.
Bug-AGL: SPEC-3584
Change-Id: Ie6ff72684300b04297a2d314121807a0d1cbf1c3
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
Update autobuild scripts with reworked version that fixes building
outside of the source tree.
Bug-AGL: SPEC-2049, SPEC-3300
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I99e53d59da807734f64b7a599babfcd35840788f
|
|
Update autobuild script to create multiple widget target debug, coverage and all
Bug-AGL: SPEC-2049
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Change-Id: Ie295fbc20d59aeda8a548f033a8ee4a7a63aeb12
|
|
Remove useless prefix
Adapt CtlSectionT following libappcontroller modifications
Bug-AGL: SPEC-2795
Change-Id: I2cfc8b223bc3355770efdb500468266b9a805eb7
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
|
|
Add the session uuid to event subscribe replies to match the documented
behavior and enable clients like libappcontroller based bindings and
applications to be able to use it in their event handling.
Bug-AGL: SPEC-3074
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I185165e600410190b30b1d8bd5a6ad8675b2b714
|
|
Add definitions for the steering wheel button CAN signals to provide
an abstraction for application usage. Also add signals based on the
non-diagnostic vehicle speed, engine speed, and fuel CAN signals to
allow abstracting usage of those by e.g. the dashboard application.
In addition, SourceAPI::addSignal in source.cpp required a tweak to
allow subscribing to signals without specifying an explicit action,
i.e. getting the default on receive behavior as documented. Without
this change, the signals will silently not be subscribed to, and no
events are generated. Since there is no longer an explicit built-in
plugin function that could be called in an action to yield the same
behavior (it was removed in commit 3e45dda and not restored with the
other built-in function by commit bf964e8), I believe this restores
the intended default behavior.
Bug-AGL: SPEC-3024
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I86e8be66ff27484b34a52145b969661277332a50
|
|
Fix core dump when adding a signal with a wrong source's api name.
This commit avoids the crash and throw an error through the journal log
of the binding service.
Bug-AGL: SPEC-2956
Change-Id: Idf052df05d76f831f56ec3c565bacf821b9b4e69
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
This commit adds the file conf.d/cmake/01-ubuntu-config.cmake in
order to the cmake command detects the correct lua packet with ubuntu.
Bug-AGL : SPEC-2717
Signed-off-by: Arthur Guyader <arthur.guyader@iot.bzh>
Change-Id: If62172a2210e2a1d74dd029df9f5a4060f93c1ba
|
|
Bug-AGL: SPEC-2501
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
Change-Id: Iea7335319efd548bf9529de4dcfd6e73743512b1
|
|
Bug-AGL : SPEC-2503
Change-Id: Ie059134c89b88b2fd7f45ae6c59a66ad602ddbdc
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
Bug-AGL: SPEC-2478
Signed-off-by: AndyZhou <zhoumy@cn.fujitsu.com>
Change-Id: Ia1dea69b6a476b3eb9d6e1700901e60be65eb1bb
|
|
Change-Id: I0e1e3cb42ee43d25792a4aa58d23ac6aef6663de
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
This get rid of nonexistent binding and switch back to the basic configuration
by default instead of the TXC one which is used for test purpose mainly since
the TXC binding is emulated by the binding test framework.
Bug-AGL: SPEC-2312
Change-Id: I7cfd4a9c56d1347bcf5c66d92f0762aa8961816f
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
This fix a problem in plugins since the migration of the controller to use only
apiV3. Now, the plugins does not get back the binding api root and so you can not
use the binder's verbosity macro that use implicitly the api root.
Bug-AGL: SPEC-2312
Change-Id: I0b29354087f5ec93a081ad11b2cbccf28e423d60
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Replace controller binder functions definition with the binder ones
and remove the submodules in favor of the separated libraries.
Bug-AGL: SPEC-2139
Change-Id: I06e5e7a03a918bf0ce139636104e1a73d2442a09
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Make sure that all member's structure are initialized to zero
to avoid unexpected behavior.
Bug-AGL: SPEC-2312
Change-Id: I0e5c3f7c0d5382de92693660d9812daa6735039d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Change-Id: Ia563b8bf0a91e9db1f5fe58fe2fa9609c5446074
Bug-AGL: SPEC-2164
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
|
|
Bug-AGL: SPEC-1988
Change-Id: Ic2877cae5a20756655fab29634304d88d196073a
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
|
|
Use specific binder's event handlers which allows you to bind a callback with
an incoming event based on a pattern matching. This replace the global
event listener and internal callback search algorythm which is now
delegated to the binder.
Clean unused constructor
Bug-AGL: SPEC-1968
Change-Id: I4b22c003661189fb71498efc4d9021c1a54ae866
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Change-Id: I8a5bc18a0bf8ad05ce83b6ff64d4329d42bff2b0
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Remove app-template in .gitmodules
Change-Id: Ie248e1a43dfda832acca830a7fab0bd8c82fd86c
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
|
|
Change-Id: I4c02d4a576459a0a1915893fa5526d4c8cffe6e6
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Update basic configurations files with the latest controller key used.
There were update not followed since a rework a how an action is load
from a configuration file which does not use anymore 2 key 'uri' + 'function'
but only one 'action'.
Change-Id: I455f69064bd91dd3b845e83d0904aca1c11cacb8
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Bug-AGL SPEC-1682
Change-Id: I1578d1e71d66813ed45dfac80b2fceee7c012150
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
The feature "urn:AGL:widget:required-binding" is now
preferred to the feature "urn:AGL:widget:required-api"
for requiring a local binding.
Bug-AGL: SPEC-1800
Change-Id: I0a257cf66b11b944cfce90c270827da1413c8eed
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
|
|
And remove unnecessary dependency upon libmicrohttpd
Change-Id: I10de18065517a6033d75519ced16a4ee04518851
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
This adds some basic tests about adding dummy sources into
the signal composer in addition of signals.
Change-Id: I028faa612b749866a3ab986a2f46fe00dd2d7884
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Change-Id: I9072205022d9ef3baec3868ef0bc6a912013ac59
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
This correct the retention value extraction as an 'int' instead
of a Json object. Also made 'api' field mandatory.
Format and improve log messages.
Change-Id: I00b337839a49fc1952be8589b48bf1a38b863549
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
This use the dedicated script to launch tests on native
development environment and get rid of the dedicated script
afb-test.sh.
Change-Id: Ic254a3df90939df683e6d2ec5c72afcebc963b75
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Answer a failure when attempting to subscibe a non-existent
signal but don't report error on unsubscription.
Change-Id: Iac4bfe52ce84b47fbfa5717cd9ee2bf02231f52f
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
This reports errors at signals getSignals action call
and removed incorrect signals from the source. This allows
the binding to correctly respond to the user if there was an
error in its signal definitions.
Change-Id: I7779ab9339a979fcb2b7b41f8ebf4aa27b8af3a1
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Here, assuming the absolute path leads to a non existent file
then only take the file name and do a research in the default
search path given by environment var or pre-processor defined
variables.
Change-Id: Id57428141be908cda65b07f66ca59568708d3608
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Submodule ctl-utilities 02bbf59..d6eb01e:
> Change loading configuration object behavior
> app-controller-submodule doc: Changed doc to fit new format.
> Fix: compatibility with binder FF.RC4
Change-Id: I21efecc6de8e8db91827b83cdf26ab62cb52d1ce
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
txc-binding.c is moving to version 3 in order to be compatible
with app-afb-test
fix some typo error:
- rename txc api into txc-binding
- wrong path files
Change-Id: I9c59cbc59a457611fbf495a64f116170ef7898d8
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
|
|
- split book.json to match new format
- changed description in README.md
- remove useless files
Change-Id: I235c6f033ad12eeac86cab16f4c311e61ca60351
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
|
|
fix multiples errors, rename txc into txc-binding
Change-Id: I9cd32cf157e407d98293bc869ed08cc93518a555
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
|
|
one binder for afb-test binding
another for signal-composer binding
Change-Id: Ie049715775e315eeb4e2d01e178ff55bb68f36e0
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
|
|
Change-Id: I9b4da627485ad16bc4ed925e97b3a8a320dd7238
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
JSON object release is done by the appfw so no need to release
the object in the request.
Tiny typo about the filepath in testsuite.
Change-Id: I8347adafbb5fa8e9e3b89c2e6db74c37f4910adf
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Submodule afb-helpers a37225f..f0ce5b6:
> wrap-json: Fix duplicated lines in header file
> Add '@' as binder middle name separator.
> Enhance 'wrap_json_clone_depth' description
Submodule conf.d/app-templates f0b24b0..52ae181:
> Fix: typo
Submodule ctl-utilities a58d83b..bdf1a6b:
> ctl-lua: Fixed memory corruption
> Migration to v3
> Adds v3 function to get binding settings
> New function returning the binding root directory
> Change the default GLOB pattern
> Fix wrong computed length
> Add path to the installed widget path.
> Controller: Converted README to a gitbook version.
> New defaults useful functions on lua table
> More precise log message when loading a Lua file
> Fix: wrong legacy function signature
> Split loading JSON controller file.
> Release arguments once C function returned.
Change-Id: I9d7b7dee7e0e3473734ff869080a4e672ba3f951
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Wrote a couple of basic API tests
Setup mock apis for the test binding
Added script to launch tests on native Linux machines
Change-Id: I606752e7b46cb2afdc10f3319a24ef15675faa3b
Signed-off-by: Clément Malléjac <clementmallejac@gmail.com>
|
|
Change-Id: I1f2b7484216271f97205cb9933bfd5ef2990bb2e
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
This let the application framework handle the JSON object
lifetime.
Change-Id: Iff48f478d71e71e25ed79d2c7c13b45a7b6a7bf9
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Returns error in request response instead of binder log when
you try to get a signal value.
Change-Id: I12809591801db5718aa4713034f2bb1801b6bf2d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Since last controller changes this hardcoded default action
definition.
Change-Id: I0021fef000b2085efe0deda550cff243afd6711d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Before value was translated to a C type variable two times,
at the reception then at the emission. Now it just receives
and sends the signal value without translation nor interpretation
except if you ask for an average, minimum or maximum value. Then in
those cases it interprets the json to return you a value or an
error if there is no numeric values to compute.
Remove unneeded log message at event reception.
Improved signal search engine, will search in source's signals map
by the signal ID not the event name which lead to a more direct map
match.
Bugs-AGL: SPEC-1612
Depends-On: I43e79ed73a507ac2ca7ed4cdc3f16ec009392194
Change-Id: Ie253c3fe1e8cde42dabe8832da74e9f9bf442c14
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
This adds a signal's metadata attribute which lets you store
any kind and number of metadata attributes to your signal. These
metadata are just reissued at the event emission without alteration.
Special case of "unit" attribute which is kept as a signal attribute
and not as a metadata because it is an intrinsic signal attribute that
all signals should have.
Bug-AGL: SPEC-1419
Change-Id: I531b4012ac9b22f312a4ccebc1a07a8d93129403
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Update config.cmake file with app-templates improvments:
- Now versioning is handled by app-templates based on gerrit tags
- Binding version set up in config.cmake rather than in code.
- Update variables name for build type and install prefix.
Submodule afb-helpers 43ec971..a37225f:
> Fix: use of GetBindingDirPath without dynapi
> Retrieve directory list from environment variables
> Remove the file .gitmodules
> Remove unnecessary 'AFB_DEBUG' redefinition
> Use binding version to handle dynapi
> At search, use the prefix parameter as a prefix
> Remove deprecated use of cmake/Qt macro
> Rename method to avoid conflict with Qt's one
Submodule conf.d/app-templates aa68dbd..f94e45e:
> Align sample on actual default compile options
> Add support to binding version 3.
> Warning if not using wgtpkg-pack to make a widget
> Rework CMAKE_INSTALL_PREFIX and INSTALL_PREFIX var
> Be able to overwrite BUILD_TYPE using CLI
> Use CACHE variable for other common CMAKE variable
> Fix:: wrong wgt using RELEASE BUILD TYPE
> Fix: SYSROOT location detection... Wrong test.
> Change the default debug compilation options.
> Clearer coverage compilation options configuration
Submodule ctl-utilities 1ff524b..ff14c58:
> Fix : typo introduced in a previous commit.
> Use prefix variable to find controller's plugins
> Use binding version to set controller definitions
> ctl-lua: typo fix
> asynchronism for test: LockWait added
> Fix: plugin api assignement order
> Execute ConfigExec only if section is existing
> Always set the api member even if NULL.
> Ability to add a plugin after the initial load
> Be able to dispatch required api at the wanted time
Depends-On : I135a723d21d70b8c54f4cab1c534210757318ed0
Change-Id: I90938f53dd1f606b3aa39a549e618c0fe413870c
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|