Skip to content

bfueldner/lin_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIN 2.2 tools

License Build state Warnings Tests Coverage

LIN 2.2 node capability file (NCF) and LIN description file (LDF) parser written in boost::spirit:x3 and generator using std::stream. NCF and LDF validation by command-line tool supported.

Command-line

Usage of the parsing, generating and validation libraries is given by command-line tools.

LDF-Tool

LIN description file parser, generator and validator command-line tool.

Usage:
  ldf_tool \<command\> [options] \<input-file\>

Commands:
  prettify              Prettify file
  validate              Validate file

Generic options:
  -h [ --help ]         Show help text
  -v [ --verbose ]      Verbose output
  --version             Show program version 

To get help for a specific command:
  ldf_tool <command> --help

For more information see ldf_tool manual.

NCF-Tool

Node capability file parser, generator and validator command-line tool.

Usage:
  ncf_tool <command> [options] <input-file>

Commands:
  prettify              Prettify file
  validate              Validate file

Generic options:
  -h [ --help ]         Show help text
  -v [ --verbose ]      Verbose output
  --version             Show program version

To get help for a specific command:
  ncf_tool <command> --help

For more information see ncf_tool manual.

Installation

$ meson setup --buildtype release build
$ meson install -C build --strip

To update shared library and manpage cache run:

$ sudo ldconfig
$ sudo mandb

NON NOBIS DOMINE, NON NOBIS, SED NOMINI TUO DA GLORIAM

About

LIN 2.2 parsing tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published