Displaying 20 results from an estimated 20 matches for "statemachine".
Did you mean:
state_machine
2010 Aug 10
4
(Dreaded) STI, belongs_to
...m that allows someone to apply for one of two
different types of school scholarships. Each scholarship goes through a
different review process, represented by a state machine (this is not a
state machine question). So there are two state machine classes that
differ slightly and subclass a generic StateMachine:
class ScholarshipApplication
belongs_to :state_machine
end
class StateMachine
end
class StateA < StateMachine
has_one :application
end
class StateB < StateMachine
has_one :application
end
The problem is I can get a ScholarshipApplication instance to tell me
its StateMachine, but t...
2008 Sep 08
2
Restful Authentication and State Machine state transfer question
I''m adding some code to a project using restful_authentication and
acts_as_statemachine
In the create method for a user there is the following code generated
by the restful_authentication template
@user.regster! if user.valid?
And this will save and the user record if it is valid. I understand
that the statemachine will then change the state from passive to
pending. It will guard a...
2009 Sep 21
1
State machines and parsing texts
Hi, although my question is not just rails specific, I think it fits
this discussion more than the ruby discussion.
I found a state machine package very useful (http://
statemachine.rubyforge.org/). I do not know any alternatives for this.
Do you have any tips which one could be an interesting alternative?
I used the mentioned state machine for parsing of text, which although
has structure, but nothing nice like yml or xml... simple cut and
paste from old application. State m...
2019 Apr 30
0
Release of libshout 2.4.2
...library
* Fixes and improvements in the build system
* Fixes related to using libshout on Android
* TLS handling has completely be rewritten. This includes many
improvements and fixes for autodetection, used modes, and
handling of buggy peers.
* The internal statemachine has been rewritten and is the
foundation to upcoming improvements. On of the improvements that
this enabled are the TLS related changes above.
* Documentation has been updated.
You can find our news entry at:
https://icecast.org/news/libshout-release-2_4_2/
Downloads...
2019 Apr 30
0
Release of libshout 2.4.2
...library
* Fixes and improvements in the build system
* Fixes related to using libshout on Android
* TLS handling has completely be rewritten. This includes many
improvements and fixes for autodetection, used modes, and
handling of buggy peers.
* The internal statemachine has been rewritten and is the
foundation to upcoming improvements. On of the improvements that
this enabled are the TLS related changes above.
* Documentation has been updated.
You can find our news entry at:
https://icecast.org/news/libshout-release-2_4_2/
Downloads...
2003 Nov 14
0
RE: Aculab SS7/ISUP
...you just need to
>modify libpri then to handle the Q931 coming from a source other than a
>zap channel. Would be much simpler I hope to handle it this way than to
>write a special driver.
> -- Steven Critchfield
>
I realized by re-reading my mail that it can mislead a bit. The Q931
statemachine is embedded on the Aculab card and '*'
interface will have to be through the standard Aculab API which more
or less sits on top of a Q931. I am still a newbie
to '*' so I am not ready to take a headdive into that project yet.
b.r.
Freddi
2004 Jan 06
0
Asterisk interop with Syndeo
...g queue
@1073435488.955397 las-cms-a SmSipMgr-16:366 SIPResFactory 2
SM::SmSIPResCpp::processMsg - resourceId= 371658; no state machine
associated with resource yet
@1073435488.955460 las-cms-a SmSipMgr-16:366 SIPResFactory 2
SM::SmSIPResCpp::processMsg - resourceId= 371658; an stack message; UAS
statemachine
@1073435488.955512 las-cms-a SmSipMgr-16:366 SIPResFactory 3
SM::SmSIPResCpp::processMsg - resourceId= 371658; calldirection 0=UAS
1=UAC: 0
@1073435488.955559 las-cms-a SmSipMgr-16:366 SIPResFactory 2
SM::SmSIPResCpp::processMsg - resourceId= 371658; UAS curCallState=
UAS_IDLE
@1073435488.955606...
2019 Aug 31
1
[PATCH libnbd] Add bindings for Rust language
Still not working, but I took the latest patch and:
- rebased it against libnbd 1.0
- fixed it so it handles new args and cbargs
The generator now runs without warnings.
This patch doesn't handle optargs at all. In C these are converted to
non-optional parameter. Rust doesn't (AFAIK) have optional or
labelled arguments unfortunately.
Rich.
2010 Sep 10
0
Virtualization Digest, Vol 60, Issue 17
...%s(%i): \n", __func__, __LINE__);
+
+ if ((ed->tie->cmode == tie->cmode) /* &&
+ (ed->tie->ccap == tie->ccap) &&
+ (ed->tie->cvsi == tie->cvsi)*/)
+ return 0;
+ else
+ return 1;
+}
+
+/* evb_statemachine:
+ *
+ * handle possible states during EVB capabilities exchange
+ *
+ * possible states: EVB_OFFER_CAPABILITIES
+ * EVB_CONFIGURE
+ * EVB_CONFIRMATION
+ */
+static void evb_statemachine(struct evb_data *ed, struct tlv_info_evb *tie)
+{
+ switch(ed-&...
2010 Sep 10
0
Virtualization Digest, Vol 60, Issue 17
...%s(%i): \n", __func__, __LINE__);
+
+ if ((ed->tie->cmode == tie->cmode) /* &&
+ (ed->tie->ccap == tie->ccap) &&
+ (ed->tie->cvsi == tie->cvsi)*/)
+ return 0;
+ else
+ return 1;
+}
+
+/* evb_statemachine:
+ *
+ * handle possible states during EVB capabilities exchange
+ *
+ * possible states: EVB_OFFER_CAPABILITIES
+ * EVB_CONFIGURE
+ * EVB_CONFIRMATION
+ */
+static void evb_statemachine(struct evb_data *ed, struct tlv_info_evb *tie)
+{
+ switch(ed-&...
2010 Sep 28
19
implementation of IEEE 802.1Qbg in lldpad
Hi,
this set of patches contains the initial implementation of the IEEE 802.1Qbg
standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI
capabalities as well as VDP VSI TLVs between a host with virtual machines
and an adjacent switch.
It supports setting the parameters of the TLV exchange from the command
line using lldptool.
VDP profiles consisting of
2010 Sep 28
19
implementation of IEEE 802.1Qbg in lldpad
Hi,
this set of patches contains the initial implementation of the IEEE 802.1Qbg
standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI
capabalities as well as VDP VSI TLVs between a host with virtual machines
and an adjacent switch.
It supports setting the parameters of the TLV exchange from the command
line using lldptool.
VDP profiles consisting of
2010 Jul 23
19
implementation of IEEE 802.1Qbg in lldpad
Hi,
This set of patches contains the initial implementation of the IEEE 802.1Qbg
standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI
capabalities as well as VDP VSI TLVs between a host with virtual machines
and an adjacent switch.
It supports setting the parameters of the TLV exchange from the command
line using lldptool.
VDP profiles consisting of
2010 Jul 23
19
implementation of IEEE 802.1Qbg in lldpad
Hi,
This set of patches contains the initial implementation of the IEEE 802.1Qbg
standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI
capabalities as well as VDP VSI TLVs between a host with virtual machines
and an adjacent switch.
It supports setting the parameters of the TLV exchange from the command
line using lldptool.
VDP profiles consisting of
2010 Jun 17
3
implementation of IEEE 802.1Qbg in lldpad, part2
Hi,
This series of patches contains the second part of an initial implementation of
the IEEE 802.1Qbg standard: code for the exchange of VDP VSI TLVs between a
host with virtual machines and an adjacent switch.
VDP profiles consisting of mode,mgrid,typeid,typeidversion,instanceid,mac,vlan
can be given to lldpad with lldptool.
A way to deliver profiles to lldpad from libvirt using netlink
2010 Jun 17
3
implementation of IEEE 802.1Qbg in lldpad, part2
Hi,
This series of patches contains the second part of an initial implementation of
the IEEE 802.1Qbg standard: code for the exchange of VDP VSI TLVs between a
host with virtual machines and an adjacent switch.
VDP profiles consisting of mode,mgrid,typeid,typeidversion,instanceid,mac,vlan
can be given to lldpad with lldptool.
A way to deliver profiles to lldpad from libvirt using netlink
2010 Nov 08
18
implementation of IEEE 802.1Qbg in lldpad
Hi,
this set of patches contains the initial implementation of the IEEE 802.1Qbg
standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI
capabalities as well as VDP VSI TLVs between a host with virtual machines
and an adjacent switch.
It supports setting the parameters of the TLV exchange from the command
line using lldptool.
VDP profiles consisting of
2010 Nov 08
18
implementation of IEEE 802.1Qbg in lldpad
Hi,
this set of patches contains the initial implementation of the IEEE 802.1Qbg
standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI
capabalities as well as VDP VSI TLVs between a host with virtual machines
and an adjacent switch.
It supports setting the parameters of the TLV exchange from the command
line using lldptool.
VDP profiles consisting of
2010 Aug 25
12
implementation of IEEE 802.1Qbg in lldpad
Hi,
this set of patches contains the initial implementation of the IEEE 802.1Qbg
standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI
capabalities as well as VDP VSI TLVs between a host with virtual machines
and an adjacent switch.
It supports setting the parameters of the TLV exchange from the command
line using lldptool.
VDP profiles consisting of
2010 Aug 25
12
implementation of IEEE 802.1Qbg in lldpad
Hi,
this set of patches contains the initial implementation of the IEEE 802.1Qbg
standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI
capabalities as well as VDP VSI TLVs between a host with virtual machines
and an adjacent switch.
It supports setting the parameters of the TLV exchange from the command
line using lldptool.
VDP profiles consisting of