代码搜索结果

找到约 10,000 项符合 Communication 的代码

ledtest.c

#include static int LastDiscrepancy; static int LastFamilyDiscrepancy; static int LastDeviceFlag; static int USpeed = 0; // current 1-Wire Net communication speed static int ULevel

rolemanager.java

/** * Business Service Interface to handle communication between web and * persistence layer. * * View Source * * @author

rolemanager.java

/** * Business Service Interface to handle communication between web and * persistence layer. * * View Source * * @author

license.txt

Copyright (c) 2006-2008, Jan S. Rellermeyer Information and Communication Research Group (IKS), Institute for Pervasive Computing, ETH Zurich. All rights reserved. Redistribution and use in sourc

ipcstdio.c

/* * Steve Tynor * * Generic Interprocess Communication module * * Used for debugging in absense of IPC interface. * */ #ifdef IPC_DEBUG_VIA_STDIO #include #include "IPC.h" #inclu

readme

This file describes how to invoke the tests in the $ACE_ROOT/examples/Service_Configurator/IPC-test/{client,server} directories. These tests exercise all of the ACE IPC SAP communication mechanism

ledtest.c

#include static int LastDiscrepancy; static int LastFamilyDiscrepancy; static int LastDeviceFlag; static int USpeed = 0; // current 1-Wire Net communication speed static int ULevel

ledtest.c

#include static int LastDiscrepancy; static int LastFamilyDiscrepancy; static int LastDeviceFlag; static int USpeed = 0; // current 1-Wire Net communication speed static int ULevel

message.java

/* * Message.java */ package EDU.gatech.cc.is.communication; import java.io.*; /** * message communicated to/from a robot. * * Copyright * (c)1998 Tucke

terminatemessage.java

/* * TerminateMessage.java */ package EDU.gatech.cc.is.communication; import java.io.*; import EDU.gatech.cc.is.util.*; /** * A message to tell the receiving process to kill itself. * *