#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 "dccl/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>
#include <boost/units/systems/temperature/celsius.hpp>
Go to the source code of this file.
Namespaces | |
jaiabot | |
jaiabot::protobuf | |
google::protobuf | |
Macros | |
#define | PROTOBUF_INTERNAL_EXPORT_protobuf_jaiabot_2fmessages_2fmotor_2eproto |
Enumerations | |
enum | jaiabot::protobuf::MotorHarnessType { jaiabot::protobuf::NONE = 1, jaiabot::protobuf::RPM_AND_THERMISTOR = 2 } |
Functions | |
void | protobuf_jaiabot_2fmessages_2fmotor_2eproto::AddDescriptors () |
template<> | |
::jaiabot::protobuf::Motor * | google::protobuf::Arena::CreateMaybeMessage<::jaiabot::protobuf::Motor > (Arena *) |
template<> | |
::jaiabot::protobuf::Motor_Thermistor * | google::protobuf::Arena::CreateMaybeMessage<::jaiabot::protobuf::Motor_Thermistor > (Arena *) |
bool | jaiabot::protobuf::MotorHarnessType_IsValid (int value) |
const ::google::protobuf::EnumDescriptor * | jaiabot::protobuf::MotorHarnessType_descriptor () |
const ::std::string & | jaiabot::protobuf::MotorHarnessType_Name (MotorHarnessType value) |
bool | jaiabot::protobuf::MotorHarnessType_Parse (const ::std::string &name, MotorHarnessType *value) |
template<> | |
const EnumDescriptor * | google::protobuf::GetEnumDescriptor< ::jaiabot::protobuf::MotorHarnessType > () |
Variables | |
MotorDefaultTypeInternal | jaiabot::protobuf::_Motor_default_instance_ |
Motor_ThermistorDefaultTypeInternal | jaiabot::protobuf::_Motor_Thermistor_default_instance_ |
const MotorHarnessType | jaiabot::protobuf::MotorHarnessType_MIN = NONE |
const MotorHarnessType | jaiabot::protobuf::MotorHarnessType_MAX = RPM_AND_THERMISTOR |
const int | jaiabot::protobuf::MotorHarnessType_ARRAYSIZE = MotorHarnessType_MAX + 1 |
#define PROTOBUF_INTERNAL_EXPORT_protobuf_jaiabot_2fmessages_2fmotor_2eproto |
Definition at line 42 of file motor.pb.h.