From 7aed41f1bdfc76eae902d289fce699b8fde40871 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 12 Jul 2017 17:42:30 +0200 Subject: Cleaning and renaming. Change-Id: I24b78e3d41124650da286a50297f1c51410c2c6a Signed-off-by: Romain Forlot --- docs/2-Installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/2-Installation.md b/docs/2-Installation.md index dc792741..8642d650 100644 --- a/docs/2-Installation.md +++ b/docs/2-Installation.md @@ -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 -- cgit 1.2.3-korg