Lexis
1.0.0
Vocabulary of events and shared objects for BBP and HBP software
|
Public Member Functions | |
::zerobuf::uint128_t | getEvent () const |
void | setEvent (::zerobuf::uint128_t value) |
Set the value of the ::zerobuf::uint128_t fixed size member. More... | |
Request (const ::zerobuf::uint128_t &eventValue) | |
Request (const Request &rhs) | |
Request (Request &&rhs) noexcept | |
Request (const ::zerobuf::Zerobuf &rhs) | |
Request (::zerobuf::AllocatorPtr allocator) | |
Request & | operator= (const Request &rhs) |
Request & | operator= (Request &&rhs) |
std::string | getSchema () const final |
std::string | getTypeName () const final |
::zerobuf::uint128_t | getTypeIdentifier () const final |
size_t | getZerobufStaticSize () const final |
size_t | getZerobufNumDynamics () const final |
void | _parseJSON (const Json::Value &json) final |
void | _createJSON (Json::Value &json) const final |
void lexis::Request::setEvent | ( | ::zerobuf::uint128_t | value | ) |
Set the value of the ::zerobuf::uint128_t fixed size member.
notifyChanged() is internally called after the change has been done.
value | the ::zerobuf::uint128_t value to be set in the current object |