Lexis
1.0.0
Vocabulary of events and shared objects for BBP and HBP software
|
Public Member Functions | |
uint32_t | getStart () const |
void | setStart (uint32_t value) |
Set the value of the uint32_t fixed size member. More... | |
uint32_t | getEnd () const |
void | setEnd (uint32_t value) |
Set the value of the uint32_t fixed size member. More... | |
FrameRange (const uint32_t &startValue, const uint32_t &endValue) | |
FrameRange (const FrameRange &rhs) | |
FrameRange (FrameRange &&rhs) noexcept | |
FrameRange (const ::zerobuf::Zerobuf &rhs) | |
FrameRange (::zerobuf::AllocatorPtr allocator) | |
FrameRange & | operator= (const FrameRange &rhs) |
FrameRange & | operator= (FrameRange &&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 |
Definition at line 18 of file frameRange.h.
void lexis::data::FrameRange::setEnd | ( | uint32_t | value | ) |
Set the value of the uint32_t fixed size member.
notifyChanged() is internally called after the change has been done.
value | the uint32_t value to be set in the current object |
void lexis::data::FrameRange::setStart | ( | uint32_t | value | ) |
Set the value of the uint32_t fixed size member.
notifyChanged() is internally called after the change has been done.
value | the uint32_t value to be set in the current object |