aboutsummaryrefslogtreecommitdiff
path: root/simplemotion_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'simplemotion_private.h')
-rw-r--r--simplemotion_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/simplemotion_private.h b/simplemotion_private.h
index 94cc8d1..67128b7 100644
--- a/simplemotion_private.h
+++ b/simplemotion_private.h
@@ -38,6 +38,8 @@ extern smuint16 readTimeoutMs;
//I.e Low=low frequency, so it gets displayed when global verbosity level is set to at least Low or set it to Trace which gets filtered
//out if global verbisity level is set less than Trace
void smDebug( smbus handle, smVerbosityLevel verbositylevel, char *format, ...);
+//accumulates status to internal variable by ORing the bits. returns same value that is fed as paramter
+SM_STATUS recordStatus( const smbus handle, const SM_STATUS stat );
SM_STATUS smRawCmd( const char *axisname, smuint8 cmd, smuint16 val, smuint32 *retdata );