Skip to content
Snippets Groups Projects
Commit 88a8169f authored by Sonia Minolli's avatar Sonia Minolli
Browse files

Created tag release_2_0_3.

parent 9d3642db
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
<groupId>fr.soleil.device</groupId>
<artifactId>PulseCounting-${aol}-${mode}</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.3</version>
<packaging>nar</packaging>
<name>PulseCounting</name>
......@@ -56,7 +56,7 @@
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>NexusCPPV2-${aol}-${library}-${mode}</artifactId>
<version>2.3.2</version>
<version>2.3.3</version>
</dependency>
</dependencies>
<scm>
......
......@@ -151,6 +151,15 @@ public:
_CPTC("NexusManager::pushNexusData"));
}
if (!data)
{
ERROR_STREAM << "Try to send null data to Nexus!" << std::endl;
this->manageNexusAbort();
THROW_DEVFAILED(_CPTC("DEVICE_ERROR"),
_CPTC("Cannot store data in Nexus file: null data!"),
_CPTC("NexusManager::pushNexusData"));
}
try
{
// check measure dimension
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment