gov.nasa.gsfc.drl.rtstps.core.ccsds
Class CaduService.VcKey

java.lang.Object
  extended by gov.nasa.gsfc.drl.rtstps.core.ccsds.CaduService.VcKey
Enclosing class:
CaduService

 class CaduService.VcKey
extends java.lang.Object

This class holds spacecraft and virtual channel ids so they can be stored as a key in a map.


Field Summary
(package private)  int spid
           
(package private)  int vcid
           
 
Constructor Summary
CaduService.VcKey(int spid, int vcid)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
(package private)  void set(int spid, int vcid)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

spid

int spid

vcid

int vcid
Constructor Detail

CaduService.VcKey

CaduService.VcKey(int spid,
                  int vcid)
Method Detail

set

void set(int spid,
         int vcid)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object