Public Member Functions | Public Attributes
industrial::joint_traj_pt_full_message::JointTrajPtFullMessage Class Reference

Class encapsulated joint trajectory point message generation methods (either to or from a industrial::simple_message::SimpleMessage type. More...

#include <joint_traj_pt_full_message.h>

Inheritance diagram for industrial::joint_traj_pt_full_message::JointTrajPtFullMessage:
Inheritance graph
[legend]

List of all members.

Public Member Functions

unsigned int byteLength ()
 Virtual method returns the object size when packed into a ByteArray.
bool init (industrial::simple_message::SimpleMessage &msg)
 Initializes message from a simple message.
void init (industrial::joint_traj_pt_full::JointTrajPtFull &point)
 Initializes message from a joint trajectory point structure.
void init ()
 Initializes a new message.
 JointTrajPtFullMessage (void)
 Default constructor.
bool load (industrial::byte_array::ByteArray *buffer)
 Virtual method for loading an object into a ByteArray.
void setSequence (industrial::shared_types::shared_int sequence)
 Sets message sequence number.
bool unload (industrial::byte_array::ByteArray *buffer)
 Virtual method for unloading an object from a ByteArray.
 ~JointTrajPtFullMessage (void)
 Destructor.

Public Attributes

industrial::joint_traj_pt_full::JointTrajPtFull point_

Detailed Description

Class encapsulated joint trajectory point message generation methods (either to or from a industrial::simple_message::SimpleMessage type.

This message simply wraps the industrial::joint_traj_pt_full::JointTrajPtFull data type. The data portion of this typed message matches JointTrajPtFull.

THIS CLASS IS NOT THREAD-SAFE

Definition at line 65 of file joint_traj_pt_full_message.h.


Constructor & Destructor Documentation

Default constructor.

This method creates an empty message.

Definition at line 54 of file joint_traj_pt_full_message.cpp.

Destructor.

Definition at line 59 of file joint_traj_pt_full_message.cpp.


Member Function Documentation

Virtual method returns the object size when packed into a ByteArray.

Returns:
object size (in bytes)

Implements industrial::simple_serialize::SimpleSerialize.

Definition at line 108 of file joint_traj_pt_full_message.h.

Initializes message from a simple message.

Parameters:
simplemessage to construct from
Returns:
true if message successfully initialized, otherwise false

Implements industrial::typed_message::TypedMessage.

Definition at line 64 of file joint_traj_pt_full_message.cpp.

Initializes message from a joint trajectory point structure.

Parameters:
jointtrajectory point data structure

Definition at line 81 of file joint_traj_pt_full_message.cpp.

Initializes a new message.

Implements industrial::typed_message::TypedMessage.

Definition at line 87 of file joint_traj_pt_full_message.cpp.

Virtual method for loading an object into a ByteArray.

This method should load all the required data to reconstruct the class object into the buffer

Parameters:
bufferpointer to ByteArray
Returns:
true on success, false otherwise (buffer not large enough)

Implements industrial::simple_serialize::SimpleSerialize.

Definition at line 94 of file joint_traj_pt_full_message.cpp.

Sets message sequence number.

Parameters:
messagesequence number

Definition at line 118 of file joint_traj_pt_full_message.h.

Virtual method for unloading an object from a ByteArray.

This method should unload all the required data to reconstruct the class object (in place)

Parameters:
bufferpointer to ByteArray
Returns:
true on success, false otherwise (buffer not large enough)

Implements industrial::simple_serialize::SimpleSerialize.

Definition at line 110 of file joint_traj_pt_full_message.cpp.


Member Data Documentation

Definition at line 120 of file joint_traj_pt_full_message.h.


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


simple_message
Author(s): Shaun Edwards
autogenerated on Tue Jan 17 2017 21:10:02