|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <limits>#include <string>#include <type_traits>#include "google/protobuf/port_def.inc"#include "google/protobuf/port_undef.inc"#include "google/protobuf/io/coded_stream.h"#include "google/protobuf/arena.h"#include "google/protobuf/arenastring.h"#include "google/protobuf/generated_message_bases.h"#include "google/protobuf/generated_message_tctable_decl.h"#include "google/protobuf/generated_message_util.h"#include "google/protobuf/metadata_lite.h"#include "google/protobuf/generated_message_reflection.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"Go to the source code of this file.
Namespaces | |
| namespace | |
| namespace | google::protobuf |
| namespace | google::protobuf::internal |
| namespace | daphne |
Macros | |
| #define | PROTOBUF_INTERNAL_EXPORT_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto |
Functions | |
| bool | daphne::MessageType_IsValid (int value) |
| const ::google::protobuf::EnumDescriptor * | daphne::MessageType_descriptor () |
| template<typename T> | |
| const std::string & | daphne::MessageType_Name (T value) |
| bool | daphne::MessageType_Parse (absl::string_view name, MessageType *value) |
| bool | daphne::Direction_IsValid (int value) |
| const ::google::protobuf::EnumDescriptor * | daphne::Direction_descriptor () |
| template<typename T> | |
| const std::string & | daphne::Direction_Name (T value) |
| template<> | |
| const std::string & | daphne::Direction_Name (Direction value) |
| bool | daphne::Direction_Parse (absl::string_view name, Direction *value) |
| bool | daphne::MessageTypeV2_IsValid (int value) |
| const ::google::protobuf::EnumDescriptor * | daphne::MessageTypeV2_descriptor () |
| template<typename T> | |
| const std::string & | daphne::MessageTypeV2_Name (T value) |
| bool | daphne::MessageTypeV2_Parse (absl::string_view name, MessageTypeV2 *value) |
| template<> | |
| const EnumDescriptor * | google::protobuf::GetEnumDescriptor<::daphne::MessageType > () |
| template<> | |
| const EnumDescriptor * | google::protobuf::GetEnumDescriptor<::daphne::Direction > () |
| template<> | |
| const EnumDescriptor * | google::protobuf::GetEnumDescriptor<::daphne::MessageTypeV2 > () |
Variables | |
| const ::google::protobuf::internal::DescriptorTable | descriptor_table_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto |
| constexpr MessageType | daphne::MessageType_MIN = static_cast<MessageType>(0) |
| constexpr MessageType | daphne::MessageType_MAX = static_cast<MessageType>(264) |
| constexpr int | daphne::MessageType_ARRAYSIZE = 264 + 1 |
| constexpr Direction | daphne::Direction_MIN = static_cast<Direction>(0) |
| constexpr Direction | daphne::Direction_MAX = static_cast<Direction>(2) |
| constexpr int | daphne::Direction_ARRAYSIZE = 2 + 1 |
| constexpr MessageTypeV2 | daphne::MessageTypeV2_MIN = static_cast<MessageTypeV2>(0) |
| constexpr MessageTypeV2 | daphne::MessageTypeV2_MAX = static_cast<MessageTypeV2>(323) |
| constexpr int | daphne::MessageTypeV2_ARRAYSIZE = 323 + 1 |
| #define PROTOBUF_INTERNAL_EXPORT_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto |
Definition at line 42 of file daphne_control_high.pb.h.
|
extern |
Definition at line 1247 of file daphne_control_high.pb.cc.