subscriber example: add comment

This commit is contained in:
Thomas Gubler 2014-12-10 18:34:41 +01:00
parent 1b6b6cd35c
commit d04bbf11ec
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ SubscriberExample::SubscriberExample() :
/**
* This tutorial demonstrates simple receipt of messages over the PX4 middleware system.
* Also the current value of the _sub_rc_chan subscription is printed
*/
void SubscriberExample::rc_channels_callback(const PX4_TOPIC_T(rc_channels) &msg) {
PX4_INFO("Subscriber callback: [%llu], value of _sub_rc_chan: [%llu]",