ifw-core 7.0.0
 
Loading...
Searching...
No Matches
testDidData.cpp
Go to the documentation of this file.
1
6
7#include <string>
8
9static std::string Test_Did_LookUp_SingleRecord1 =
10"INS# FILT# ID: !cfg.type:DidStrKey\n"
11" comment: Filter ID (test.did.yaml)\n"
12" description: |\n"
13" This is a description,\n"
14" of the \"INS# FILT# ID\" key,\n"
15" stretching over several lines.\n";
16
17static std::string Test_Did_LookUp_SingleRecord_EICSSW341 =
18"FCS(#) MOT# POS: !cfg.type:DidDblKey\n"
19" format: f\n"
20" unit: UU\n"
21" comment: Motor position (test.did.yaml)\n"
22" description: |\n"
23" Motor position.\n";
24
25static std::string Test_Did_ToString_AllHdrsCompact =
26"{DID: project/package/module/test.did.yaml}{DID: project/package/module/test2.did.yaml}{{key: FCS(#) MOT# POS}{format: f}{unit: UU}{comment: Motor position (test.did.yaml)}}{{key: INS# FILT# ID}{comment: Filter ID (test.did.yaml)}}{{key: MY# DBL# KEY#}{format: .3f}{unit: UU}{comment: My double test key (test2.did.yaml)}}{{key: NAXIS}{comment: Nb of pixels in each dimension (test2.did.yaml)}}";