Exotica
|
#include <visualization_meshcat_types.h>
Public Member Functions | |
Property () | |
Property (const std::string &path_in, const std::string &property_in, const T &value_in) | |
MSGPACK_DEFINE (type, path, property, value) | |
Public Member Functions inherited from exotica::visualization::Base | |
Base ()=default | |
Base (const std::string &type_in, const std::string &path_in) | |
Public Attributes | |
std::string | property |
T | value |
Public Attributes inherited from exotica::visualization::Base | |
std::string | type |
std::string | path |
|
inline |
|
inline |
exotica::visualization::Property< T >::MSGPACK_DEFINE | ( | type | , |
path | , | ||
property | , | ||
value | |||
) |
std::string exotica::visualization::Property< T >::property |
T exotica::visualization::Property< T >::value |