ifw-fcf  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
fcfDevsimShutter.DeviceSimulatorShutter Class Reference

Device Simulator class for the Standard Shutter Device. More...

Inheritance diagram for fcfDevsimShutter.DeviceSimulatorShutter:

Public Member Functions

def __init__
 Initialise the Shutter Device simulator class; set the members. More...
 
def initialise
 Initialise various parameters of the simulated device. More...
 
def data_change_handler
 Invoked when subscribed nodes changes value. More...
 
def sim_thr_user
 Simulation Thread to simulated when the motor is moving. More...
 
def RPC_Close
 
def RPC_Open
 

Public Attributes

 cycle_counter
 

Static Public Attributes

int RPC_RET_SHUTTER_STILL_OPENING = -4
 Shutter RPC return codes: More...
 
int RPC_RET_SHUTTER_STILL_CLOSING = -5
 
int RPC_RET_SHUTTER_SHUTTER_LOCAL = -6
 

Detailed Description

Device Simulator class for the Standard Shutter Device.

Constructor & Destructor Documentation

def fcfDevsimShutter.DeviceSimulatorShutter.__init__ (   self)

Initialise the Shutter Device simulator class; set the members.

Member Function Documentation

def fcfDevsimShutter.DeviceSimulatorShutter.data_change_handler (   self,
  node,
  value,
  data 
)

Invoked when subscribed nodes changes value.

def fcfDevsimShutter.DeviceSimulatorShutter.initialise (   self)

Initialise various parameters of the simulated device.

def fcfDevsimShutter.DeviceSimulatorShutter.RPC_Close (   self,
  parent 
)
def fcfDevsimShutter.DeviceSimulatorShutter.RPC_Open (   self,
  parent 
)
def fcfDevsimShutter.DeviceSimulatorShutter.sim_thr_user (   self)

Simulation Thread to simulated when the motor is moving.

Member Data Documentation

fcfDevsimShutter.DeviceSimulatorShutter.cycle_counter
int fcfDevsimShutter.DeviceSimulatorShutter.RPC_RET_SHUTTER_SHUTTER_LOCAL = -6
static
int fcfDevsimShutter.DeviceSimulatorShutter.RPC_RET_SHUTTER_STILL_CLOSING = -5
static
int fcfDevsimShutter.DeviceSimulatorShutter.RPC_RET_SHUTTER_STILL_OPENING = -4
static

Shutter RPC return codes:


The documentation for this class was generated from the following file: