|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
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.
|
|
#2
|
||||
|
||||
|
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. |
|
#3
|
|||
|
|||
|
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 |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| string | Adama | Inventor | 1 | 07-11-2007 14:45 |
| How do I declare a string and pass it from a Visual Basic GUI to a C++ DLL? | complete | Programming | 0 | 14-01-2006 17:35 |
| String Theory | Michael Hill | Math and Science | 20 | 02-09-2005 14:11 |
| is string legal? | Jeremy L | Kit & Additional Hardware | 7 | 07-03-2004 16:28 |