Spacecraft Control Framework 1.0
Spacecraft Control Library
|
Converts binary and gray code back and forth. More...
Go to the source code of this file.
Functions | |
unsigned short | GrayToBinary (unsigned short x) |
Converts gray code to binary. More... | |
unsigned short | BinaryToGray (unsigned short x) |
Converts binary to gray code. More... | |
Converts binary and gray code back and forth.
Both gray and binary are represented by unsigned short.
unsigned short GrayToBinary | ( | unsigned short | x | ) |
Converts gray code to binary.
x | gray code. |
unsigned short BinaryToGray | ( | unsigned short | x | ) |
Converts binary to gray code.
Converts binary to gray code.
x | binary. |