NAME

dbc2json - Vector CANdb++ to JSON file format converter.

SYNOPSIS

dbc2json infile [ outfile ]

DESCRIPTION

Part of Automotive Message Broker Signal Mapper tool.

dbc2json converts file in Vector CANdb++ format to intermediate JSON file.

Intermediate file is used to format and annotate raw data from CANDb++ file into format suitable for AMB plugin creation.

OPTIONS

infile

Input infile file in Vector CANdb++ (*.dbc) format.

[ outfile ]

Target output outfile file converted to JSON, otherwise created in current directory.

FILES

REQUIRES

Perl 5.006, Intel::IviPoc::DbcGrammar, File::Basename, File::Spec, Cwd, JSON

SEE ALSO

perl(1), json2amb(1)

readFileContent

Reads and returns the whole content of given file.

printWait

Prints out wait information

printUsage

Prints out basic usage help

AUTHOR

IntelIVIPoc, <ivipoc at intel.com>

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc dbc2json

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright (C) 2014 Intel Corporation This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA