DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <wib.pb.h>
Classes | |
class | _Internal |
struct | Impl_ |
Public Types | |
enum | : int { kFembEnFieldNumber = 1 , kPulseDacFieldNumber = 2 , kPulsePeriodFieldNumber = 3 , kPulsePhaseFieldNumber = 4 , kPulseDurationFieldNumber = 5 } |
Public Member Functions | |
ConfigureWIB_ConfigureWIBPulser () | |
~ConfigureWIB_ConfigureWIBPulser () override | |
template<typename = void> | |
PROTOBUF_CONSTEXPR | ConfigureWIB_ConfigureWIBPulser (::google::protobuf::internal::ConstantInitialized) |
ConfigureWIB_ConfigureWIBPulser (const ConfigureWIB_ConfigureWIBPulser &from) | |
ConfigureWIB_ConfigureWIBPulser (ConfigureWIB_ConfigureWIBPulser &&from) noexcept | |
ConfigureWIB_ConfigureWIBPulser & | operator= (const ConfigureWIB_ConfigureWIBPulser &from) |
ConfigureWIB_ConfigureWIBPulser & | operator= (ConfigureWIB_ConfigureWIBPulser &&from) noexcept |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (ConfigureWIB_ConfigureWIBPulser *other) |
void | UnsafeArenaSwap (ConfigureWIB_ConfigureWIBPulser *other) |
ConfigureWIB_ConfigureWIBPulser * | New (::google::protobuf::Arena *arena=nullptr) const final |
void | CopyFrom (const ConfigureWIB_ConfigureWIBPulser &from) |
void | MergeFrom (const ConfigureWIB_ConfigureWIBPulser &from) |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
bool | IsInitialized () const final |
::size_t | ByteSizeLong () const final |
const char * | _InternalParse (const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final |
::uint8_t * | _InternalSerialize (::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final |
int | GetCachedSize () const final |
const ::google::protobuf::Message::ClassData * | GetClassData () const final |
::google::protobuf::Metadata | GetMetadata () const final |
int | femb_en_size () const |
void | clear_femb_en () |
bool | femb_en (int index) const |
void | set_femb_en (int index, bool value) |
void | add_femb_en (bool value) |
const ::google::protobuf::RepeatedField< bool > & | femb_en () const |
::google::protobuf::RepeatedField< bool > * | mutable_femb_en () |
void | clear_pulse_dac () |
::uint32_t | pulse_dac () const |
void | set_pulse_dac (::uint32_t value) |
void | clear_pulse_period () |
::uint32_t | pulse_period () const |
void | set_pulse_period (::uint32_t value) |
void | clear_pulse_phase () |
::uint32_t | pulse_phase () const |
void | set_pulse_phase (::uint32_t value) |
void | clear_pulse_duration () |
::uint32_t | pulse_duration () const |
void | set_pulse_duration (::uint32_t value) |
template<typename > | |
PROTOBUF_CONSTEXPR | ConfigureWIB_ConfigureWIBPulser (::_pbi::ConstantInitialized) |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const ::google::protobuf::Descriptor * | GetDescriptor () |
static const ::google::protobuf::Reflection * | GetReflection () |
static const ConfigureWIB_ConfigureWIBPulser & | default_instance () |
static const ConfigureWIB_ConfigureWIBPulser * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected Member Functions | |
ConfigureWIB_ConfigureWIBPulser (::google::protobuf::Arena *arena) | |
Private Types | |
typedef void | InternalArenaConstructable_ |
typedef void | DestructorSkippable_ |
Private Member Functions | |
void | SharedCtor (::google::protobuf::Arena *arena) |
void | SharedDtor () |
void | SetCachedSize (int size) const final |
void | InternalSwap (ConfigureWIB_ConfigureWIBPulser *other) |
int | _internal_femb_en_size () const |
const ::google::protobuf::RepeatedField< bool > & | _internal_femb_en () const |
::google::protobuf::RepeatedField< bool > * | _internal_mutable_femb_en () |
::uint32_t | _internal_pulse_dac () const |
void | _internal_set_pulse_dac (::uint32_t value) |
::uint32_t | _internal_pulse_period () const |
void | _internal_set_pulse_period (::uint32_t value) |
::uint32_t | _internal_pulse_phase () const |
void | _internal_set_pulse_phase (::uint32_t value) |
::uint32_t | _internal_pulse_duration () const |
void | _internal_set_pulse_duration (::uint32_t value) |
Static Private Member Functions | |
static void | MergeImpl (::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg) |
::absl::string_view | FullMessageName () |
Private Attributes | ||
union { | ||
Impl_ _impl_ | ||
}; | ||
Static Private Attributes | |
static const ::google::protobuf::internal::TcParseTable< 3, 5, 0, 0, 2 > | _table_ |
Friends | |
class | ::google::protobuf::internal::AnyMetadata |
class | ::google::protobuf::internal::TcParser |
template<typename T > | |
class | ::google::protobuf::Arena::InternalHelper |
struct | ::TableStruct_wib_2eproto |
void | swap (ConfigureWIB_ConfigureWIBPulser &a, ConfigureWIB_ConfigureWIBPulser &b) |
anonymous enum : int |
Enumerator | |
---|---|
kFembEnFieldNumber | |
kPulseDacFieldNumber | |
kPulsePeriodFieldNumber | |
kPulsePhaseFieldNumber | |
kPulseDurationFieldNumber |
Definition at line 2340 of file wib.pb.h.
|
inline |
Definition at line 2216 of file wib.pb.h.
|
override |
Definition at line 4247 of file wib.pb.cc.
|
explicit |
wib::ConfigureWIB_ConfigureWIBPulser::ConfigureWIB_ConfigureWIBPulser | ( | const ConfigureWIB_ConfigureWIBPulser & | from | ) |
Definition at line 4217 of file wib.pb.cc.
|
inlinenoexcept |
|
explicitprotected |
Definition at line 4212 of file wib.pb.cc.
PROTOBUF_CONSTEXPR wib::ConfigureWIB_ConfigureWIBPulser::ConfigureWIB_ConfigureWIBPulser | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 232 of file wib.pb.cc.
|
inlineprivate |
|
inlineprivate |
Definition at line 8632 of file wib.pb.h.
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
final |
Definition at line 4273 of file wib.pb.cc.
|
final |
Definition at line 4337 of file wib.pb.cc.
|
inline |
Definition at line 8649 of file wib.pb.h.
|
final |
Definition at line 4386 of file wib.pb.cc.
|
final |
Definition at line 4260 of file wib.pb.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void wib::ConfigureWIB_ConfigureWIBPulser::CopyFrom | ( | const ConfigureWIB_ConfigureWIBPulser & | from | ) |
Definition at line 4464 of file wib.pb.cc.
|
inlinestatic |
Definition at line 2261 of file wib.pb.h.
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inlinestaticprivate |
|
inlinefinal |
|
final |
Definition at line 4437 of file wib.pb.cc.
|
inlinestatic |
Definition at line 2255 of file wib.pb.h.
|
final |
Definition at line 4487 of file wib.pb.cc.
|
inlinestatic |
|
inlinestatic |
Definition at line 2264 of file wib.pb.h.
|
private |
|
final |
|
inline |
Definition at line 2301 of file wib.pb.h.
|
staticprivate |
Definition at line 4440 of file wib.pb.cc.
|
inline |
|
inline |
|
inlinefinal |
|
inlinenoexcept |
Definition at line 2231 of file wib.pb.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 8645 of file wib.pb.h.
|
inline |
Definition at line 8681 of file wib.pb.h.
|
inline |
Definition at line 8747 of file wib.pb.h.
|
inline |
Definition at line 8703 of file wib.pb.h.
|
inline |
Definition at line 8725 of file wib.pb.h.
|
finalprivate |
|
inlineprivate |
|
inlineprivate |
|
inline |
Definition at line 2274 of file wib.pb.h.
|
inline |
|
inline |
Definition at line 2287 of file wib.pb.h.
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
union { ... } wib::ConfigureWIB_ConfigureWIBPulser |
|
static |
|
staticprivate |
|
staticconstexpr |