OpenJAUS Software Development Kit
4.3.1
|
Namespaces | |
fields | |
Classes | |
class | Action |
This is a brief description. More... | |
class | ActionImpl |
class | Component |
This is a brief description. More... | |
class | ComponentInfo |
This is a brief description. More... | |
class | Connection |
class | ConnectionRequestInfo |
class | ControlResponse |
This is a brief description. More... | |
class | Event |
class | EventRequestResponseArgs |
class | InternalEvent |
class | Message |
This is a brief description. More... | |
class | MessageCallback |
class | MessageCallbackImpl |
class | NodeInfo |
This is a brief description. More... | |
class | Service |
This is a brief description. More... | |
class | State |
This is a brief description. More... | |
class | StateMachine |
This is a brief description. More... | |
class | StateMachineRunner |
This is a brief description. More... | |
class | StaticCallbackImpl |
class | SubsystemInfo |
This is a brief description. More... | |
class | SystemTree |
This is a brief description. More... | |
class | Transition |
This is a brief description. More... | |
class | Trigger |
This is a brief description. More... | |
class | TriggerCallbackImpl |
Enumerations | |
enum | ConnectionRequestType { CREATE = 0, UPDATE = 1, CANCEL = 2 } |
enum | ConnectionType { PERIODIC_EVENT = 0, ON_CHANGE_EVENT = 1, ALL_EVENTS = 2, UNKNOWN_EVENT = 3 } |
enum | ControlResponseType { NOT_AVAILABLE = 0, INSUFFICIENT_AUTHORITY = 1, CONTROL_RELEASED = 2, CONTROL_ACCEPTED = 3, CONTROL_UNKNOWN = 255 } |
enum | EventRequestResponseType { EVENT_RESPONSE_UNKNOWN = 255, EVENT_CONFIRMED = 0, EVENT_REJECTED_PERIODIC_EVENTS_NOT_SUPPORTED = 1, EVENT_REJECTED_CHANGE_BASED_EVENTS_NOT_SUPPORTED = 2, EVENT_REJECTED_CONNECTION_REFUSED = 3, EVENT_REJECTED_INVALID_EVENT_SETUP = 4, EVENT_REJECTED_MESSAGE_NOT_SUPPORTED = 5, EVENT_REJECTED_INVALID_EVENT_ID_FOR_UPDATE_EVENT_REQUEST = 6 } |
enum | TransitionType { SIMPLE = 0, LOOPBACK = 1, PUSH = 2, POP = 3 } |
Functions | |
std::ostream & | operator<< (std::ostream &output, const Action &object) |
std::ostream & | operator<< (std::ostream &output, const Action *object) |
std::ostream & | operator<< (std::ostream &output, const Component &object) |
std::ostream & | operator<< (std::ostream &output, const Component *object) |
std::ostream & | operator<< (std::ostream &output, const ComponentInfo &object) |
std::ostream & | operator<< (std::ostream &output, const ComponentInfo *object) |
std::ostream & | operator<< (std::ostream &output, const Connection &object) |
std::ostream & | operator<< (std::ostream &output, const Connection *object) |
std::ostream & | operator<< (std::ostream &output, const ConnectionRequestInfo &object) |
std::ostream & | operator<< (std::ostream &output, const ConnectionRequestInfo *object) |
std::ostream & | operator<< (std::ostream &output, const ControlResponse &object) |
std::ostream & | operator<< (std::ostream &output, const ControlResponse *object) |
std::ostream & | operator<< (std::ostream &output, const Event &object) |
std::ostream & | operator<< (std::ostream &output, const Event *object) |
std::ostream & | operator<< (std::ostream &output, const EventRequestResponseArgs &object) |
std::ostream & | operator<< (std::ostream &output, const EventRequestResponseArgs *object) |
std::ostream & | operator<< (std::ostream &output, const InternalEvent &object) |
std::ostream & | operator<< (std::ostream &output, const InternalEvent *object) |
std::ostream & | operator<< (std::ostream &output, const Message &object) |
std::ostream & | operator<< (std::ostream &output, const Message *object) |
std::ostream & | operator<< (std::ostream &output, const MessageCallback &object) |
std::ostream & | operator<< (std::ostream &output, const MessageCallback *object) |
std::ostream & | operator<< (std::ostream &output, const NodeInfo &object) |
std::ostream & | operator<< (std::ostream &output, const NodeInfo *object) |
std::ostream & | operator<< (std::ostream &output, const Service &object) |
std::ostream & | operator<< (std::ostream &output, const Service *object) |
std::ostream & | operator<< (std::ostream &output, const State &object) |
std::ostream & | operator<< (std::ostream &output, const State *object) |
std::ostream & | operator<< (std::ostream &output, const StateMachine &object) |
std::ostream & | operator<< (std::ostream &output, const StateMachine *object) |
std::ostream & | operator<< (std::ostream &output, const StateMachineRunner &object) |
std::ostream & | operator<< (std::ostream &output, const StateMachineRunner *object) |
std::ostream & | operator<< (std::ostream &output, const SubsystemInfo &object) |
std::ostream & | operator<< (std::ostream &output, const SubsystemInfo *object) |
std::ostream & | operator<< (std::ostream &output, const SystemTree &object) |
std::ostream & | operator<< (std::ostream &output, const SystemTree *object) |
std::ostream & | operator<< (std::ostream &output, const Transition &object) |
std::ostream & | operator<< (std::ostream &output, const Transition *object) |
std::ostream & | operator<< (std::ostream &output, const Trigger &object) |
std::ostream & | operator<< (std::ostream &output, const Trigger *object) |
std::ostream & | operator<< (std::ostream &output, const ConnectionRequestType &enumValue) |
std::istream & | operator>> (std::istream &input, ConnectionRequestType &enumValue) |
std::ostream & | operator<< (std::ostream &output, const ConnectionType &enumValue) |
std::istream & | operator>> (std::istream &input, ConnectionType &enumValue) |
std::ostream & | operator<< (std::ostream &output, const ControlResponseType &enumValue) |
std::istream & | operator>> (std::istream &input, ControlResponseType &enumValue) |
std::ostream & | operator<< (std::ostream &output, const EventRequestResponseType &enumValue) |
std::istream & | operator>> (std::istream &input, EventRequestResponseType &enumValue) |
std::ostream & | operator<< (std::ostream &output, const TransitionType &enumValue) |
std::istream & | operator>> (std::istream &input, TransitionType &enumValue) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const Action & | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const Action * | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const InternalEvent & | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const MessageCallback & | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const InternalEvent * | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const ControlResponse & | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const MessageCallback * | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const ConnectionRequestInfo & | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const ControlResponse * | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const ConnectionRequestInfo * | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const Trigger & | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const Event & | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const Trigger * | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const Event * | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const SubsystemInfo & | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const StateMachineRunner & | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const EventRequestResponseArgs & | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const StateMachineRunner * | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const SubsystemInfo * | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const EventRequestResponseArgs * | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const Message & | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const Message * | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const NodeInfo & | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const NodeInfo * | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const ComponentInfo & | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const ComponentInfo * | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const Transition & | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const Transition * | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const Component & | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const Service & | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const Component * | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const Service * | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const Connection & | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const Connection * | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const State & | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const State * | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const StateMachine & | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const StateMachine * | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const SystemTree & | object | ||
) |
std::ostream& openjaus::model::operator<< | ( | std::ostream & | output, |
const SystemTree * | object | ||
) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |