Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6128 in orxonox.OLD for branches/network/src/lib/network/converter.h


Ignore:
Timestamp:
Dec 16, 2005, 1:07:54 PM (18 years ago)
Author:
bwuest
Message:

A function added in class converter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/converter.h

    r6106 r6128  
    2525    static int byteArrayToInt(byte* a);
    2626   
    27     //byte* floatToByteArray(int x);
    28     //int byteArrayToFloat(byte[] a);
     27    //byte* floatToByteArray(float x);
     28    //float byteArrayToFloat(byte[] a);
     29   
     30    //Test
     31    static char* floatToBinString(float x);
    2932   
    3033  private:
Note: See TracChangeset for help on using the changeset viewer.