Login
Preferences
Help/Guide
About Trac
Forgot your password?
Wiki
Context Navigation
←
Previous Change
Wiki History
Next Change →
Changes between
Version 6
and
Version 7
of
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetMotion
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
03/12/25 07:36:19 (
3 weeks
ago)
Author:
Don Wilson
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetMotion
v6
v7
2
2
Get motion status.
3
3
4
{{{
4
{{{
#!c++
5
5
bool GetMotion(int nScale = process_scale)
6
6
}}}
…
…
20
20
== Examples ==
21
21
22
{{{
22
{{{
#!c++
23
23
if(GetMotion())
24
24
{
…
…
27
27
}}}
28
28
29
{{{
29
{{{
#!c++
30
30
if(GetMotion(1))
31
31
{