#include <hpp/pinocchio_idl/robots-fwd.hh>
Public Types | |
typedef hpp::pinocchio::CenterOfMassComputation | HppBase |
![]() | |
typedef _Storage | Storage |
typedef boost::weak_ptr< typename Storage::element_type > | StorageElementWkPtr_t |
typedef boost::shared_ptr< typename Storage::element_type > | StorageElementShPtr_t |
![]() | |
typedef boost::shared_ptr< hpp::pinocchio::CenterOfMassComputation > | TShPtr_t |
typedef boost::weak_ptr< hpp::pinocchio::CenterOfMassComputation > | TWkPtr_t |
Public Member Functions | |
SERVANT_BASE_TYPEDEFS (hpp::pinocchio_idl::CenterOfMassComputation, HppBase) | |
CenterOfMassComputationServant (Server *server, const _Storage &s) | |
virtual | ~CenterOfMassComputationServant () |
void | compute () |
hpp::floatSeq * | com () |
hpp::value_type | mass () |
hpp::floatSeqSeq * | jacobian () |
![]() | |
virtual | ~ServantBase () |
virtual TShPtr_t | get () const |
StorageElementShPtr_t | getT () const |
const Storage & | getS () const |
void | persistantStorage (bool persistant) |
Set to true if the servant should take ownership of this object. More... | |
bool | persistantStorage () const |
See persistantStorage(bool) More... | |
![]() | |
virtual | ~AbstractServantBase () |
virtual Server::ServantKey | getServantKey () const |
Additional Inherited Members | |
![]() | |
ServantBase (Server *server, const Storage &_s) | |
![]() | |
AbstractServantBase (Server *server) | |
![]() | |
Storage | s |
![]() | |
Server * | server_ |
typedef hpp::pinocchio::CenterOfMassComputation hpp::corbaServer::pinocchio_impl::CenterOfMassComputationServant< _Base, _Storage >::HppBase |
hpp::corbaServer::pinocchio_impl::CenterOfMassComputationServant< _Base, _Storage >::CenterOfMassComputationServant | ( | Server * | server, |
const _Storage & | s | ||
) |
|
virtual |
hpp::floatSeq * hpp::corbaServer::pinocchio_impl::CenterOfMassComputationServant< _Base, _Storage >::com | ( | ) |
void hpp::corbaServer::pinocchio_impl::CenterOfMassComputationServant< _Base, _Storage >::compute | ( | ) |
hpp::floatSeqSeq * hpp::corbaServer::pinocchio_impl::CenterOfMassComputationServant< _Base, _Storage >::jacobian | ( | ) |
hpp::value_type hpp::corbaServer::pinocchio_impl::CenterOfMassComputationServant< _Base, _Storage >::mass | ( | ) |
hpp::corbaServer::pinocchio_impl::CenterOfMassComputationServant< _Base, _Storage >::SERVANT_BASE_TYPEDEFS | ( | hpp::pinocchio_idl::CenterOfMassComputation | , |
HppBase | |||
) |