C# Class Iviz.Msgs.MoveitMsgs.PlanningOptions

Inheritance: IDeserializable, IMessage
Mostra file Open project: KIT-ISAS/iviz Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
PlanningOptions ( ) : System.Runtime.Serialization

Constructor for empty message.

PlanningOptions ( Iviz.Msgs.MoveitMsgs.PlanningScene PlanningSceneDiff, bool PlanOnly, bool LookAround, int LookAroundAttempts, double MaxSafeExecutionCost, bool Replan, int ReplanAttempts, double ReplanDelay ) : System.Runtime.Serialization

Explicit constructor.

RosDeserialize ( Buffer &b ) : ISerializable
RosSerialize ( Buffer &b ) : void
RosValidate ( ) : void
ToString ( ) : string

Private Methods

Method Description
IDeserializable ( Buffer &b ) : PlanningOptions
PlanningOptions ( Buffer &b ) : System.Runtime.Serialization

Constructor with buffer.

Method Details

Dispose() public method

public Dispose ( ) : void
return void

PlanningOptions() public method

Constructor for empty message.
public PlanningOptions ( ) : System.Runtime.Serialization
return System.Runtime.Serialization

PlanningOptions() public method

Explicit constructor.
public PlanningOptions ( Iviz.Msgs.MoveitMsgs.PlanningScene PlanningSceneDiff, bool PlanOnly, bool LookAround, int LookAroundAttempts, double MaxSafeExecutionCost, bool Replan, int ReplanAttempts, double ReplanDelay ) : System.Runtime.Serialization
PlanningSceneDiff Iviz.Msgs.MoveitMsgs.PlanningScene
PlanOnly bool
LookAround bool
LookAroundAttempts int
MaxSafeExecutionCost double
Replan bool
ReplanAttempts int
ReplanDelay double
return System.Runtime.Serialization

RosDeserialize() public method

public RosDeserialize ( Buffer &b ) : ISerializable
b Buffer
return ISerializable

RosSerialize() public method

public RosSerialize ( Buffer &b ) : void
b Buffer
return void

RosValidate() public method

public RosValidate ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string