source:
orxonox.OLD/branches/cleanup/src/subprojects/network/isolated_unit_test.cc
@
  10600
        
        | Last change on this file since 10600 was 6634, checked in by bensch, 20 years ago | |
|---|---|
| File size: 167 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | |
| 3 | |
| 4 | #include "../../lib/network/converter.h" | 
| 5 | |
| 6 | |
| 7 | int main(int argc, char** argv) | 
| 8 | { | 
| 9 | |
| 10 | float x = 3234.0f; | 
| 11 | |
| 12 | byte* b = Converter::floatToByteArray(x); | 
| 13 | |
| 14 | return 0; | 
| 15 | } | 
Note: See TracBrowser
        for help on using the repository browser.
    


 
            







