Public Member Functions | |
BinaryNodeParser (iBinaryProtocol *s, unsigned char *stream, size_t stream_len) | |
void | new_node (std::vector< Node > &node_list) |
Private Attributes | |
iBinaryProtocol * | protocol |
Definition at line 1119 of file myahrs_plus.hpp.
WithRobot::iBinaryProtocol::BinaryNodeParser::BinaryNodeParser | ( | iBinaryProtocol * | s, |
unsigned char * | stream, | ||
size_t | stream_len | ||
) | [inline] |
Definition at line 1124 of file myahrs_plus.hpp.
void WithRobot::iBinaryProtocol::BinaryNodeParser::new_node | ( | std::vector< Node > & | node_list | ) | [inline, virtual] |
Implements WithRobot::iNodeParser.
Definition at line 1125 of file myahrs_plus.hpp.
Definition at line 1121 of file myahrs_plus.hpp.