Description:
.
| Data Fields | ||
| private | unsigned char | obs |
| private | unsigned int | target |
| private | unsigned char | target_bytes |
| Constructors / Destructor | |
| public | SwiftIDSetter()Constructor. |
| public | ~SwiftIDSetter() |
| Methods | |||
| public | void | setObs(unsigned char obs)Set the 8 bit observation ID. | |
| public | void | setTarget(unsigned int target)Set the 24 bit target ID. | |
| public | unsigned char | getObs()Get the 8 bit observation ID. | |
| public | unsigned int | getTarget()Get the 24 bit target ID. | |
| public | CCSDSPacket* | operateOnPacket(CCSDSPacket* generic_p)This function does the work of the PacketPipe. | |
| Operators |