source:
orxonox.OLD/branches/test/src/subprojects/network/isolated_unit_test.cc
Last change on this file was 6634, checked in by bensch, 19 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.