![]() |
Unflatten from String
How does "unflatten from string" in LabVIEW work? We're trying to emulate something like this in java for a native java class that gets information directly from the robot. Thanks in advance.
|
Re: Unflatten from String
The unflatten will convert a series of raw bytes back into some know data type.
Sort of like type casting to a defined data type. I do not know Java but there must be some funtion that will take raw data bytes and convert it to some know data type. |
Re: Unflatten from String
This is LV terminology for a more formal process called marshalling. You can look it up in Wikipedia. I'm not familiar enough with Java to know of the equivalent, but I'm almost certain it is there.
Greg McKaskle |
| All times are GMT -5. The time now is 03:22. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi