|
static goby::uint64 | microsec_moos_time () |
|
typedef boost::function< void(const CMOOSMsg &msg)> | InboxFunc |
|
| GobyMOOSAppSelector (ProtobufConfig *cfg) |
|
void | publish_pb (const std::string &key, const ProtobufMessage &msg) |
|
void | publish (CMOOSMsg &msg) |
|
void | publish (const std::string &key, const std::string &value) |
|
void | publish (const std::string &key, double value) |
|
goby::moos::DynamicMOOSVars & | dynamic_vars () |
|
double | start_time () const |
|
void | subscribe (const std::string &var, InboxFunc handler=InboxFunc(), int blackout=0) |
|
void | subscribe (const std::string &var, void(V::*mem_func)(A1), V *obj, int blackout=0) |
|
void | subscribe (const std::string &var_pattern, const std::string &app_pattern, InboxFunc handler=InboxFunc(), int blackout=0) |
|
void | subscribe (const std::string &var_pattern, const std::string &app_pattern, void(V::*mem_func)(A1), V *obj, int blackout=0) |
|
void | subscribe_pb (const std::string &var, void(V::*mem_func)(const ProtobufMessage &), V *obj, int blackout=0) |
|
void | subscribe_pb (const std::string &var, boost::function< void(const ProtobufMessage &msg)> handler, int blackout=0) |
|
void | register_timer (int period_seconds, boost::function< void()> handler) |
|
void | register_timer (int period_seconds, void(V::*mem_func)(), V *obj) |
|
friend | int::goby::moos::run (int argc, char *argv[]) |
|
virtual void | loop ()=0 |
|
bool | ignore_stale () |
|
void | set_ignore_stale (bool b) |
|
bool | dynamic_moos_vars_enabled () |
|
void | set_dynamic_moos_vars_enabled (bool b) |
|
std::pair< std::string, goby::moos::protobuf::TranslatorEntry::ParserSerializerTechnique > | parse_type_technique (const std::string &type_and_technique) |
|
bool | Iterate () |
|
bool | OnStartUp () |
|
bool | OnConnectToServer () |
|
bool | OnNewMail (MOOSMSG_LIST &NewMail) |
|
void | RegisterVariables () |
|
void | PostReport () |
|
Definition at line 306 of file goby_moos_app.h.