TwiceAsNice  2019-02-18
Classes | Namespaces | Enumerations
IifSide.h File Reference
#include <string>
Include dependency graph for IifSide.h:
This graph shows which files directly or indirectly include this file:

Classes

class  Ltcs::IifSide
 This class represents the SX or DX or both sides of the LBT. More...
 

Namespaces

 Ltcs
 

Enumerations

enum  Ltcs::IifSid {
  Ltcs::SIDE_NONE =0, Ltcs::SIDE_LEFT =1, Ltcs::SIDE_RIGHT =2, Ltcs::SIDE_BOTH =3,
  Ltcs::SIDE_NONE =0, Ltcs::SIDE_LEFT =1, Ltcs::SIDE_RIGHT =2, Ltcs::SIDE_BOTH =3
}
 enumeration roughly equivalent to the PCS integer states This is defined to support bit-wise or of SIDE_LEFT and SIDE_RIGHT to mean SIDE_BOTH. More...