#include <sot/talos_balance/boolean-identity.hh>
Public Member Functions | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | BooleanIdentity (const std::string &name) |
DECLARE_SIGNAL_IN (sin, bool) | |
DECLARE_SIGNAL_OUT (sout, bool) | |
virtual void | display (std::ostream &os) const |
void | init () |
Definition at line 52 of file boolean-identity.hh.
BooleanIdentity | ( | const std::string & | name | ) |
Definition at line 48 of file boolean-identity.cpp.
References BooleanIdentity::init(), INPUT_SIGNALS, and OUTPUT_SIGNALS.
DECLARE_SIGNAL_IN | ( | sin | , |
bool | |||
) |
DECLARE_SIGNAL_OUT | ( | sout | , |
bool | |||
) |
|
virtual |
Definition at line 73 of file boolean-identity.cpp.
|
inline |
Definition at line 63 of file boolean-identity.hh.
Referenced by BooleanIdentity::BooleanIdentity().