Dreamforce 2014 Demo of RFID-based Salesforce Case generation for status reporting.
Dependencies: ID12RFID ReportDB SalesforceCaseGenerator SalesforceInterface
Dependents: mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more
Revision 4:cfa87685c859, committed 2014-08-28
- Comitter:
- ansond
- Date:
- Thu Aug 28 21:06:27 2014 +0000
- Parent:
- 3:967281efbcaa
- Child:
- 5:f85a6e555029
- Commit message:
- renamed definitions
Changed in this revision
StatusReporter.cpp | Show annotated file Show diff for this revision Revisions of this file |
WidgetDB.lib | Show annotated file Show diff for this revision Revisions of this file |
--- a/StatusReporter.cpp Thu Aug 28 20:37:39 2014 +0000 +++ b/StatusReporter.cpp Thu Aug 28 21:06:27 2014 +0000 @@ -37,8 +37,8 @@ char *name = this->m_db.lookupWidgetName(rfid); if (name != NULL) { // build out a simple subject for the case - char subject[MAX_NAME_LENGTH+1]; - memset(subject,0,MAX_NAME_LENGTH+1); + char subject[DB_MAX_NAME_LENGTH+1]; + memset(subject,0,DB_MAX_NAME_LENGTH+1); sprintf(subject,"%s case update",name); // create and dispatch a case
--- a/WidgetDB.lib Thu Aug 28 20:37:39 2014 +0000 +++ b/WidgetDB.lib Thu Aug 28 21:06:27 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/ansond/code/WidgetDB/#67f91b0caa95 +http://mbed.org/users/ansond/code/WidgetDB/#5a7b822b54d7