#include <string>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_table_driven.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/inlined_string_field.h>
#include <google/protobuf/metadata.h>
#include <google/protobuf/message.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_reflection.h>
#include <google/protobuf/unknown_field_set.h>
#include "goby/middleware/protobuf/app_config.pb.h"
#include "goby/protobuf/option_extensions.pb.h"
#include <boost/units/quantity.hpp>
#include <boost/units/absolute.hpp>
#include <boost/units/dimensionless_type.hpp>
#include <boost/units/make_scaled_unit.hpp>
Go to the source code of this file.
Classes | |
struct | protobuf_bin_2ftool_2fconfig_2eproto::TableStruct |
class | jaiabot::config::Tool |
struct | google::protobuf::is_proto_enum< ::jaiabot::config::Tool_Action > |
Namespaces | |
protobuf_bin_2ftool_2fconfig_2eproto | |
jaiabot | |
jaiabot::config | |
google::protobuf | |
Macros | |
#define | PROTOBUF_INTERNAL_EXPORT_protobuf_bin_2ftool_2fconfig_2eproto |
Functions | |
void | protobuf_bin_2ftool_2fconfig_2eproto::AddDescriptors () |
template<> | |
::jaiabot::config::Tool * | google::protobuf::Arena::CreateMaybeMessage<::jaiabot::config::Tool > (Arena *) |
bool | jaiabot::config::Tool_Action_IsValid (int value) |
const ::google::protobuf::EnumDescriptor * | jaiabot::config::Tool_Action_descriptor () |
const ::std::string & | jaiabot::config::Tool_Action_Name (Tool_Action value) |
bool | jaiabot::config::Tool_Action_Parse (const ::std::string &name, Tool_Action *value) |
template<> | |
const EnumDescriptor * | google::protobuf::GetEnumDescriptor< ::jaiabot::config::Tool_Action > () |
Variables | |
ToolDefaultTypeInternal | jaiabot::config::_Tool_default_instance_ |
const Tool_Action | jaiabot::config::Tool_Action_Action_MIN = Tool_Action_help |
const Tool_Action | jaiabot::config::Tool_Action_Action_MAX = Tool_Action_doc |
const int | jaiabot::config::Tool_Action_Action_ARRAYSIZE = Tool_Action_Action_MAX + 1 |
#define PROTOBUF_INTERNAL_EXPORT_protobuf_bin_2ftool_2fconfig_2eproto |
Definition at line 41 of file config.pb.h.