Modbus analyzer, current support: FC=3,4,5,6,7,16,22,23

This commit is contained in:
dina 2012-08-20 13:30:22 +02:00
parent 4da209d3b1
commit 5c756dcebf
12 changed files with 1773 additions and 0 deletions

View file

@ -53,6 +53,16 @@ type string_vec: vector of string;
## then remove this alias.
type addr_vec: vector of addr;
## A vector of int, used in Modbus function to pass data arrays
# (byDina)
type int_vec:vector of int;
## A table of strings indexed by strings.
##
## .. todo:: We need this type definition only for declaring builtin functions via