Specifications

HighWire MTP-2 - 1.2, September 4, 2002 sbe_dprConfigDefault 129
7-8. sbe_dprConfigDefault
This routine sends a command to the board to reset its configuration to the
default set at startup.
Synopsis
#include "sbe_dprlib.h"
int sbe_dprConfigDefault (int fildes);
Return values On a successful resetting of the DPR configuration, sbe_dprConfigDefault
returns a 0. It returns 1 on an error detected by getmsg or putmsg, which
sets the global variable errno as appropriate. Otherwise sbe_dprConfigDefault
returns an error code as described in dprd_if.h or dpr/dpr_driver.h.
See also dprservice(7d), getmsg(2), putmsg(2)
7-9. sbe_dprConnectionReport
This routine sends a command to the board to send up text describing the
current connection matrix, which is then printed to standard out.
Synopsis
#include "sbe_dprlib.h"
int sbe_dprConnectionReport (int fildes);
Return values On a successful printing of the connections, sbe_dprConnectionReport
returns a 0. It returns 1 on an error detected by getmsg or putmsg, which
sets the global variable errno as appropriate. Otherwise
sbe_dprConnectionReport returns an error code as described in dprd_if.h or
dpr/dpr_driver.h.
See also dprservice (7d), getmsg(2), putmsg(2)
7-10. sbe_dprHighwayReport
This routine sends a command to the board to send up text describing the
time slots assigned for the supplied highway hwy, which is then printed to
standard out.
Synopsis
#include "sbe_dprlib.h"
int sbe_dprHighwayReport (int fildes, int hwy);
Return values On a successful printing of the time slot assignments, sbe_dprHighwayReport
returns a 0. It returns 1 on an error detected by getmsg or putmsg, which
sets the global variable errno as appropriate. Otherwise
sbe_dprHighwayReport returns an error code as described in dprd_if.h or
dpr/dpr_driver.h.
See also dprservice(7d), getmsg(2), putmsg(2)