All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_vexMotor Struct Reference

Holds data for a motor. More...

#include <vexmotor.h>

Data Fields

volatile int16_t value
 
tVexMotorType type
 
bool_t reversed
 
int32_t(* motorPositionGet )(int16_t port)
 
void(* motorPositionSet )(int16_t port, int32_t value)
 
int16_t(* getEncoderId )(int16_t port)
 
int16_t port
 

Detailed Description

Holds data for a motor.

Field Documentation

volatile int16_t value
bool_t reversed
int32_t(* motorPositionGet)(int16_t port)
void(* motorPositionSet)(int16_t port, int32_t value)
int16_t(* getEncoderId)(int16_t port)
int16_t port

The documentation for this struct was generated from the following file: