Program Listing for File ecalc.h

Return to documentation for file (ecal/core/include/ecal/ecalc.h)

/* ========================= eCAL LICENSE =================================
 *
 * Copyright (C) 2016 - 2019 Continental Corporation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * ========================= eCAL LICENSE =================================
*/

#ifndef ecalc_h_included
#define ecalc_h_included

#ifndef _MSC_VER
  #include <string.h>
#endif

// all ecal c includes
#include <ecal/ecal_os.h>
#include <ecal/ecal_defs.h>
#include <ecal/ecalc_types.h>
#include <ecal/cimpl/ecal_client_cimpl.h>
#include <ecal/cimpl/ecal_core_cimpl.h>
#include <ecal/cimpl/ecal_event_cimpl.h>
#include <ecal/cimpl/ecal_log_cimpl.h>
#include <ecal/cimpl/ecal_monitoring_cimpl.h>
#include <ecal/cimpl/ecal_process_cimpl.h>
#include <ecal/cimpl/ecal_publisher_cimpl.h>
#include <ecal/cimpl/ecal_qos_cimpl.h>
#include <ecal/cimpl/ecal_server_cimpl.h>
#include <ecal/cimpl/ecal_subscriber_cimpl.h>
#include <ecal/cimpl/ecal_proto_dyn_json_subscriber_cimpl.h>
#include <ecal/cimpl/ecal_time_cimpl.h>
#include <ecal/cimpl/ecal_timer_cimpl.h>
#include <ecal/cimpl/ecal_tlayer_cimpl.h>
#include <ecal/cimpl/ecal_util_cimpl.h>

#endif /*ecalc_h_included*/