|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Pcn1001MasterService
Defines PCN-1001 master service.
Field Summary | |
---|---|
static String |
SERVICE_NAME
name of this service |
Method Summary | |
---|---|
Pcn1001CountInfoService[] |
enableDisablePcn1001Counting(byte enOpcode)
Enables/disables counting on all functional devices. |
Pcn1001Service[] |
getAllFunctionalCounters(boolean verifyWithPoll)
Sends SNP polls to all configured passenger counters and reports all functional units. |
Pcn1001AddressInfoService[] |
getPcn1001AddressInfo()
Obtains and reports PCN-1001 address information from all functional devices. |
Pcn1001CountInfoService[] |
getPcn1001CountInfo()
Obtains and reports PCN-1001 IN/OUT count information from all functional devices. |
Pcn1001InfoService[] |
getPcn1001Info()
Obtains and reports PCN-1001 information from all functional devices. |
Pcn1001InputLineInfoService[] |
getPcn1001InputLineInfo()
Obtains and reports PCN-1001 input line information from all functional devices. |
Pcn1001CountInfoService[] |
getPcn1001LastCountInfo()
Returns last read CountInfo. |
Pcn1001MasterConfig |
getPcn1001MasterConfig()
Reports PCN-1001 Master configuration. |
Pcn1001VersionInfoService[] |
getPcn1001VersionInfo()
Obtains and reports PCN-1001 version information. |
boolean |
isPcn1001MasterReady()
Reports id PCN-1001 master is ready. |
void |
registerListener(Pcn1001CountListenerService listener)
registers a listener with the IPcn1001CountListener |
Pcn1001CountInfoService[] |
resetPcn1001Counts()
Resets IN/OUT counts all functional devices. |
void |
setSnpChannelProperties(Properties snpProperties)
|
void |
unregisterListener(Pcn1001CountListenerService listener)
unregisters a listener with the IPcn1001CountListener |
Field Detail |
---|
static final String SERVICE_NAME
Method Detail |
---|
void setSnpChannelProperties(Properties snpProperties)
Pcn1001AddressInfoService[] getPcn1001AddressInfo() throws EsfException
IPcn1001AddressInfoService[]
EsfException
Pcn1001CountInfoService[] getPcn1001CountInfo()
IPcn1001CountInfoService[]
Pcn1001CountInfoService[] getPcn1001LastCountInfo()
Pcn1001InputLineInfoService[] getPcn1001InputLineInfo()
IPcn1001InputLineInfoService[]
Pcn1001VersionInfoService[] getPcn1001VersionInfo()
IPcn1001VersionInfoService[]
Pcn1001InfoService[] getPcn1001Info()
IPcn1001InfoService[]
Pcn1001CountInfoService[] resetPcn1001Counts()
IPcn1001CountInfoService[]
Pcn1001CountInfoService[] enableDisablePcn1001Counting(byte enOpcode)
enOpcode
- - enable/disable opcode as byte
IPcn1001CountInfoService[]
boolean isPcn1001MasterReady()
boolean
void registerListener(Pcn1001CountListenerService listener)
listener
- the IPcn1001CountListener to registervoid unregisterListener(Pcn1001CountListenerService listener)
listener
- the IPcn1001CountListener to unregisterPcn1001Service[] getAllFunctionalCounters(boolean verifyWithPoll) throws EsfException
verifyWithPoll
- - verify functionality with SNP poll as boolean
IPcn1001Service[]
EsfException
Pcn1001MasterConfig getPcn1001MasterConfig()
Pcn1001MasterConfig
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |