mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-23 18:43:51 +08:00
Fixed cpplint warnings.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
filter=-build/header_guard
|
||||
filter=-build/include_subdir
|
||||
filter=-build/include_what_you_use
|
||||
filter=-build/namespaces
|
||||
filter=-readability/braces
|
||||
filter=-readability/casting
|
||||
filter=-readability/multiline_comment
|
||||
filter=-runtime/int
|
||||
filter=-runtime/printf
|
||||
|
||||
@@ -58,11 +58,11 @@ string CommandSoeWrite::helpString(const string &binaryBaseName) const
|
||||
<< " Bit 11 - 0: Data block number" << endl
|
||||
<< " or a string like 'P-0-150'." << endl
|
||||
<< " VALUE is the value to write (see below)." << endl
|
||||
<< endl
|
||||
<< "The VALUE argument is interpreted as the given data type" << endl
|
||||
<< "(--type is mandatory) and written to the selected slave." << endl
|
||||
<< endl
|
||||
<< typeInfo()
|
||||
<< "The VALUE argument is interpreted as the given data type" << endl
|
||||
<< "(--type is mandatory) and written to the selected slave." << endl
|
||||
<< endl
|
||||
<< typeInfo()
|
||||
<< endl
|
||||
<< "Command-specific options:" << endl
|
||||
<< " --alias -a <alias>" << endl
|
||||
|
||||
Reference in New Issue
Block a user