ocssw  1.0
/disk01/web/ocssw/build/inc/swfinc/sc_id_proto.h (r8096/r3)
Go to the documentation of this file.
00001 #ifndef SC_ID_PROTO_H_
00002 #define SC_ID_PROTO_H_
00003 
00004 extern int sc_id_minor_frame_number
00005     PROTO((short int *sc_id));
00006 
00007 extern int get_spacecraft_address
00008     PROTO((short int *sc_id));
00009 
00010 extern int check_sc_id_spare_bits
00011     PROTO((short int *sc_id));
00012 
00013 extern byte *create_scid
00014     PROTO((int mfnum,int dtype));
00015 
00016 
00017 #endif /* SC_ID_PROTO_H_ */