TwiceAsNice
2019-02-18
|
#include <string>
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... | |