Orocos Real-Time Toolkit
2.9.0
|
#include <rtt/internal/BindStorage.hpp>
Public Member Functions | |
RStore () | |
void | checkError () const |
bool | isError () const |
bool | isExecuted () const |
template<class F > | |
void | exec (F f) |
void | result () |
Public Attributes | |
bool | executed |
bool | error |
Definition at line 96 of file BindStorage.hpp.
|
inline |
Definition at line 99 of file BindStorage.hpp.
|
inline |
Definition at line 101 of file BindStorage.hpp.
Referenced by RTT::internal::FusedMCallDataSource< Signature >::evaluate().
|
inline |
Definition at line 114 of file BindStorage.hpp.
References RTT::Error.
|
inline |
Definition at line 105 of file BindStorage.hpp.
Referenced by RTT::internal::FusedMCallDataSource< Signature >::evaluate().
|
inline |
Definition at line 109 of file BindStorage.hpp.
|
inline |
Definition at line 128 of file BindStorage.hpp.
bool RTT::internal::RStore< void >::error |
Definition at line 98 of file BindStorage.hpp.
bool RTT::internal::RStore< void >::executed |
Definition at line 97 of file BindStorage.hpp.
Referenced by RTT::internal::BindStorageImpl< 0, ToBind >::exec(), RTT::internal::BindStorageImpl< 1, ToBind >::exec(), RTT::internal::BindStorageImpl< 2, ToBind >::exec(), RTT::internal::BindStorageImpl< 3, ToBind >::exec(), RTT::internal::BindStorageImpl< 4, ToBind >::exec(), RTT::internal::BindStorageImpl< 5, ToBind >::exec(), RTT::internal::BindStorageImpl< 6, ToBind >::exec(), and RTT::internal::BindStorageImpl< 7, ToBind >::exec().