Changes between Version 6 and Version 7 of Tutorials/Wireless/Measurement Tool
- Timestamp:
- May 27, 2019, 9:11:54 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/Measurement Tool
v6 v7 388 388 > CWriteOml::set_mp(std::string key_str, void* val_ptr); 389 389 > CWriteOml::set_mp_blob(std::string key_str, void* val_ptr, unsigned int omlblob_bytes); 390 Use set_mp() for int32, int64, uint32, double, string.[[BR]]390 Use set_mp() for int32, int64, uint32, uint64, double, string.[[BR]] 391 391 Use set_mp_blob() for binary data. 392 392