Пример #1
0
int main(int argc, char** argv)
{
    ProtocolTest test;
	//test.TestEasyDSSSnapUpdateReq();
	//test.TestEasyDSSSnapUpdateAck();
	test.TestRegisterReq();
	test.TestDeviceListRsp();
	test.TestDeviceSnapReq();
	getchar();
    return 0;
}
Пример #2
0
int main(int argc, char** argv)
{
    ProtocolTest test;
	//test.TestEasyDSSSnapUpdateReq();
	//test.TestEasyDSSSnapUpdateAck();
	test.TestRegisterReq();
	test.TestRegisterRsp();
	test.TestDeviceStreamReq();
	test.TestDeviceStreamRsp();

	test.TestDeviceStreamStopReq();
	test.TestDeviceStreamStopRsp();
	
	test.TestDeviceListRsp();
	test.TestCameraListRsp();
	test.TestClientStartStreamRsp();
	
	test.TestDeviceSnapReq();
	test.TestDeviceSnapRsp();

	getchar();
    return 0;
}