Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   Unflatten from String (http://www.chiefdelphi.com/forums/showthread.php?t=83092)

Patrick Chiang 19-02-2010 15:04

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.

Omar 19-02-2010 18:08

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.

Greg McKaskle 20-02-2010 09:31

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