Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
droid.Runtime.Messaging.Messages.ActuatorMotion Class Reference

Has a possible direction given by the sign of the float in strength More...

Inheritance diagram for droid.Runtime.Messaging.Messages.ActuatorMotion:
Collaboration diagram for droid.Runtime.Messaging.Messages.ActuatorMotion:

Public Member Functions

 ActuatorMotion (string actor_name, string actuator_name, float strength)
 
override string ToString ()
 

Properties

float Strength [get, set]
 
string ActorName [get]
 
string ActuatorName [get]
 
- Properties inherited from droid.Runtime.Interfaces.IMotion
string ActuatorName [get]
 
string ActorName [get]
 
float Strength [get, set]
 

Detailed Description

Has a possible direction given by the sign of the float in strength

Definition at line 9 of file MotorMotion.cs.

Constructor & Destructor Documentation

◆ ActuatorMotion()

droid.Runtime.Messaging.Messages.ActuatorMotion.ActuatorMotion ( string  actor_name,
string  actuator_name,
float  strength 
)

Definition at line 10 of file MotorMotion.cs.

Member Function Documentation

◆ ToString()

override string droid.Runtime.Messaging.Messages.ActuatorMotion.ToString ( )

Returns

Definition at line 31 of file MotorMotion.cs.

Property Documentation

◆ ActorName

string droid.Runtime.Messaging.Messages.ActuatorMotion.ActorName
get

Definition at line 22 of file MotorMotion.cs.

◆ ActuatorName

string droid.Runtime.Messaging.Messages.ActuatorMotion.ActuatorName
get

Definition at line 26 of file MotorMotion.cs.

◆ Strength

float droid.Runtime.Messaging.Messages.ActuatorMotion.Strength
getset

Definition at line 18 of file MotorMotion.cs.


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