Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

RotoRcCmd.cxx File Reference

#include "Rotorooter/RotoRcCmd.h"
#include "MessageService/MsgService.h"
#include "TString.h"

Go to the source code of this file.

Variables

const int maskFrom = 0xff
const int maskTo = 0xff
const int maskType = 0x7f
const int maskInstr = 0xff
const int shiftFrom = 24
const int shiftTo = 16
const int shiftType = 8
const int shiftInstr = 0
const int shmaskFrom = maskFrom << shiftFrom
const int shmaskTo = maskTo << shiftTo
const int shmaskType = maskType << shiftType
const int shmaskInstr = maskInstr << shiftInstr
const int shmaskFromTo = shmaskFrom | shmaskTo
const int zeroFrom = ~shmaskFrom
const int zeroTo = ~shmaskTo
const int zeroType = ~shmaskType
const int zeroInstr = ~shmaskInstr
const int zeroFromTo = ~shmaskFromTo
const int bitDataToFollow = (1 << 15)


Variable Documentation

const int bitDataToFollow = (1 << 15)
 

Definition at line 38 of file RotoRcCmd.cxx.

Referenced by RotoSocket::PrepareCommand(), RotoRcCmd::RotoRcCmd(), and RotoRcCmd::SetDataToFollow().

const int maskFrom = 0xff
 

Definition at line 16 of file RotoRcCmd.cxx.

const int maskInstr = 0xff
 

Definition at line 19 of file RotoRcCmd.cxx.

const int maskTo = 0xff
 

Definition at line 17 of file RotoRcCmd.cxx.

const int maskType = 0x7f
 

Definition at line 18 of file RotoRcCmd.cxx.

const int shiftFrom = 24
 

Definition at line 21 of file RotoRcCmd.cxx.

const int shiftInstr = 0
 

Definition at line 24 of file RotoRcCmd.cxx.

const int shiftTo = 16
 

Definition at line 22 of file RotoRcCmd.cxx.

const int shiftType = 8
 

Definition at line 23 of file RotoRcCmd.cxx.

const int shmaskFrom = maskFrom << shiftFrom
 

Definition at line 26 of file RotoRcCmd.cxx.

const int shmaskFromTo = shmaskFrom | shmaskTo
 

Definition at line 30 of file RotoRcCmd.cxx.

const int shmaskInstr = maskInstr << shiftInstr
 

Definition at line 29 of file RotoRcCmd.cxx.

const int shmaskTo = maskTo << shiftTo
 

Definition at line 27 of file RotoRcCmd.cxx.

const int shmaskType = maskType << shiftType
 

Definition at line 28 of file RotoRcCmd.cxx.

const int zeroFrom = ~shmaskFrom
 

Definition at line 32 of file RotoRcCmd.cxx.

const int zeroFromTo = ~shmaskFromTo
 

Definition at line 36 of file RotoRcCmd.cxx.

const int zeroInstr = ~shmaskInstr
 

Definition at line 35 of file RotoRcCmd.cxx.

const int zeroTo = ~shmaskTo
 

Definition at line 33 of file RotoRcCmd.cxx.

const int zeroType = ~shmaskType
 

Definition at line 34 of file RotoRcCmd.cxx.


Generated on Mon Feb 15 11:08:10 2010 for loon by  doxygen 1.3.9.1