Main Page · Modules · All Classes · Class Hierarchy
Classes | Functions
Mindaibo_types

Classes

struct  MAAudio
 Audio input/output state. More...
 
struct  MAAccelData
 Accelerometer data. More...
 
struct  MAFloorSurface
 Floor surface struct. More...
 
struct  MABodyMotion
 Body motion states. More...
 
struct  MABodyPartFeature
 A base class for the limb features. More...
 
struct  MALegPosition
 The forward-backward/upward-downward feature of a leg joint. More...
 
struct  MASidelong
 The sidelong feature of a leg joint. More...
 
struct  MABentStretched
 The bent-stretched feature of a leg joint. More...
 
struct  MALeftRightTurned
 The left-right turning feature of the head. More...
 
struct  MAHeadPosition
 The fore-back, up-down position of the head. More...
 
struct  MAMouthOpened
 The opened-closed position of the mouth. More...
 
struct  MAComplexIndicators
 Complex state indicators. More...
 
struct  MAEmotions
 State indicators. More...
 
struct  MAGoals
 Goals. More...
 
struct  MAHead
 Head state. More...
 
struct  MAHri
 Human-robot interaction data. More...
 
struct  MALeg
 A leg class. More...
 
class  MARobotState
 Robot state. More...
 
class  MARobotStateUpdater
 Robot state updater base class. More...
 
struct  MATimestamp
 Timestamp struct. More...
 
struct  MACpuLoad
 CPU load struct. More...
 
struct  MAWlanStatistics
 WLAN statistics struct. More...
 
struct  MATorso
 Torso states. More...
 
class  MALedSkit
 LED sequence (LED skit) class. More...
 
class  MAMotionSkit
 Motion sequence (motion skit) class. More...
 
class  MASkit
 Skit class to decode aib format. More...
 
class  MASkitBase
 Skit base class. More...
 
class  MASkitDatabase
 Skit database class. More...
 

Functions

std::string MAFloorSurfacesTypeStr (const MA::FloorSurfacesType surface)
 Get floor surface string. More...
 
std::string MAFloorSurfaceSoftnessTypeStr (const MA::FloorSurfaceSoftnessType surface_softness)
 Get floor surface softness string. More...
 
MA::FloorSurfaceSoftnessType MAMapFloorSurfaceToSoftness (const MA::FloorSurfacesType surface)
 Map a floor surface to softness. More...
 

Detailed Description

Function Documentation

std::string MAFloorSurfaceSoftnessTypeStr ( const MA::FloorSurfaceSoftnessType  surface_softness)

Get floor surface softness string.

Parameters
surface_softnessFloor surface softness
Returns
Floor surface softness string

Definition at line 66 of file MABodyMotion.cpp.

std::string MAFloorSurfacesTypeStr ( const MA::FloorSurfacesType  surface)

Get floor surface string.

Parameters
surfaceFloor surface
Returns
Floor surface string

Definition at line 43 of file MABodyMotion.cpp.

MA::FloorSurfaceSoftnessType MAMapFloorSurfaceToSoftness ( const MA::FloorSurfacesType  surface)

Map a floor surface to softness.

Parameters
surfaceFloor surface
Returns
Floor surface softness

Definition at line 77 of file MABodyMotion.cpp.