Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
d29fca9c
Commit
d29fca9c
authored
Mar 06, 2018
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling fix
parent
8541d2e2
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
14 deletions
+14
-14
profibus/lib/cow/src/cow_pb_gsd.cpp
profibus/lib/cow/src/cow_pb_gsd.cpp
+2
-2
src/lib/co/src/co_dcli.c
src/lib/co/src/co_dcli.c
+3
-3
src/lib/rt/src/rt_appl.cpp
src/lib/rt/src/rt_appl.cpp
+2
-2
src/lib/rt/src/rt_rtt_logging.c
src/lib/rt/src/rt_rtt_logging.c
+3
-3
xtt/lib/ge/src/ge_graph.cpp
xtt/lib/ge/src/ge_graph.cpp
+1
-1
xtt/lib/xtt/src/xtt_logging.cpp
xtt/lib/xtt/src/xtt_logging.cpp
+3
-3
No files found.
profibus/lib/cow/src/cow_pb_gsd.cpp
View file @
d29fca9c
...
...
@@ -2272,7 +2272,7 @@ int pb_gsd::syntax_check( int *idx)
*
idx
=
i
;
return
PB__NOMODULENAME
;
}
// Check that name is uni
c
// Check that name is uni
que
for
(
int
j
=
0
;
j
<
module_conf_cnt
;
j
++
)
{
if
(
i
!=
j
&&
cdh_NoCaseStrcmp
(
module_conf
[
i
].
name
,
module_conf
[
j
].
name
)
==
0
)
{
...
...
@@ -2289,4 +2289,4 @@ int pb_gsd::syntax_check( int *idx)
}
}
return
PB__SUCCESS
;
}
\ No newline at end of file
}
src/lib/co/src/co_dcli.c
View file @
d29fca9c
...
...
@@ -330,7 +330,7 @@ int dcli_cli( dcli_tCmdTable *command_table,
if
(
hitnr
>
1
)
{
/* Command not uni
c
*/
/* Command not uni
que
*/
return
DCLI__COM_AMBIG
;
}
else
if
(
hitnr
<
1
)
...
...
@@ -398,7 +398,7 @@ int dcli_cli( dcli_tCmdTable *command_table,
}
else
if
(
hitnr
>
1
)
{
/* qualifier not uni
c
*/
/* qualifier not uni
que
*/
return
DCLI__QUAL_AMBIG
;
}
/* Place back the / and = within quotes */
...
...
@@ -1168,4 +1168,4 @@ unsigned int dcli_random()
srand
(
itime
);
return
(
unsigned
int
)((
double
)
rand
()
/
((
double
)
RAND_MAX
+
1
)
*
999999
);
}
\ No newline at end of file
}
src/lib/rt/src/rt_appl.cpp
View file @
d29fca9c
...
...
@@ -54,7 +54,7 @@ void rt_appl::init()
qcom_sQattr
qAttr
;
pwr_tStatus
sts
;
// Init error and status logger with a uni
c
application index per node.
// Init error and status logger with a uni
que
application index per node.
errh_Init
(
m_name
,
m_anix
);
errh_SetStatus
(
PWR__APPLSTARTUP
);
...
...
@@ -161,4 +161,4 @@ void rt_appl::mainloop()
}
first_scan
=
false
;
}
}
\ No newline at end of file
}
src/lib/rt/src/rt_rtt_logging.c
View file @
d29fca9c
...
...
@@ -1275,7 +1275,7 @@ void *rtt_logging_logproc( void *arg)
case
RTT_LOGG_CONT
:
if
(
entry_ptr
->
logg_file
)
fprintf
(
entry_ptr
->
logg_file
,
"
\"\"
"
);
/* Find a uni
c
shortname for each parameter */
/* Find a uni
que
shortname for each parameter */
for
(
i
=
0
;
i
<
RTT_LOGG_MAXPAR
;
i
++
)
{
if
(
entry_ptr
->
print_shortname
)
...
...
@@ -1290,7 +1290,7 @@ void *rtt_logging_logproc( void *arg)
if
(
strcmp
(
parname
,
"ACTUALVALUE"
)
==
0
)
*
s
=
0
;
}
/* Check that this name is uni
c
*/
/* Check that this name is uni
que
*/
for
(
j
=
0
;
j
<
RTT_LOGG_MAXPAR
;
j
++
)
{
if
(
j
!=
i
&&
...
...
@@ -2012,4 +2012,4 @@ int rtt_logging_close_files()
entry_ptr
++
;
}
return
RTT__SUCCESS
;
}
\ No newline at end of file
}
xtt/lib/ge/src/ge_graph.cpp
View file @
d29fca9c
...
...
@@ -5087,7 +5087,7 @@ graph_eDatabase Graph::parse_attr_name( char *name, char *parsed_name,
*
inverted
=
0
;
if
(
grow
->
stack_cnt
)
{
// Add suffix to make name uni
c
for subwindow context
// Add suffix to make name uni
que
for subwindow context
char
owner
[
256
];
grow_GetOwner
(
grow
->
ctx
,
owner
);
...
...
xtt/lib/xtt/src/xtt_logging.cpp
View file @
d29fca9c
...
...
@@ -910,7 +910,7 @@ static void *xtt_logproc( void *arg)
case
xtt_LoggType_Cont
:
if
(
logg
->
logg_file
)
fprintf
(
logg
->
logg_file
,
"
\"
%s
\"
"
,
time_str
);
/* Find a uni
c
shortname for each parameter */
/* Find a uni
que
shortname for each parameter */
for
(
i
=
0
;
i
<
RTT_LOGG_MAXPAR
;
i
++
)
{
if
(
logg
->
print_shortname
)
...
...
@@ -925,7 +925,7 @@ static void *xtt_logproc( void *arg)
if
(
strcmp
(
parname
,
"ACTUALVALUE"
)
==
0
)
*
s
=
0
;
}
/* Check that this name is uni
c
*/
/* Check that this name is uni
que
*/
for
(
j
=
0
;
j
<
RTT_LOGG_MAXPAR
;
j
++
)
{
if
(
j
!=
i
&&
...
...
@@ -1560,4 +1560,4 @@ int XttLogging::close_files()
void
XttLogging
::
message
(
char
severity
,
const
char
*
msg
)
{
((
XNav
*
)
xnav
)
->
message
(
severity
,
msg
);
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment