File: fmtheard.htm

package info (click to toggle)
fbbdoc 1999
  • links: PTS
  • area: main
  • in suites: woody
  • size: 768 kB
  • ctags: 52
  • sloc: makefile: 29; sh: 14
file content (19 lines) | stat: -rw-r--r-- 1,492 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>FORMAT of HEARD.BIN</title>
</head>
 <body background="/back_fbb.jpg">
 
<h1 align="Center">   HEARD.BIN </h1>
 
<p> </p>
<p> <big><b>HEARD.BIN (\FBB\SYSTEM)</b></big> </p>
<pre>This file holds the callsigns of stations heard on each port.<br><br> This binary file holds the information on heard callsigns. This file <br>must not be edited or changed. This file can only be opened for reading.<br><br> It is organized with records, each record containing information on a<br>heard callsign. Never modify this file while the BBS is running.<br><br> Structure of one record (C language) :<br><br>typedef struct <br>{<br>	char	call[7]  ;  /* 7  Callsign                        */<br>	char	num      ;  /* 1  SSID                            */<br><br>} indicat ;<br><br>typedef struct {<br><br>  indicat  callsign  ;  /* 8   Callsign + SSID                 */<br>  long     first     ;  /* 4   Date of first heard             */<br>  long     last      ;  /* 4   Date of last heard              */<br>  ushort   nb        ;  /* 2   number of heards                */<br><br>} Heard              ;  /* 18  bytes = length of one record    */<br><br>Date is given as the number of seconds since january 1st, 1970 00:00.<br><br>In C language, all strings are ended with a NULL (00 hex) character.<br><br><br>&nbsp;&nbsp;

<font color="#800000">This page was last updated 17-Apr-99</font>

</pre>
 
</body>
</html>