Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringlengths
11
16
content
stringlengths
53
1.53k
layer
stringclasses
2 values
summary
float64
SRS5.12.2.1
The DPU-CCM shall implement a mechanism whereby large memory loads and dumps can be accomplished incrementally.
High Level Requirements
null
SRS5.12.2.2
The DPU-CCM shall process real-time non-deferred commands within B ms of receipt from the ICU or the SCU.
High Level Requirements
null
SRS5.12.3.1
The DPU-CCM shall record an error to the LAST_BOOT_IVEC location in EEPROM and discontinue strobing the Watchdog Timer should an unrecoverable software error occur. An unrecoverable software error is defined as an error that causes a loss of commandability or ground communication.
High Level Requirements
null
SRS5.12.3.2
The DPU-CCM shall provide a mechanism for other CSCs to report errors for inclusion in the DPU_HK.
High Level Requirements
null
SRS5.12.3.3
The DPU-CCM shall collect a TASK_HBEAT from DPU-SCUI, DPU-CCM, DPU-DCX, DPU-TMALI, and DPU-DPA . Non-responsive tasks will be reported in DPU_HK.
High Level Requirements
null
SRS5.12.3.4
The DPU-CCM shall be able to count a consecutively reported error. When the the count for a particular error ID, exceeds 250 for a particular reporting period, the error code will be replaced with a error code sequence which shall include the original error code and the number of times the error was reported.
High Level Requirements
null
SRS5.12.3.5
The DPU-CCM shall check the length of a received DPU_CMD against an expected value from a lookup table indexed by FUNCTION code. If the received value does not match the expected, then the command will be discarded, and an error will be enqueued.
High Level Requirements
null
SRS5.12.3.6
The DPU-CCM shall, in rejecting a command, report an error in DPU_HK indicating the byte-code of the command being rejected in the LSB of the errno as described in 03691-DPUSDP-01.
High Level Requirements
null
SRS5.12.3.7
The DPU-CCM shall maintain counts of both the number of commands successfully received and rejected and report the parameters in DPU_HK.
High Level Requirements
null
SRS5.12.4.1
The DPU-CCM shall use DPU-EEPRM to access the EEPROM.
High Level Requirements
null
SRS5.12.4.2
The DPU-CCM shall use DPU-ICUI to communicate with the ICU.
High Level Requirements
null
SRS5.13.1.1
The DPU-TMALI shall install callbacks for handling all DPU-DCI interrupts including Error interrupt, Ping-Pong Timeout interrupt, and Ping-Pong Complete Flag interrupt.
High Level Requirements
null
SRS5.13.1.2
The DPU-TMALI shall be capable of making data available from the DCI to DPU-DPA. DPU-TMALI will populate a ring buffer with frames of data for application task retrieval.
High Level Requirements
null
SRS5.13.1.3
The DPU-TMALI shall provide a function which sets the current event bit ordering mode in the DCI driver.
High Level Requirements
null
SRS5.13.1.4
The DPU-TMALI shall provide TMALI_HK to the DPU-CCM on request.
High Level Requirements
null
SRS5.13.2.1
The DPU-TMALI shall allocate a ring buffer of size specified by TMALI_BUFFER_SIZE provided during initialization for storing incoming frames of data. The default buffer size shall be 15 MB.
High Level Requirements
null
SRS5.13.2.2
The DPU-TMALI shall configure the ping-pong frame limit at startup as specified by TMALI_PP_LIMIT provided during initialization. The default value shall be M frames and shall be capable of being modified dynamically.
High Level Requirements
null
SRS5.13.2.3
The DPU-TMALI shall configure the DCI interface data timeout at startup as specified by TMALI_TIMEOUT provided during initialization. The default value shall be N milliseconds and shall be capable of being modified dynamically.
High Level Requirements
null
SRS5.13.3.1
The DPU-TMALI shall utilize SCM_DCI_SR, along with ERRNO provided by DPU-DCI to decode errors and place them on an error queue for DPU-CCM.
High Level Requirements
null
SRS5.13.3.2
The DPU-TMALI shall install a callback routine to respond to the DCI Error Interrupt.
High Level Requirements
null
SRS5.13.3.3
The DPU-TMALI shall place the starting address of the event ring buffer in TMALI_HK.
High Level Requirements
null
SRS5.13.4.1
The DPU-TMALI shall use DPU-DCI to communicate with the DCI Interface.
High Level Requirements
null
DPUSDS5.12.0.1
Command and Control CSC The Command and Control (CCM) CSC is a Level 2 reuse component from the INSTRUMENT Y project. The Command and Control CSC includes the following components: * A Control Task, ccmCtrlTask(), which initializes the DPU FSW and spawns other tasks at bootup, schedules the production of DPU housekee...
Low Level Requirements
null
DPUSDS5.12.1.1.1
Flight Software Initialization The Command and Control CSC is initialized by spawning the CCM Control Task, ccmCtrlTask(), from the operating system startup task, usrRoot(). After the task is spawned it calls a function, ccmInit(), which creates the error/event queue, instantiates needed semaphores and installs variou...
Low Level Requirements
null
DPUSDS5.12.1.2.1
Control and Monitoring the CCM Control Task initializes the DPU FSW. It is the responsibility of the CCM Control Task to establish a successful boot. It does so by blocking on temporary semaphores, each with a 5 second timeout, after spawning the SCU Interface Task and the CCM Command Task. If both of these tasks rep...
Low Level Requirements
null
DPUSDS5.12.1.2.2
Control and Monitoring The DPU produces eight types of housekeeping packets.
Low Level Requirements
null
DPUSDS5.12.1.2.3
Control and Monitoring Every time the CCM Control executes, it calls ccmPerProcess() to handle periodic processing responsibilities. Such responsibilities include analog to digital conversion updates, DPU task monitoring, ICU heartbeat message production, and watchdog strobe. The ccmHealthChk() function, called by ccm...
Low Level Requirements
null
DPUSDS5.12.1.2.4
Control and Monitoring the CCM Control Task also handles memory dump commands. In the event of a data dump command, the CCM Control Task will break the dump into manageable pieces and dump a small portion at a time, each time the task is awakened. The purpose of this “deferred” activity is to prevent a large dump fro...
Low Level Requirements
null
DPUSDS5.12.1.3.1
Command Handling The DPU accepts commands via two interfaces – from the Spacecraft via the MIL-STD-1553 interface, and from the ICU via the SSI interface. Any of the DPU commands can be sent from the SCU or the ICU. The source for a command from the DPU is one of the following: * ICU – command is generated and sent b...
Low Level Requirements
null
DPUSDS5.12.1.3.2
Command Handling When a command arrives from the SCU (via the 1553 interface) or the ICU (via the SSI interface), the respective ISR will enqueue the command packet into a Command Queue, and then give the semaphore to awaken the ccmCmdTask(). Since it is possible for the DPU to send a command to itself, commands may a...
Low Level Requirements
null
DPUSDS5.12.1.3.3
Command Handling Commands are dequeued from the Command Queue and executed by the Command Dispatch Task, ccmCmdTask(). This task blocks on a semaphore which is given by ccmCmdEnq(). The ccmCmdTask() wakes on the semaphore and calls ccmCmdProcess() to process waiting commands. The ccmCmdProcess() function subsequently...
Low Level Requirements
null
DPUSDS5.12.1.4.1
Memory Upload and Download Handling There are two ways to upload data to the DPU: * Memory Poke (D_MEM_DAT_POKE command), or * Memory Upload (D_MEM_DAT_UPLD command). The memory poke command is used when a small (<=Z bytes) of data need to be poked into a DPU memory location. The Z byte limitation is derived from the...
Low Level Requirements
null
DPUSDS5.12.1.4.2
Memory Upload and Download Handling When larger amounts of memory must be uploaded to the DPU, such as in the case of a software patch or full software upload, the regular memory upload is used. Memory uploads are accomplished by sending a series of individual D_MEM_DAT_UPLD commands, resulting in a single “virtual” ...
Low Level Requirements
null
DPUSDS5.12.1.4.3
Memory Upload and Download Handling If more than 65535 bytes need to be uploaded, the upload file must be broken up into multiple smaller files, each less than or equal to 65535 bytes, and then each of the virtual uploads should be sent in series. Because of the sequence numbers, the DPU FSW can receive individual up...
Low Level Requirements
null
DPUSDS5.12.1.4.4
Memory Upload and Download Handling Data can be upload to several types of locations, including * DRAM * EEPROM * hardware registers, and * EEPROM filesystem. ial D_MEM_DAT_UPLD command specify the target location. If the destination is the EEPROM filesystem, a “block number” is provided in lieu of a memory address ,...
Low Level Requirements
null
DPUSDS5.12.1.4.5
Memory Upload and Download Handling The command D_MEM_BLK_DNLD is used to download data from a file contained in the EEPROM filesystem. As in the upload command, only the block number need be provided, and the entire contents of the filename formed from the block number will be downloaded. To download data from any ...
Low Level Requirements
null
DPUSDS5.12.1.5.1
Error Collection and Reporting The DPU-CCM CSC provides a centralized error reporting interface, ccmErrEnq(), that other FSW tasks use to report errors. Each time it wakes, ccmTask() checks to see if it is time to form an error/event packet for transmission to the ground. If so, ccmTask() calls ccmHkMkError() to actu...
Low Level Requirements
null
DPUSDS5.12.1.5.2
Error Collection and Reporting The ccmErrEnq() function tracks the last error reported and its frequency of occurrence. Once an error code has been reported it becomes the previously reported error code maintained by ccmErrEnq(). A repetition count is then incremented for each subsequent, consecutively reported, iden...
Low Level Requirements
null
DPUSDS5.12.1.5.3
Error Collection and Reporting The S_ccm_ERR_REPEAT error encodes the count of the last repeated error in its low order byte. If a new error is reported as discussed above, ccmErrEnq() will enqueue a S_ccm_ERR_REPEAT for any previously repeated error, along with the newly reported error. In order to keep the origin...
Low Level Requirements
null
DPUSDS5.12.1.5.4
Error Collection and Reporting In order to insure that error counts are not lost due to rollover, ccmErrEnq(), checks to insure that the count for a given error has not gone above 250 in one high rate housekeeping reporting period. If the error count exceeds 250 for a particular reporting period, ccmErrEnq() will enqu...
Low Level Requirements
null
DPUSDS5.12.1.5.5
Error Collection and Reporting The ccmErrEnq() may also be called from Interrupt context. In interrupt context, the mutual exclusion mechanism implemented on the Error Queue cannot be used since it is illegal to take a semaphore in an interrupt context. To circumvent this limitation, the global variable ccmISRerror i...
Low Level Requirements
null
DPUSDS5.12.1.5.6
Error Collection and Reporting At boot time, no error queue exists because it has yet to be created. Errors that occur in this early stage of error reporting are assigned directly to the global task variable errno. The reader may refer to the VxWorks® Programmer’s Guide, section 2.3.7 for more information on errno. ...
Low Level Requirements
null
DPUSDS5.12.2.1
Public Functions This routine is called by the MIL-STD-1553 Command ISR and the SSI Interface ISR any time a command arrives from the SCU or the ICU, to enqueue the command and to wakeup the CCM Command Dispatch Task so that the command can be executed.
Low Level Requirements
null
DPUSDS5.12.2.2
Public Functions This routine is called by any CSC in order to report an error or event that should be included in DPU housekeeping. If this routine is called from interrupt context a static global variable, ccmISRError, is set so that the error can be enqueued later (see ccmCtrlTask()). This is done since the error/...
Low Level Requirements
null
DPUSDS5.12.2.3
Public Functions This routine is called by each DPU FSW task to report that the task has executed, so that the ccmCtrlTask() can assess the health of the DPU FSW execution.
Low Level Requirements
null
DPUSDS5.12.2.4
Public Functions This routine is called by the MIL-STD-1553 Command ISR at 1 Hz (arrival of the Clock Message) to wakeup the CCM Control Task, which blocks on a semaphore after completing its processing.
Low Level Requirements
null
DPUSDS5.12.3.1
Global Data the global data items which are accessed by this CSC
Low Level Requirements
null
DPUSDS5.13.0.1
Telescope Module Access Library and Interface CSC The Telescope Module Access Library and Interface (TMALI) CSC manages the detector event queue and provides an API for the retrieval of detector events from that queue to the data processing algorithms.
Low Level Requirements
null
DPUSDS5.13.0.2
Telescope Module Access Library and Interface CSC The TMALI CSC includes the following components: * A queue, TMALI_EVENT_QUEUE, implemented using a ring buffer, which contains the detector events which have been received over the data capture interface from the DCI Driver, but which have not yet been retrieved by the...
Low Level Requirements
null
DPUSDS5.13.1.1.1
Normal Data Exchange Sequence The TMALI CSC serves as an intermediate manager of EVENT data supplied by the DCI Driver CSC and eventually delivered to the DPA CSC. The TMALI CSC waits for notification from the DCI CSC that a frame limit (or data timeout) has been reached in the Ping-Pong buffer indicating the EVENT d...
Low Level Requirements
null
DPUSDS5.13.1.1.2
Normal Data Exchange Sequence The DPA CSC calls tmaliWait() to determine how many EVENTs are waiting to be read. When tmaliWait() returns with a number greater than zero, the DPA calls tmaliNextEvent() for each EVENT to be collected.
Low Level Requirements
null
DPUSDS5.13.1.2.1
Initialization The TMALI CSC is initialized by spawning the tmaliTask() with the startup default parameters. This task will allocate memory for the TMALI_EVENT_QUEUE, install DCI ISRs, initialize static variables and data structures, and then enter an end-less loop in which it transfers the data from the DCI to the TM...
Low Level Requirements
null
DPUSDS5.13.1.3.1
Data Transfer to Queue During initialization, the TMALI CSC installs an ISR hook routine, tmaliTransferToQueueISR(), into the DCI Driver which is invoked when: * the DCI interface reaches the programmed frame limit in the Ping-Pong buffer, or * the DCI interface detects a data receipt timeout.
Low Level Requirements
null
DPUSDS5.13.1.3.2
Data Transfer to Queue When the tmaliTransferToQueueISR() ISR is invoked, it gives a semaphore to awaken tmaliTask() that will transfer data to the queue over the VME bus. The tmaliTask() uses the read() function in the DCI Driver, which implements a data transfer using a high speed assembly language routine. Becaus...
Low Level Requirements
null
DPUSDS5.13.1.3.3
Data Transfer to Queue Once the events in the Ping-Pong buffer have been completely transferred to the TMALI_EVENT_QUEUE, the tamliTask() function must re-arm the hardware to swap the Ping-Pong buffer when ready. In the event that TMALI does not finish transferring the data from the ping buffer before the pong buffer ...
Low Level Requirements
null
DPUSDS5.13.1.4.1
Event Retrieval From Queue Events are retrieved from the TMALI_EVENT_QUEUE by the DPA CSC via an API consisting of two functions: tmaliWait() and tmaliNextEvent(). For efficiency, the following API usage points are relevant: * The DPA CSC will “inline” the tmaliNextEvent() function in order to avoid a function call fo...
Low Level Requirements
null
DPUSDS5.13.1.5.1
Ring buffer data structure The CSC maintains a FIFO implemented as a ring buffer to temporarily store the data received from the DCI before it is processed. The ring buffer uses two pointers called pIn and pOut to keep track of the data in the buffer. The pointers were defined such that reading from the buffer is the ...
Low Level Requirements
null
DPUSDS5.13.1.5.2
Ring buffer data structure The pIn and pOut pointers are defined as follows: * pIn - last location filled with data * pOut - last empty location
Low Level Requirements
null
DPUSDS5.13.1.5.3
Ring buffer data structure This definition results in the following: * administration is simple but one location is wasted in the buffer full situation, the pIn pointer is one less that the pOut pointer, * buffer empty when the pIn pointer and the pOut pointer are equal.
Low Level Requirements
null
DPUSDS5.13.1.5.4
Ring buffer data structure A separate pointer indicates the end of the buffer: pEnd. This pointer points to the last available location in the buffer. Before advancing either pointer it should be verified whether the pointer points to the last location, in that case the pointer is reset to the start of the buffer, po...
Low Level Requirements
null
DPUSDS5.13.1.6.1
Setting DCI Bit Arrangement The bit arrangement of the DCI control/status register can be set via tmaliBitArrangementSet().
Low Level Requirements
null
DPUSDS5.13.1.6.2
Setting Hardware Windowing The hardware windowing function of the DCI can be activated and controlled via tmaliDciWindowSet(). This function activates the hardware windowing function and transfers the specified window parameters to the DCI driver.
Low Level Requirements
null
DPUSDS5.13.1.6.3
Setting Frame Depth in DCI The optimum frame depth will be determined with benchmark testing. The default frame depth is 10 frames. Given the above data, it will take approximately 24 msec to read 10 maximum-sized frames at the maximum data transfer rate.
Low Level Requirements
null
DPUSDS5.13.1.6.4
Setting Data Timeout in DCI During nominal operation, frames arrive approximately every 11 msecs. The DCI hardware will generate an interrupt if event data has been received in one of the Ping-Pong buffers, and a configurable amount of time has passed during which no additional events have been received. A data time...
Low Level Requirements
null
DPUSDS5.13.1.7.1
Housekeeping The TMALI CSC collects housekeeping data that can be retrieved via a call to tmaliHkGet(). TMALI CSC housekeeping is returned via the TMALI_HK data structure.
Low Level Requirements
null
DPUSDS5.13.2.1
Public Functions This routine provides a means to set the bit arrangement used by the DCI. When bSpecialArrangement is TRUE, the DCI is set to special bit arrangement mode, otherwise the default mode of no rearrangement is set.
Low Level Requirements
null
DPUSDS5.13.2.10
Public Functions When no data is available in the TMALI queue this routine blocks on a semaphore awaiting availability of events on the TMALI queue as indicated by the ISR. When data is already available on the TMALI queue, or the semaphore is taken, the number of events on the TMALI queue is determined and returned t...
Low Level Requirements
null
DPUSDS5.13.2.2
Public Functions This function gets the frame depth of the Ping-Pong buffers used by the DCI CSC. The frame depth determines how many frames are read into the selected Ping-Pong buffer before interrupting. The initial value for the frame depth setting is determined by the parameter provided when stating the tmaliTask...
Low Level Requirements
null
DPUSDS5.13.2.3
Public Functions This function sets the frame depth of the Ping-Pong buffers used by the DCI CSC. The frame depth determines how many frames are read into the selected Ping-Pong buffer before interrupting. The initial value for the frame depth setting is determined by the parameter provided when starting the tmaliTas...
Low Level Requirements
null
DPUSDS5.13.2.4
Public Functions This routine provides a means to get the current data timeout value used by the DCI. The returned value is the current timeout in milliseconds.The timeout is discussed in document 036911400, section 4.3.2.4.1.3.
Low Level Requirements
null
DPUSDS5.13.2.5
Public Functions This routine provides a means to set the data timeout used by the DCI, the value requested indicates the timeout in milliseconds. The initial value for the frame depth setting is determined by the parameter provided when starting the tmaliTask. The maximum value to which the timeout can be commanded ...
Low Level Requirements
null
DPUSDS5.13.2.6
Public Functions This routine provides a means to set DCI windowing parameters used by the DCI data acquisition. Before commanding the DCI driver to change the DCI hardware windowing parameters the window specification is verified. If the setting is incorrect the function returns an error and the hardware windowing fu...
Low Level Requirements
null
DPUSDS5.13.2.7
Public Functions This routine gets housekeeping data stored for the TMALI CSC including some DCI parameters and resets the tmali internal counters to zero. When the caller supplied pointer to a TMALI_HK structure is NIL no data is returned but the tmali internal counters are still reset to zero.Two of the four error c...
Low Level Requirements
null
DPUSDS5.13.2.8
Public Functions This function returns the next EVENT in the queue to the caller. The caller should store the value returned by this function in a variable defined locally within the scope of the function from which it is called. If the return value is stored as described above, the EVENT value is stored in a RAD6000...
Low Level Requirements
null
DPUSDS5.13.2.9
Public Functions This task initializes the TMALI CSC and then continues to read data from the DCI and store it in the TMALI buffer each time the DCI driver signals that data is available in the Ping-Pong buffer. The availability of data in the DCI Ping-Pong buffer is signaled to the tmaliTask using a semaphore. Unles...
Low Level Requirements
null

Overview

Data is provided courtesy of NASA collated by Jane Huffman Hayes. Please reference the following paper if you use this dataset:

Jane Huffman Hayes, Alex Dekhtyar, Senthil Karthikeyan Sundaram: Advancing Candidate Link Generation for Requirements Tracing: The Study of Methods. IEEE Trans. Software Eng. 32(1): 4-19 (2006)

Citation Information

@article{DBLP:journals/tse/HayesDS06,
  author    = {Jane Huffman Hayes and
               Alex Dekhtyar and
               Senthil Karthikeyan Sundaram},
  title     = {Advancing Candidate Link Generation for Requirements Tracing: The
               Study of Methods},
  journal   = {{IEEE} Trans. Software Eng.},
  volume    = {32},
  number    = {1},
  pages     = {4--19},
  year      = {2006},
  url       = {http://dx.doi.org/10.1109/TSE.2006.3},
  doi       = {10.1109/TSE.2006.3},
  timestamp = {Thu, 10 Dec 2015 11:33:20 +0100},
  biburl    = {http://dblp.uni-trier.de/rec/bib/journals/tse/HayesDS06},
  bibsource = {dblp computer science bibliography, http://dblp.org}
}
Downloads last month
8