Something went wrong on our end
Select Git revision
InputDeviceSubCodes.m
-
Tim Stadtmann authored
Implements overriden display-function and adapts comments to MATLAB's doc and help function in order to deliver a cleaner interface. Also, for some reason, all file-access modes in /source are marked as changed.
Tim Stadtmann authoredImplements overriden display-function and adapts comments to MATLAB's doc and help function in order to deliver a cleaner interface. Also, for some reason, all file-access modes in /source are marked as changed.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
InputDeviceSubCodes.m 840 B
%InputDeviceSubCodes InputDeviceSubCodes enumeration for the brick
%
% Notes::
% - InputDeviceSubCodes can be found in the EV3 documentation and source code
% (bytecodes.h)
classdef InputDeviceSubCodes < uint8
enumeration
InsertType (1)
GetFormat (2)
CalMinMax (3)
CalDefault (4)
GetTypeMode (5)
GetSymbol (6)
CalMin (7)
CalMax (8)
Setup (9)
ClrAll (10)
GetRaw (11)
GetConnection (12)
StopAll (13)
SetTypeMode (14)
ReadyIIC (15)
GetName (21)
GetModeName (22)
SetRaw (23)
GetFigures (24)
GetChanges (25)
ClrChanges (26)
ReadyPct (27)
ReadyRaw (28)
ReadySI (29)
GetMinMax (30)
GetBumps (31)
end
end