Psyllid
v1.12.4
Project 8 Data Acquisisition Software
|
#include <tf_roach_receiver.hh>
Public Member Functions | |
tf_roach_receiver_binding () | |
virtual | ~tf_roach_receiver_binding () |
![]() | |
_node_binding () | |
virtual | ~_node_binding () |
_node_binding< tf_roach_receiver, tf_roach_receiver_binding > & | operator= (const _node_binding< tf_roach_receiver, tf_roach_receiver_binding > &a_rhs) |
virtual node_binding * | clone () const |
virtual void | apply_config (midge::node *a_node, const scarab::param_node &a_config) const |
virtual void | dump_config (const midge::node *a_node, scarab::param_node &a_config) const |
virtual bool | run_command (midge::node *a_node, const std::string &a_cmd, const scarab::param_node &a_args) const |
![]() | |
node_binding () | |
virtual | ~node_binding () |
node_binding & | operator= (const node_binding &a_rhs) |
Private Member Functions | |
virtual void | do_apply_config (tf_roach_receiver *a_node, const scarab::param_node &a_config) const |
virtual void | do_dump_config (const tf_roach_receiver *a_node, scarab::param_node &a_config) const |
virtual bool | do_run_command (tf_roach_receiver *a_node, const std::string &a_cmd, const scarab::param_node &) const |
in derived classes, should throw a std::exception if the command fails, and return false if the command is unrecognized More... | |
Definition at line 109 of file tf_roach_receiver.hh.
Definition at line 483 of file tf_roach_receiver.cc.
|
virtual |
Definition at line 488 of file tf_roach_receiver.cc.
|
privatevirtual |
Implements _node_binding< tf_roach_receiver, tf_roach_receiver_binding >.
Definition at line 492 of file tf_roach_receiver.cc.
|
privatevirtual |
Implements _node_binding< tf_roach_receiver, tf_roach_receiver_binding >.
Definition at line 504 of file tf_roach_receiver.cc.
|
privatevirtual |
in derived classes, should throw a std::exception if the command fails, and return false if the command is unrecognized
Reimplemented from _node_binding< tf_roach_receiver, tf_roach_receiver_binding >.
Definition at line 517 of file tf_roach_receiver.cc.