Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 18, 2006, 4:43:37 PM (18 years ago)
Author:
rennerc
Message:
 
File:
1 edited

Legend:

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

    r6564 r6592  
    4444    static float byteArrayToFloat(byte* a);
    4545
    46     static byte* _floatToByteArray(float x);
    47     static float _byteArrayToFloat(byte* a);
    48    
    49    
     46    static int _floatToByteArray(float x, byte* a, int length);
     47    static int _byteArrayToFloat(const byte* a, float* x);
     48
     49
    5050    static void debug();
    5151    static void floatTest(float x);
    5252    static float getDenormConst();
    53  
    54    
     53
     54
    5555  private:
    5656    Converter();
Note: See TracChangeset for help on using the changeset viewer.