plugins/consoles/vt100cons/inc/vtc_serial.h
changeset 27 17e35ffe449b
parent 0 7f656887cf89
equal deleted inserted replaced
26:5d370dafea69 27:17e35ffe449b
    22 #include <fshell/vtc_controller.h>
    22 #include <fshell/vtc_controller.h>
    23 
    23 
    24 class TPortConfig
    24 class TPortConfig
    25 	{
    25 	{
    26 public:
    26 public:
    27 	TPortConfig() : iRate(EBpsAutobaud) {}
    27 	TPortConfig() : iRate(EBpsAutobaud), iDebug(EFalse) {}
    28 
    28 
    29 	TPtrC iPdd;
    29 	TPtrC iPdd;
    30 	TPtrC iLdd;
    30 	TPtrC iLdd;
    31 	TPtrC iCsy;
    31 	TPtrC iCsy;
    32 	TPtrC iPort;
    32 	TPtrC iPort;
    33 	TBps iRate;
    33 	TBps iRate;
       
    34 	TBool iDebug;
    34 	};
    35 	};
    35 	
    36 	
    36 
    37 
    37 class CVtcSerialConsole : public CVtcConsoleBase
    38 class CVtcSerialConsole : public CVtcConsoleBase
    38 	{
    39 	{