|
Lexis
1.0.0
Vocabulary of events and shared objects for BBP and HBP software
|
Inheritance diagram for lexis::render::Frame:
Collaboration diagram for lexis::render::Frame: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 | getCurrent () const |
| void | setCurrent (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... | |
| int32_t | getDelta () const |
| void | setDelta (int32_t value) |
| Set the value of the int32_t fixed size member. More... | |
| Frame (const uint32_t &startValue, const uint32_t ¤tValue, const uint32_t &endValue, const int32_t &deltaValue) | |
| Frame (const Frame &rhs) | |
| Frame (Frame &&rhs) noexcept | |
| Frame (const ::zerobuf::Zerobuf &rhs) | |
| Frame (::zerobuf::AllocatorPtr allocator) | |
| Frame & | operator= (const Frame &rhs) |
| Frame & | operator= (Frame &&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::render::Frame::setCurrent | ( | 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::render::Frame::setDelta | ( | int32_t | value | ) |
Set the value of the int32_t fixed size member.
notifyChanged() is internally called after the change has been done.
| value | the int32_t value to be set in the current object |
| void lexis::render::Frame::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::render::Frame::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 |