Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BufferedSerial motor_sn7544
IsSimple< M > Struct Template Reference
A simple datatype is one that can be memcpy'd directly in array form, i.e. More...
#include <message_traits.h>
Inherits ros::message_traits::FalseType.
Detailed Description
template<typename M>
struct ros::message_traits::IsSimple< M >
A simple datatype is one that can be memcpy'd directly in array form, i.e.
it's a POD, fixed-size type and sizeof(M) == sum(serializationLength(M:a...))
Definition at line 98 of file message_traits.h.
Generated on Wed Jul 13 2022 07:13:54 by
