class RemoteBackupSubsystem
|
|
|
|
Public Methods
RemoteBackupSubsystem (unsigned char ssn, int pointcode, bool wfg = false)
| RemoteBackupSubsystem |
Constructor
Parameters:
ssn | Remote subsystem number
|
pointcode | Remote pointcode
|
wfg | True if we are expecting SOG from this remote subsystem
|
~RemoteBackupSubsystem ()
| ~RemoteBackupSubsystem |
[virtual]
inline bool equals (unsigned char ssn, int pointcode)
| equals |
Helper method used to verify if a remore subsystem match this one
Parameters:
ssn | Remote subsystem number
|
pointcode | Remote pointcode
|
Returns: True if pointcode and ssn match
inline void permisionGranted ()
| permisionGranted |
Helper method to reset wait for grant flag
inline bool waitingForGrant ()
| waitingForGrant |
Check if we are steel waiting to receive SOG
Returns: True if SOG message has arrived from the remote subsystem
Generated by: paulc on bussard on Sun Oct 20 21:06:06 2013, using kdoc 2.0a54. |