| 
    Bridge++
    Ver. 1.2.x
    
   | 
 
#include <string>Go to the source code of this file.
Macros | |
| #define | LOG | 
Enumerations | |
| enum | Direction {  XDIR = 0, YDIR = 1, ZDIR = 2, TDIR = 3, WDIR = 4 }  | 
| enum | ForwardBackward { Forward = 1, Backward = -1 } | 
| enum | { BRIDGE_SUCCESS = 0, BRIDGE_ERR = 255 } | 
| enum ForwardBackward |