Skip to content
Snippets Groups Projects
Commit 0895a14d authored by Jonathan Hanks's avatar Jonathan Hanks
Browse files

Updates to cps_recv to better match the daqd.

Data crc's are calculated on cycle 15.

The channel list is sorted and given new sequence numbers the same way the daqd is.
parent 30b6d57e
No related branches found
No related tags found
1 merge request!170Cps recv to get dc diags
......@@ -119,6 +119,11 @@ public:
}
private:
/*!
* @brief sort the channels in a way that is compatible with daqd
*/
void sort_channels( );
dc_queue::value_type get_message( simple_pv_handle epics_server );
int process_channel( int& ini_file_dcu_id,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment