Namespaces | Variables

jaus++/2.0/include/jaus/core/corecodes.h File Reference

This file lists all message codes for messages in the JAUS Core Service Set. More...

#include "jaus/core/types.h"
#include <string>

Go to the source code of this file.

Namespaces

namespace  JAUS
 

Name space used for the JAUS library.


Variables

const UShort JAUS::SET_AUTHORITY = 0x0001
 Message code.
const UShort JAUS::SHUTDOWN = 0x0002
 Message code.
const UShort JAUS::STANDBY = 0x0003
 Message code.
const UShort JAUS::RESUME = 0x0004
 Message code.
const UShort JAUS::RESET = 0x0005
 Message code.
const UShort JAUS::SET_EMERGENCY = 0x0006
 Message code.
const UShort JAUS::CLEAR_EMERGENCY = 0x0007
 Message code.
const UShort JAUS::REQUEST_CONTROL = 0x000D
 Message code.
const UShort JAUS::RELEASE_CONTROL = 0x000E
 Message code.
const UShort JAUS::CONFIRM_CONTROL = 0x000F
 Message code.
const UShort JAUS::REJECT_CONTROL = 0x0010
 Message code.
const UShort JAUS::SET_TIME = 0x0011
 Message code.
const UShort JAUS::CREATE_EVENT = 0x01F0
 Message code.
const UShort JAUS::UPDATE_EVENT = 0x01F1
 Message code.
const UShort JAUS::CANCEL_EVENT = 0x01F2
 Message code.
const UShort JAUS::CONFIRM_EVENT_REQUEST = 0x01F3
 Message code.
const UShort JAUS::REJECT_EVENT_REQUEST = 0x01F4
 Message code.
const UShort JAUS::REGISTER_SERVICES = 0x0B00
 Message code.
const UShort JAUS::QUERY_AUTHORITY = 0x2001
 Message code.
const UShort JAUS::QUERY_STATUS = 0x2002
 Message code.
const UShort JAUS::QUERY_TIMEOUT = 0x2003
 Message code.
const UShort JAUS::QUERY_TIME = 0x2011
 Message code.
const UShort JAUS::QUERY_CONTROL = 0x200D
 Message code.
const UShort JAUS::QUERY_EVENTS = 0x21F0
 Message code.
const UShort JAUS::QUERY_HEARTBEAT_PULSE = 0x2202
 Message code.
const UShort JAUS::QUERY_IDENTIFICATION = 0x2B00
 Message code.
const UShort JAUS::QUERY_CONFIGURATION = 0x2B01
 Message code.
const UShort JAUS::QUERY_SUBSYSTEM_LIST = 0x2B02
 Message code.
const UShort JAUS::QUERY_SERVICES = 0x2B03
 Message code.
const UShort JAUS::REPORT_AUTHORITY = 0x4001
 Message code.
const UShort JAUS::REPORT_STATUS = 0x4002
 Message code.
const UShort JAUS::REPORT_TIMEOUT = 0x4003
 Message code.
const UShort JAUS::REPORT_TIME = 0x4011
 Message code.
const UShort JAUS::REPORT_CONTROL = 0x400D
 Message code.
const UShort JAUS::REPORT_EVENTS = 0x41F0
 Message code.
const UShort JAUS::EVENT = 0x41F1
 Message code.
const UShort JAUS::REPORT_HEARTBEAT_PULSE = 0x4202
 Message code.
const UShort JAUS::REPORT_IDENTIFICATION = 0x4B00
 Message code.
const UShort JAUS::REPORT_CONFIGURATION = 0x4B01
 Message code.
const UShort JAUS::REPORT_SUBSYSTEM_LIST = 0x4B02
 Message code.
const UShort JAUS::REPORT_SERVICES = 0x4B03
 Message code.

Detailed Description

This file lists all message codes for messages in the JAUS Core Service Set.


Author(s): Daniel Barber
Created: 30 September 2009
Copyright (c) 2009
Applied Cognition and Training in Immersive Virtual Environments
(ACTIVE) Laboratory
Institute for Simulation and Training (IST)
University of Central Florida (UCF)
All rights reserved.
Email: dbarber@ist.ucf.edu
Web: http://active.ist.ucf.edu

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the ACTIVE LAB, IST, UCF, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE ACTIVE LAB''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL UCF BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Definition in file corecodes.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines