Module TINAScsSSMProviderVotingUsage


Interface Index

i_ProviderVotingReq

Exception Index

e_VoteError

Struct Index

t_Vote

Enum Index

t_VoteErrorCode
t_VoteResponse

Alias Index

t_VoteValue

Structs

t_Vote
struct t_Vote
{
    t_VoteResponse response;
    t_VoteValue value;
};

Exceptions

e_VoteError
exception e_VoteError
{
    t_VoteErrorCode errorCode;
};

Enums

t_VoteErrorCode
enum t_VoteErrorCode
{
    UnknownVoteError,
    VoteTooLate
};
t_VoteResponse
enum t_VoteResponse
{
    NoVote,
    Agree,
    Disagree,
    Abstain
};

Aliases

t_VoteValue
typedef short t_VoteValue;

Generated by the OmniBroker IDL-to-HTML translator (non-commercial)