Signals | Public Member Functions | Public Attributes

OrteSignals Class Reference

#include <ortesignals.h>

List of all members.

Signals

void fsm_sig (UDE_fsm_t fsm, QString state)
void status_sig (UDE_component_t c, UDE_hw_status_t s)
void position_sig (double x, double y, double phi)
void pwr_sig (double voltage33, double voltage50, double voltage80, double voltageBAT)
void color_sig (char color)
void time_sig (double time)

Public Member Functions

 OrteSignals ()
void createOrte ()
void fsm_con (UDE_fsm_t fsm, QString state)
void status_con (UDE_component_t c, UDE_hw_status_t s)
void position_con (void)
void pwr_con (void)
void color_con (char color)
void time_con (void)

Public Attributes

struct robottype_orte_data orte

Constructor & Destructor Documentation

OrteSignals::OrteSignals (  ) 

Here is the call graph for this function:


Member Function Documentation

void OrteSignals::color_con ( char  color  ) 

Here is the call graph for this function:

Here is the caller graph for this function:

void OrteSignals::color_sig ( char  color  )  [signal]

Here is the caller graph for this function:

void OrteSignals::createOrte (  ) 

Here is the call graph for this function:

Here is the caller graph for this function:

void OrteSignals::fsm_con ( UDE_fsm_t  fsm,
QString  state 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void OrteSignals::fsm_sig ( UDE_fsm_t  fsm,
QString  state 
) [signal]

Here is the caller graph for this function:

void OrteSignals::position_con ( void   ) 

Here is the call graph for this function:

Here is the caller graph for this function:

void OrteSignals::position_sig ( double  x,
double  y,
double  phi 
) [signal]

Here is the caller graph for this function:

void OrteSignals::pwr_con ( void   ) 

Here is the call graph for this function:

Here is the caller graph for this function:

void OrteSignals::pwr_sig ( double  voltage33,
double  voltage50,
double  voltage80,
double  voltageBAT 
) [signal]

Here is the caller graph for this function:

void OrteSignals::status_con ( UDE_component_t  c,
UDE_hw_status_t  s 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void OrteSignals::status_sig ( UDE_component_t  c,
UDE_hw_status_t  s 
) [signal]

Here is the caller graph for this function:

void OrteSignals::time_con ( void   ) 

Here is the call graph for this function:

Here is the caller graph for this function:

void OrteSignals::time_sig ( double  time  )  [signal]

Here is the caller graph for this function:


Member Data Documentation

struct robottype_orte_data OrteSignals::orte

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