X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2F2-Installation.md;h=0d05f9b28a8a7121281ee14600055688d609d56f;hb=refs%2Fchanges%2F65%2F19265%2F1;hp=dc792741eaf5cc2a64a7f95990d612391b6b3d7b;hpb=0ac88a39962a3f723fcb5a07c4eb5c6d19e585f9;p=apps%2Fagl-service-can-low-level.git diff --git a/docs/2-Installation.md b/docs/2-Installation.md index dc792741..0d05f9b2 100644 --- a/docs/2-Installation.md +++ b/docs/2-Installation.md @@ -37,7 +37,7 @@ prepare_meta -f iotbzh -o /xdt -l /home/devel/mirror -p /home/devel/share/propri source /xdt/sdk/environment-setup-aarch64-agl-linux export PATH=$PATH:/xdt/sdk/sysroots/x86_64-aglsdk-linux/usr/bin export WD=$(pwd) -git clone --recursive https://gerrit.automotivelinux.org/gerrit/apps/low-level-can-service -b Renesas_delivery_Q2 +git clone --recursive https://gerrit.automotivelinux.org/gerrit/apps/agl-service-can-low-level -b Renesas_delivery_Q2 git clone --recursive https://gerrit.automotivelinux.org/gerrit/apps/low-level-can-generator cd ${WD}/low-level-can-generator mkdir -p build @@ -86,9 +86,9 @@ engine.torque You can use some basic decoder provided by default by the binding which are: -* ***decoder_t::noopDecoder*** : Default decoder if not specified, return raw value from signal's bitfield. -* ***decoder_t::booleanDecoder*** : Coerces a numerical value to a boolean. -* ***decoder_t::stateDecoder***s : Find and return the corresponding string state for a CAN signal's raw integer value. +* ***decoder_t::decode_noop*** : Default decoder if not specified, return raw value from signal's bitfield. +* ***decoder_t::decode_boolean*** : Coerces a numerical value to a boolean. +* ***decoder_t::decode_state*** : Find and return the corresponding string state for a CAN signal's raw integer value. ### Generating JSON from Vector CANoe Database @@ -156,14 +156,14 @@ Clone the binding repository, copy the generated file and updated the git submod Execute the following commands from this repository: ```bash -cd ${WD}/low-level-can-service +cd ${WD}/agl-service-can-low-level cp ${WD}/low-level-can-generator/build/application-generated.cpp ../low-can-binding/binding ``` ### Installation ```bash -cd ${WD}/low-level-can-service +cd ${WD}/agl-service-can-low-level mkdir build cd build cmake ..