|
ocssw
1.0
|
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_ */
1.7.6.1