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.
Dependents: IoT_LED_demo ServoTest uWater_Project hackathon ... more
Revision 20:abfbaf524192, committed 2015-03-05
- Comitter:
- ansond
- Date:
- Thu Mar 05 18:23:28 2015 +0000
- Parent:
- 19:e2cbaeeea509
- Child:
- 21:8487990a3baa
- Commit message:
- updates
Changed in this revision
| api/DynamicResource.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/api/DynamicResource.cpp Tue Feb 24 02:05:06 2015 +0000
+++ b/api/DynamicResource.cpp Thu Mar 05 18:23:28 2015 +0000
@@ -76,7 +76,7 @@
const string *key = new string(this->getName());
ipt_helper_add_instance_pointer(key,this);
nsdl_create_dynamic_resource(resource_ptr,name_length,(uint8_t *)name,res_type_length,(uint8_t *)res_type,is_observable,&ipt_helper_nsdl_callback_stub,this->m_res_mask);
- this->logger()->log("DynamicResource: [%s] type: [%s] bound",name,res_type);
+ this->logger()->log("DynamicResource: [%s] type: [%s] bound (observable: %d)",name,res_type,is_observable);
} else {
this->logger()->log("DynamicResource: NULL parameter in bind()");
}
