25 #include <netcomm/worldinfo/messages.h> 32 main(
int argc,
char **argv)
35 printf(
"sizeof(worldinfo_message_header_t) = %lu\n", (
unsigned long int)
sizeof(worldinfo_message_header_t));
36 printf(
"sizeof(worldinfo_header_t) = %lu\n", (
unsigned long int)
sizeof(worldinfo_header_t));
37 printf(
"sizeof(worldinfo_pose_message_t) = %lu\n", (
unsigned long int)
sizeof(worldinfo_pose_message_t));
38 printf(
"sizeof(worldinfo_velocity_message_t) = %lu\n", (
unsigned long int)
sizeof(worldinfo_velocity_message_t));
39 printf(
"sizeof(worldinfo_relballpos_message_t) = %lu\n", (
unsigned long int)
sizeof(worldinfo_relballpos_message_t));
40 printf(
"sizeof(worldinfo_relballvelo_message_t) = %lu\n", (
unsigned long int)
sizeof(worldinfo_relballvelo_message_t));
41 printf(
"sizeof(worldinfo_opppose_message_t) = %lu\n", (
unsigned long int)
sizeof(worldinfo_opppose_message_t));
42 printf(
"sizeof(worldinfo_fat_message_t) = %lu\n", (
unsigned long int)
sizeof(worldinfo_fat_message_t));
Fawkes library namespace.