Bayes Filters Library
src
BayesFilters
src
Agent.cpp
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2016-2019 Istituto Italiano di Tecnologia (IIT)
3
*
4
* This software may be modified and distributed under the terms of the
5
* BSD 3-Clause license. See the accompanying LICENSE file for details.
6
*/
7
8
#include <
BayesFilters/Agent.h
>
9
10
#include <iostream>
11
12
using namespace
bfl
;
13
14
15
bool
Agent::setProperty
(
const
std::string& property)
16
{
17
static_cast<
void
>
(property);
18
return
false
;
19
}
bfl
Port of boost::any for C++11 compilers.
Definition:
AdditiveMeasurementModel.h:13
bfl::Agent::setProperty
virtual bool setProperty(const std::string &property)
Definition:
Agent.cpp:15
Agent.h
Generated by
1.8.17