You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
560 B

#pragma once
#include <fstream>
#include <functional>
#include <iostream>
#include <list>
#include <map>
#include <memory>
#include <mutex>
#include <set>
#include <sstream>
#include <string>
#include <vector>
//
#include "i_xsync_udp.hpp"
#include "ixsync.hpp"
#include "xsync_errcode.hpp"
#include "xsync_packet.hpp"
#include "xsync_regs.hpp"
#include "xsync_utils.hpp"
#include "xsync_v2_sig_type.hpp"
namespace xsync {
using namespace std;
void XsyncInit(I_XSUDPFactory *xsync_udp_factory, string xsyncIp);
IXsync *XsyncIns();
} // namespace xsync