- goose_subscriber_example: fix to compile with visual studio 2015
This commit is contained in:
parent
3b082c2f74
commit
9bf21f692c
1 changed files with 2 additions and 0 deletions
|
@ -29,7 +29,9 @@ gooseListener(GooseSubscriber subscriber, void* parameter)
|
|||
printf(" stNum: %u sqNum: %u\n", GooseSubscriber_getStNum(subscriber),
|
||||
GooseSubscriber_getSqNum(subscriber));
|
||||
printf(" timeToLive: %u\n", GooseSubscriber_getTimeAllowedToLive(subscriber));
|
||||
#ifndef _WIN32
|
||||
printf(" timestamp: %"PRIu64"\n", GooseSubscriber_getTimestamp(subscriber));
|
||||
#endif
|
||||
|
||||
MmsValue* values = GooseSubscriber_getDataSetValues(subscriber);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue