mswM4
Section: Devices and Network Interfaces (4)
Updated: 2012-04-23 10:09
Index
Return to man pages list
NAME
mswM4 - class to communicate with the M4 module
SYNOPSIS
#include "mswM4.h"
typedef enum {mswM4DirIn, mswM4DirOut} mswM4DIR;
class mswM4 : public evhDB_CMD_SERIAL
{
public:
mswM4(const dbSYMADDRESS dbPoint);
~mswM4();
ccsCOMPL_STAT Move (mswM4DIR dir,
evhDB_SEND_ID *sendId=NULL,
evhDB_SEND_ID waitId=0);
}
PARENT CLASS
evhDB_CMD_SERIAL
DESCRIPTION
When it is created it registers the callbacks for the supported
commands and reads from the online database the configuration parameters.
Whenever one of these commands is received, the corresponding action is
issued.
PUBLIC METHODS
mswM4(const dbSYMADDRESS dbPoint)
The constructor receives as parameter the symbolic address of
online database support point for the object, i.e. the point
where the object can find configuration and run time values.
~mswM4()
ccsCOMPL_STAT Move (mswM4DIR dir,
evhDB_SEND_ID *sendId=NULL,
evhDB_SEND_ID waitId=0);
This method requests the M4 module to Move the M4 mirror
to the requested position.
ON LINE DATABASE
The following database branch in the preset structure pertains
to the instance of mswM4:
CLASS evhDB_CMD_SERIAL mswM4
BEGIN \\
END \\
SEE ALSO
evhDB_TASK(4), evhDB_CMD_SERIAL(4)
Index
- NAME
-
- SYNOPSIS
-
- PARENT CLASS
-
- DESCRIPTION
-
- PUBLIC METHODS
-
- ON LINE DATABASE
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 10:09:28 GMT, April 23, 2012