INOS
|
The mcrobot class. More...
#include <inos.h>
#include <cinosmcmodule.h>
#include <cinosphysicalaxis.h>
#include <cinoscalib.h>
#include <cinoscalibs.h>
#include <cinosshape.h>
Go to the source code of this file.
Classes | |
class | CINOSMcRobot |
class | CINOSMcRobotAxis |
class | CINOSMcRobotCmd |
class | CINOSMcRobotCmdMove |
class | CINOSMcRobotCmdLinear |
class | CINOSMcRobotCmdEndless |
INOS McRobot command to move one axis endlessly towards a certain direction with a specific speed set. More... | |
class | CINOSMcRobotCmdMoveSafe |
class | CINOSMcRobotCmdMoveToBorder |
class | CINOSMcRobotCmdMoveToBorderApp |
class | CINOSMcRobotCmdMoveToDigitalSensor |
Move one axis towards a certain direction to search for a sensor. The axis stops when either the sensor is found or a predefined stop position has been reached. More... | |
class | CINOSMcRobotCmdMoveToAnalogSensor |
class | CINOSMcRobotCmdMoveCarefully |
class | CINOSMcRobotCmdMoveEx |
struct | SINOSMcRobotCmdShapeEvent |
class | CINOSMcRobotCmdShape |
class | CINOSMcRobotSync |
class | CINOSMcRobotInitSync |
class | CINOSMcRobotCmdInit |
class | CINOSMcRobotCmdCalib |
Macros | |
#define | INOS_MCROBOT_CMD_BEGIN_INST(_inst_, _msg_) |
#define | INOS_MCROBOT_CMD_RUN_INST(_inst_, _cmd_) |
#define | INOS_MCROBOT_CMD_BEGIN(_msg_) INOS_MCROBOT_CMD_BEGIN_INST((*this),_msg_) |
#define | INOS_MCROBOT_CMD_RUN(_msg_) INOS_MCROBOT_CMD_RUN_INST((*this),_msg_) |
#define | INOS_MCROBOT_CMD_SETOUT(aCmd, aBit, aEvent) |
#define | INOS_MCROBOT_CMD_CLROUT(aCmd, aBit, aEvent) |
#define | INOS_MCROBOT_CMD_SENDCMD(aCmd, aCmdId, aEvent) |
#define | INOS_MCROBOT_CMD_SENDCMD_NAME(aCmd, aName, aCmdId, aEvent) |
#define | INOS_MCROBOT_CMD_SENDCMD_PARAM(aCmd, aCmdId, aEvent, aParam) |
Typedefs | |
typedef const char * | tMcAxisName |
The name of a McRobot axis. | |
The mcrobot class.
project : McInos language : Gnu C++ system : Power-PC
This class provides the mcrobot task