sketchbook
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Classes | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
MultiWiiConf Class Reference
Inheritance diagram for MultiWiiConf:

Classes

class  cDataArray
 
class  cGraph
 
class  MWI
 
class  MwiFileFilter
 

Public Member Functions

void create_GimbalGraphics ()
 
void create_ServoGraphics ()
 
void create_checkboxes (String[] names)
 
String shortifyPortName (String portName, int maxlen)
 
controlP5.Controller hideLabel (controlP5.Controller c)
 
void setup ()
 
int read32 ()
 
int read16 ()
 
int read8 ()
 
void sendRequestMSP (List< Byte > msp)
 
void evaluateCommand (byte cmd, int dataSize)
 
void draw ()
 
void drawMotor (float x1, float y1, int mot_num, char dir)
 
void ACC_ROLL (boolean theFlag)
 
void ACC_PITCH (boolean theFlag)
 
void ACC_Z (boolean theFlag)
 
void GYRO_ROLL (boolean theFlag)
 
void GYRO_PITCH (boolean theFlag)
 
void GYRO_YAW (boolean theFlag)
 
void BARO (boolean theFlag)
 
void HEAD (boolean theFlag)
 
void MAGX (boolean theFlag)
 
void MAGY (boolean theFlag)
 
void MAGZ (boolean theFlag)
 
void DEBUG1 (boolean theFlag)
 
void DEBUG2 (boolean theFlag)
 
void DEBUG3 (boolean theFlag)
 
void DEBUG4 (boolean theFlag)
 
void controlEvent (ControlEvent theEvent)
 
void bSTART ()
 
void bSTOP ()
 
void SETTING ()
 
void GIMBAL ()
 
void TRIGGER ()
 
void READ ()
 
void RESET ()
 
void WRITE ()
 
void LIVE_SERVO ()
 
void SAVE_WING ()
 
void SAVE_Servo ()
 
void WING ()
 
void SERVO ()
 
void CALIB_ACC ()
 
void CALIB_MAG ()
 
void InitSerial (float portValue)
 
void SaveSerialPort (String port)
 
void Eport_Servo ()
 
void SAVE_SERVO_CONFIG ()
 
void bQCONN ()
 
void Cau0 ()
 
void Cau1 ()
 
void Cau2 ()
 
void Cau3 ()
 
void Cau4 ()
 
void CauClear ()
 
void ReadSerialPort ()
 
void bSAVE ()
 
void bIMPORT ()
 
void updateModel ()
 
void updateModelMSP_SET_RC_TUNING ()
 
void updateModelMSP_SET_PID ()
 
void updateModelMSP_SET_MISC ()
 
void updateView ()
 
void bRXbind ()
 
void addTabs ()
 
void MagDecl ()
 
void MWiiHome ()
 
void MWiiGet ()
 
void Tooltips ()
 

Static Public Member Functions

static void main (String args[])
 

Static Public Attributes

static final int IDLE = 0
 

Member Function Documentation

void MultiWiiConf.ACC_PITCH ( boolean  theFlag)
inline
void MultiWiiConf.ACC_ROLL ( boolean  theFlag)
inline
void MultiWiiConf.ACC_Z ( boolean  theFlag)
inline
void MultiWiiConf.addTabs ( )
inline
void MultiWiiConf.BARO ( boolean  theFlag)
inline
void MultiWiiConf.bIMPORT ( )
inline
void MultiWiiConf.bQCONN ( )
inline
void MultiWiiConf.bRXbind ( )
inline
void MultiWiiConf.bSAVE ( )
inline
void MultiWiiConf.bSTART ( )
inline
void MultiWiiConf.bSTOP ( )
inline
void MultiWiiConf.CALIB_ACC ( )
inline
void MultiWiiConf.CALIB_MAG ( )
inline
void MultiWiiConf.Cau0 ( )
inline
void MultiWiiConf.Cau1 ( )
inline
void MultiWiiConf.Cau2 ( )
inline
void MultiWiiConf.Cau3 ( )
inline
void MultiWiiConf.Cau4 ( )
inline
void MultiWiiConf.CauClear ( )
inline
void MultiWiiConf.controlEvent ( ControlEvent  theEvent)
inline
void MultiWiiConf.create_checkboxes ( String[]  names)
inline
void MultiWiiConf.create_GimbalGraphics ( )
inline
void MultiWiiConf.create_ServoGraphics ( )
inline
void MultiWiiConf.DEBUG1 ( boolean  theFlag)
inline
void MultiWiiConf.DEBUG2 ( boolean  theFlag)
inline
void MultiWiiConf.DEBUG3 ( boolean  theFlag)
inline
void MultiWiiConf.DEBUG4 ( boolean  theFlag)
inline
void MultiWiiConf.draw ( )
inline

flapperons &&

void MultiWiiConf.drawMotor ( float  x1,
float  y1,
int  mot_num,
char  dir 
)
inline
void MultiWiiConf.Eport_Servo ( )
inline
void MultiWiiConf.evaluateCommand ( byte  cmd,
int  dataSize 
)
inline
void MultiWiiConf.GIMBAL ( )
inline
void MultiWiiConf.GYRO_PITCH ( boolean  theFlag)
inline
void MultiWiiConf.GYRO_ROLL ( boolean  theFlag)
inline
void MultiWiiConf.GYRO_YAW ( boolean  theFlag)
inline
void MultiWiiConf.HEAD ( boolean  theFlag)
inline
controlP5.Controller MultiWiiConf.hideLabel ( controlP5.Controller  c)
inline
void MultiWiiConf.InitSerial ( float  portValue)
inline
void MultiWiiConf.LIVE_SERVO ( )
inline
void MultiWiiConf.MagDecl ( )
inline
void MultiWiiConf.MAGX ( boolean  theFlag)
inline
void MultiWiiConf.MAGY ( boolean  theFlag)
inline
void MultiWiiConf.MAGZ ( boolean  theFlag)
inline
static void MultiWiiConf.main ( String  args[])
inlinestatic
void MultiWiiConf.MWiiGet ( )
inline
void MultiWiiConf.MWiiHome ( )
inline
void MultiWiiConf.READ ( )
inline
int MultiWiiConf.read16 ( )
inline
int MultiWiiConf.read32 ( )
inline
int MultiWiiConf.read8 ( )
inline
void MultiWiiConf.ReadSerialPort ( )
inline
void MultiWiiConf.RESET ( )
inline
void MultiWiiConf.SAVE_Servo ( )
inline
void MultiWiiConf.SAVE_SERVO_CONFIG ( )
inline
void MultiWiiConf.SAVE_WING ( )
inline
void MultiWiiConf.SaveSerialPort ( String  port)
inline
void MultiWiiConf.sendRequestMSP ( List< Byte >  msp)
inline
void MultiWiiConf.SERVO ( )
inline
void MultiWiiConf.SETTING ( )
inline
void MultiWiiConf.setup ( )
inline
String MultiWiiConf.shortifyPortName ( String  portName,
int  maxlen 
)
inline
void MultiWiiConf.Tooltips ( )
inline
void MultiWiiConf.TRIGGER ( )
inline
void MultiWiiConf.updateModel ( )
inline
void MultiWiiConf.updateModelMSP_SET_MISC ( )
inline
void MultiWiiConf.updateModelMSP_SET_PID ( )
inline
void MultiWiiConf.updateModelMSP_SET_RC_TUNING ( )
inline
void MultiWiiConf.updateView ( )
inline
void MultiWiiConf.WING ( )
inline
void MultiWiiConf.WRITE ( )
inline

Member Data Documentation

final int MultiWiiConf.IDLE = 0
static

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