aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/2-Installation.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/2-Installation.md b/docs/2-Installation.md
index 410bc4b6..252f8b38 100644
--- a/docs/2-Installation.md
+++ b/docs/2-Installation.md
@@ -94,6 +94,14 @@ engine.torque
>
> This described in the below chapter.
+### Available decoder
+
+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 : Find and return the corresponding string state for a CAN signal's raw integer value.
+
### Generating JSON from Vector CANoe Database
> **CAUTION** This chapter has not been tested since we haven't necessary automotive tools for that.