#include #include class CAThread; CAThread* ca_start_in_new_thread(int adapterNo, int channelServiceID, JNIEnv* env); void ca_stop_thread(CAThread* thread); void ca_start(int adapterNo, int channelServiceID, bool* stopSignal, JNIEnv* env); void ca_stop(bool* stopSignal);