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