RIT VEXU Core API
|
#include <visitor.hpp>
Public Member Functions | |
ResponsePacketVisitor (VDP::PartPtr from_part) | |
void | VisitRecord (VDP::Record *record) override |
void | VisitString (VDP::String *str) override |
void | VisitFloat (VDP::Float *float_part) override |
void | VisitDouble (VDP::Double *double_part) override |
void | VisitInt64 (VDP::Int64 *int64_part) override |
void | VisitInt32 (VDP::Int32 *int32_part) override |
void | VisitInt16 (VDP::Int16 *int16_part) override |
void | VisitInt8 (VDP::Int8 *int8_part) override |
void | VisitUint64 (VDP::Uint64 *Uint64_part) override |
void | VisitUint32 (VDP::Uint32 *Uint32_part) override |
void | VisitUint16 (VDP::Uint16 *Uint16_part) override |
void | VisitUint8 (VDP::Uint8 *Uint8_part) override |
Class for visiting parts from a response packet and modifying the parts we have in response to the packet essentially takes the response data and moves it into our data
ResponsePacketVisitor::ResponsePacketVisitor | ( | VDP::PartPtr | from_part | ) |
Class for visiting parts from a response packet and modifying the parts we have in response to the packet essentially takes the response data and moves it into our data
from_part | the part with the data we want to merge with our data |
|
overridevirtual |
checks if the value if the lowest possible number it can be, if it is skip it otherwise replace our datw with the new number
Implements VDP::Visitor.
|
overridevirtual |
checks if the value if the lowest possible number it can be, if it is skip it otherwise replace our datw with the new number
Implements VDP::Visitor.
|
overridevirtual |
checks if the value if the lowest possible number it can be, if it is skip it otherwise replace our datw with the new number
Implements VDP::Visitor.
|
overridevirtual |
checks if the value if the lowest possible number it can be, if it is skip it otherwise replace our datw with the new number
Implements VDP::Visitor.
|
overridevirtual |
checks if the value if the lowest possible number it can be, if it is skip it otherwise replace our datw with the new number
Implements VDP::Visitor.
|
overridevirtual |
checks if the value if the lowest possible number it can be, if it is skip it otherwise replace our datw with the new number
Implements VDP::Visitor.
|
overridevirtual |
essentially just calls the same visitor on all the parts inside the record
Implements VDP::Visitor.
|
overridevirtual |
Checks if the string has the value N/A, if it does skip it otherwise replace our data with the new string
Implements VDP::Visitor.
|
overridevirtual |
checks if the value if the lowest possible number it can be, if it is skip it otherwise replace our datw with the new number
Implements VDP::Visitor.
|
overridevirtual |
checks if the value if the lowest possible number it can be, if it is skip it otherwise replace our datw with the new number
Implements VDP::Visitor.
|
overridevirtual |
checks if the value if the lowest possible number it can be, if it is skip it otherwise replace our datw with the new number
Implements VDP::Visitor.
|
overridevirtual |
checks if the value if the lowest possible number it can be, if it is skip it otherwise replace our datw with the new number
Implements VDP::Visitor.