ifw-core 6.0.0
Loading...
Searching...
No Matches
testDidData.cpp
Go to the documentation of this file.
1
6#include <string>
7
8static std::string Test_Did_LookUp_SingleRecord1 =
9"INS# FILT# ID: !cfg.type:DidStrKey\n"
10" comment: Filter ID (test.did.yaml)\n"
11" description: |\n"
12" This is a description,\n"
13" of the \"INS# FILT# ID\" key,\n"
14" stretching over several lines.\n";
15
16static std::string Test_Did_LookUp_SingleRecord_EICSSW341 =
17"FCS(#) MOT# POS: !cfg.type:DidDblKey\n"
18" format: f\n"
19" unit: UU\n"
20" comment: Motor position (test.did.yaml)\n"
21" description: |\n"
22" Motor position.\n";
23
24static std::string Test_Did_ToString_AllHdrsCompact =
25"{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)}}";